summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h
diff options
context:
space:
mode:
authorAlex Hung <alex.hung@amd.com>2024-05-10 15:19:05 -0600
committerAlex Deucher <alexander.deucher@amd.com>2024-05-13 15:48:45 -0400
commit56116dc7a9fdd2ce2b0e01d16f772a766a0219e0 (patch)
treecc935924fe683abb619795516ecf006a7e7acbf9 /drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h
parent85cf43c554e438e2e12b0fe109688c9533e4d93f (diff)
downloadlinux-56116dc7a9fdd2ce2b0e01d16f772a766a0219e0.tar.gz
linux-56116dc7a9fdd2ce2b0e01d16f772a766a0219e0.tar.bz2
linux-56116dc7a9fdd2ce2b0e01d16f772a766a0219e0.zip
Revert "drm/amd/display: Enable SYMCLK gating in DCCG"
This reverts commit c49e44ede5cdfe650c2f769d8bd58cbe289e87cd. This causes regression on DP link layer test. Reported-by: Mark Broadworth <Mark.Broadworth@amd.com> Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com> Signed-off-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h b/drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h
index 5b0924ea78af..867bc67aabfa 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h
@@ -199,13 +199,6 @@ struct dccg_funcs {
struct dccg *dccg,
uint32_t stream_enc_inst,
uint32_t link_enc_inst);
-
- void (*set_symclk_root_clock_gating)(
- struct dccg *dccg,
- uint32_t stream_enc_inst,
- uint32_t link_enc_inst,
- bool enable);
-
void (*set_dp_dto)(
struct dccg *dccg,
const struct dp_dto_params *params);