From: Meenakshikumar Somasundaram Date: Fri, 30 Apr 2021 23:02:33 +0000 (-0400) Subject: drm/amd/display: Remove unused definition of DMUB SET_CONFIG X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=593397a18cb63849850f8909e42a67b06ea4c860;p=kernel.git 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 Reviewed-by: Jun Lei Acked-by: Stylon Wang Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h index 11edefd0eaaea..f426fa10a4ce7 100644 --- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h +++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h @@ -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)