From: Jun Lei Date: Wed, 25 Sep 2019 13:45:49 +0000 (-0400) Subject: drm/amd/display: Remove unused variable X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0bf95a1ebd48866ad1438454061782d4d47765f7;p=linux.git drm/amd/display: Remove unused variable Remove an unused variable "remove_disconnect_edp" which was a workaround bit. Tested-by: Daniel Wheeler Acked-by: Alan Liu Signed-off-by: Jun Lei Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 7c42377f0aaeb..be41f9fcf1ddc 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -683,7 +683,6 @@ struct dc_debug_options { bool hdmi20_disable; bool skip_detection_link_training; uint32_t edid_read_retry_times; - bool remove_disconnect_edp; unsigned int force_odm_combine; //bit vector based on otg inst unsigned int seamless_boot_odm_combine; unsigned int force_odm_combine_4to1; //bit vector based on otg inst