summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc
diff options
context:
space:
mode:
authorTaimur Hassan <syed.hassan@amd.com>2023-07-17 16:59:57 -0400
committerAlex Deucher <alexander.deucher@amd.com>2023-08-07 16:35:55 -0400
commitec4b70db47e7925c804d8140c3b1f6a62366cb55 (patch)
tree040089afc383652160dd96c6ed0c89f69565a5cb /drivers/gpu/drm/amd/display/dc/inc
parent927e784c180c942bc7f5aa7164a55ac23ec746b8 (diff)
downloadlinux-stable-ec4b70db47e7925c804d8140c3b1f6a62366cb55.tar.gz
linux-stable-ec4b70db47e7925c804d8140c3b1f6a62366cb55.tar.bz2
linux-stable-ec4b70db47e7925c804d8140c3b1f6a62366cb55.zip
drm/amd/display: Fix typo in enable and disable symclk_se
[Why & How] Symclk should be based on link_enc_inst, and symclk_fe_sel should be based on stream_enc_inst. Reviewed-by: Charlene Liu <charlene.liu@amd.com> Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Taimur Hassan <syed.hassan@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h3
1 files changed, 2 insertions, 1 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 c378cb287a3a..3e2f0f64c98c 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h
@@ -180,7 +180,8 @@ struct dccg_funcs {
void (*disable_symclk_se)(
struct dccg *dccg,
- uint32_t stream_enc_inst);
+ uint32_t stream_enc_inst,
+ uint32_t link_enc_inst);
};
#endif //__DAL_DCCG_H__