]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "drm/amd/display: skip dsc config for navi10 bring up"
authorDavid Francis <David.Francis@amd.com>
Thu, 28 Mar 2019 17:52:00 +0000 (13:52 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 Aug 2019 22:18:09 +0000 (17:18 -0500)
commitb0523ab3df93ccd7892d53b5ede90599a5d01f0b
tree9903416ce0bd9357146ab25790858833c5cb9737
parent85a0b5fe686750a663074807da1b45030188f502
Revert "drm/amd/display: skip dsc config for navi10 bring up"

This reverts commit f38c5ca6a33a7595ab48678bb193c0672ef2c660.

optc dsc config was causing warnings due to missing register
definitions. With the registers restored, the function can
be re-enabled

The reverted commit also disabled sanity checks and dsc
power gating. The sanity check warnings are not associated
with dsc, and power gating on dsc still has an issue on
non-dsc monitors where the dsc hardware block is never init
and so cannot respond to power gating requests. Therefore,
those are left as is

Signed-off-by: David Francis <David.Francis@amd.com>
Reviewed-by: Roman Li <Roman.Li@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.c