drm/amd/display: [FW Promotion] Release 0.0.194.0
authorAnthony Koo <anthony.koo@amd.com>
Sat, 18 Nov 2023 19:39:40 +0000 (14:39 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Nov 2023 21:49:23 +0000 (16:49 -0500)
- Add a new dmub command in enum dmub_cmd_cab_type

Reviewed-by: Tom Chung <chiahsuan.chung@amd.com>
Acked-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Anthony Koo <anthony.koo@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

index b7d9360bfdc82f5fc4cc0e822c89766c978c8222..a365f6c096de8b9a0aca5a63c9098afb701c5eb0 100644 (file)
@@ -1345,6 +1345,10 @@ enum dmub_cmd_cab_type {
         * Fit surfaces in CAB (i.e. CAB enable)
         */
        DMUB_CMD__CAB_DCN_SS_FIT_IN_CAB = 2,
+       /**
+        * Do not fit surfaces in CAB (i.e. no CAB)
+        */
+       DMUB_CMD__CAB_DCN_SS_NOT_FIT_IN_CAB = 3,
 };
 
 /**