]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Do not set optimized_require to false after plane disable
authorSung Lee <sung.lee@amd.com>
Wed, 15 Jan 2020 16:55:06 +0000 (11:55 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Feb 2020 20:04:36 +0000 (15:04 -0500)
commit5cd6b4889b050711ea6256430cd578b9af85ea75
tree1b620fb5062a84607218176560ad1280f9154ea1
parent7bcbba2056fbc96af66f12e953c5777fb1dc2b72
drm/amd/display: Do not set optimized_require to false after plane disable

[WHY]
The optimized_require flag is needed to set watermarks and clocks lower
in certain conditions. This flag is set to true and then set to false
while programming front end in dcn20.

[HOW]
Do not set the flag to false while disabling plane.

Signed-off-by: Sung Lee <sung.lee@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c