Skip to content

Commit a49f672

Browse files
AMD-aricalexdeucher
authored andcommitted
drm/amd/display: Fix incorrect backlight register offset for DCN
[Why] Typo in backlight refactor inctroduced wrong register offset. [How] Change DCE to DCN register map for PWRSEQ_REF_DIV Cc: [email protected] Signed-off-by: Aric Cyr <[email protected]> Reviewed-by: Ashley Thomas <[email protected]> Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 97a9b60 commit a49f672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/dce/dce_panel_cntl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#define DCN_PANEL_CNTL_REG_LIST()\
5050
DCN_PANEL_CNTL_SR(PWRSEQ_CNTL, LVTMA), \
5151
DCN_PANEL_CNTL_SR(PWRSEQ_STATE, LVTMA), \
52-
DCE_PANEL_CNTL_SR(PWRSEQ_REF_DIV, LVTMA), \
52+
DCN_PANEL_CNTL_SR(PWRSEQ_REF_DIV, LVTMA), \
5353
SR(BL_PWM_CNTL), \
5454
SR(BL_PWM_CNTL2), \
5555
SR(BL_PWM_PERIOD_CNTL), \

0 commit comments

Comments
 (0)