From: Peichen Huang Date: Wed, 21 May 2025 05:05:06 +0000 (+0800) Subject: drm/amd/display: Remove dpia debug bits X-Git-Tag: io_uring-6.17-20250815~29^2~18^2~156 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a88e727bdbbc199258ac7eefd56ba1375ea90db1;p=linux-block.git drm/amd/display: Remove dpia debug bits [WHY] Remove some unused dpia debug bits. [HOW] Remove them from dpia_debug_options. Reviewed-by: Cruise Hung Reviewed-by: Robin Chen Signed-off-by: Peichen Huang Signed-off-by: Alex Hung Tested-by: Daniel Wheeler 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 4984700b5f1b..d0839a679901 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -821,10 +821,7 @@ union dpia_debug_options { uint32_t disable_mst_dsc_work_around:1; /* bit 3 */ uint32_t enable_force_tbt3_work_around:1; /* bit 4 */ uint32_t disable_usb4_pm_support:1; /* bit 5 */ - uint32_t enable_consolidated_dpia_dp_lt:1; /* bit 6 */ - uint32_t enable_dpia_pre_training:1; /* bit 7 */ - uint32_t unify_link_enc_assignment:1; /* bit 8 */ - uint32_t reserved:24; + uint32_t reserved:26; } bits; uint32_t raw; };