Skip to content

Commit 593397a

Browse files
Meenakshikumar Somasundaramalexdeucher
authored andcommitted
drm/amd/display: Remove unused definition of DMUB SET_CONFIG
[Why & How] SET_CONFIG transactions with DMUB is not used and removed. Signed-off-by: Meenakshikumar Somasundaram <[email protected]> Reviewed-by: Jun Lei <[email protected]> Acked-by: Stylon Wang <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent c521fc3 commit 593397a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -649,10 +649,6 @@ enum dmub_out_cmd_type {
649649
* Command type used for DP AUX Reply data notification
650650
*/
651651
DMUB_OUT_CMD__DP_AUX_REPLY = 1,
652-
/**
653-
* Command type used for DP HPD event notification
654-
*/
655-
DMUB_OUT_CMD__DP_HPD_NOTIFY = 2,
656652
};
657653

658654
#pragma pack(push, 1)

0 commit comments

Comments
 (0)