drm/amd/display: Remove unused definition of DMUB SET_CONFIG
authorMeenakshikumar Somasundaram <meenakshikumar.somasundaram@amd.com>
Fri, 30 Apr 2021 23:02:33 +0000 (19:02 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 8 Jun 2021 16:20:04 +0000 (12:20 -0400)
[Why & How]
SET_CONFIG transactions with DMUB is not used and removed.

Signed-off-by: Meenakshikumar Somasundaram <meenakshikumar.somasundaram@amd.com>
Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Stylon Wang <stylon.wang@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 11edefd..f426fa1 100644 (file)
@@ -649,10 +649,6 @@ enum dmub_out_cmd_type {
         * Command type used for DP AUX Reply data notification
         */
        DMUB_OUT_CMD__DP_AUX_REPLY = 1,
-       /**
-        * Command type used for DP HPD event notification
-        */
-       DMUB_OUT_CMD__DP_HPD_NOTIFY = 2,
 };
 
 #pragma pack(push, 1)