Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: stable@vger.kernel.org
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Reviewed-by: Ashley Thomas <Ashley.Thomas2@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Aric Cyr and committed by
Alex Deucher
5396fa59 fe04afad

+1 -1
+1 -1
drivers/gpu/drm/amd/display/dc/dce/dce_panel_cntl.h
··· 49 49 #define DCN_PANEL_CNTL_REG_LIST()\ 50 50 DCN_PANEL_CNTL_SR(PWRSEQ_CNTL, LVTMA), \ 51 51 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), \ 53 53 SR(BL_PWM_CNTL), \ 54 54 SR(BL_PWM_CNTL2), \ 55 55 SR(BL_PWM_PERIOD_CNTL), \