summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/inc/hw/panel_cntl.h
diff options
context:
space:
mode:
authorCamille Cho <camille.cho@amd.com>2023-11-16 11:19:25 +0300
committerAlex Deucher <alexander.deucher@amd.com>2024-01-03 18:31:52 +0300
commitee8ed2506603629f2706712a5282921a115a8da6 (patch)
tree7389889104824d120bb46e902a66ae336c1d3e84 /drivers/gpu/drm/amd/display/dc/inc/hw/panel_cntl.h
parentaa5dc05340eb97486a631ce6bccb8d020bf6b56b (diff)
downloadlinux-ee8ed2506603629f2706712a5282921a115a8da6.tar.xz
drm/amd/display: Correctly restore user_level
[Why] BL1_PWM_USER_LEVEL is meant for the user brightness level setting from OS. However, we update it along with other ABM levels to the real PWM value which could be ABMed. [How] Driver to cache and restore the user brightness level setting so that DMUB can retrieve the last user setting in ABM config initialization. Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Reviewed-by: Anthony Koo <anthony.koo@amd.com> Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com> Signed-off-by: Camille Cho <camille.cho@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/panel_cntl.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/hw/panel_cntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/panel_cntl.h b/drivers/gpu/drm/amd/display/dc/inc/hw/panel_cntl.h
index 248adc1705e3..5dcbaa2db964 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/panel_cntl.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/panel_cntl.h
@@ -40,6 +40,7 @@ struct panel_cntl_backlight_registers {
unsigned int BL_PWM_PERIOD_CNTL;
unsigned int LVTMA_PWRSEQ_REF_DIV_BL_PWM_REF_DIV;
unsigned int PANEL_PWRSEQ_REF_DIV2;
+ unsigned int USER_LEVEL;
};
struct panel_cntl_funcs {