]> git.dujemihanovic.xyz Git - linux.git/commit
drm/amd/display: Read before writing Backlight Mode Set Register
authorIswara Nagulendran <iswara.nagulendran@amd.com>
Fri, 29 Sep 2023 15:20:46 +0000 (11:20 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 26 Oct 2023 23:02:22 +0000 (19:02 -0400)
commitb231933da7d6be53d08139f8adf2560a90b47ca9
treec9bd2b20430ea88274f870ae26a4cb9bef47fa47
parent1b9ec7cb424441de67d09c3abad46467f82ff161
drm/amd/display: Read before writing Backlight Mode Set Register

[HOW&WHY]
Reading the value from
DP_EDP_BACKLIGHT_MODE_SET_REGISTER, DPCD 0x721
before setting the
BP_EDP_PANEL_LUMINANC_CONTROL_ENABLE bit
to ensure there are no accidental overwrites.

Reviewed-by: Sreeja Golui <sreeja.golui@amd.com>
Reviewed-by: Harry Vanzylldejong <harry.vanzylldejong@amd.com>
Acked-by: Roman Li <roman.li@amd.com>
Signed-off-by: Iswara Nagulendran <iswara.nagulendran@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c