]> 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)
commitf93ed7fa8a93926d9cf6dd32be270024aa58500a
tree9903416ce0bd9357146ab25790858833c5cb9737
parent60b652d7a1e1f8b79fc90ba524aa05c1d8d91711
Revert "drm/amd/display: skip dsc config for navi10 bring up"

This reverts commit dbe73c0196f2652af8f3bc9ee73c8ef1c07659d4.

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