summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/hwss/hw_sequencer_private.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/hwss/hw_sequencer_private.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/hwss/hw_sequencer_private.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/hwss/hw_sequencer_private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/hwss/hw_sequencer_private.h b/drivers/gpu/drm/amd/display/dc/hwss/hw_sequencer_private.h
index e2189795ca30..7ac3f2a09487 100644
--- a/drivers/gpu/drm/amd/display/dc/hwss/hw_sequencer_private.h
+++ b/drivers/gpu/drm/amd/display/dc/hwss/hw_sequencer_private.h
@@ -128,10 +128,6 @@ struct hwseq_private_funcs {
struct dce_hwseq *hws,
unsigned int phy_inst,
bool clock_on);
- void (*symclk_root_clock_control)(
- struct dce_hwseq *hws,
- unsigned int enc_inst,
- bool clock_on);
void (*dpp_pg_control)(struct dce_hwseq *hws,
unsigned int dpp_inst,
bool power_on);