Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <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>

authored by

Meenakshikumar Somasundaram and committed by
Alex Deucher
593397a1 c521fc31

-4
-4
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
··· 649 649 * Command type used for DP AUX Reply data notification 650 650 */ 651 651 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, 656 652 }; 657 653 658 654 #pragma pack(push, 1)