]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: fix issue with DC brightness low with VB
authorAnthony Koo <Anthony.Koo@amd.com>
Thu, 17 Jan 2019 15:57:23 +0000 (10:57 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Feb 2019 02:16:23 +0000 (21:16 -0500)
commit8059736b48a541eeb10a543b2b6dbb9c2b5cb208
tree2707713aa1c602cb4c03c4405420bbfa5c86d10b
parentc24f5c9e4c2e405c2cfa9b6a8ab137200d20c184
drm/amd/display: fix issue with DC brightness low with VB

[Why]
The problem is that we accidentally stopped loading some of the IRAM bytes
used for the backlight ramping mechanism. This happened when we
started reserving some region of IRAM as DMCU FW write only.

[How]
This change will define a start+end region for the IRAM read only region.
So the parameters needed for the backlight operation will be loaded
since it will be defined outside of the read only region.

Signed-off-by: Anthony Koo <Anthony.Koo@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/power/power_helpers.c