drm/amd/display: fix psr panel lightup
authorRoman Li <roman.li@amd.com>
Tue, 3 Nov 2020 22:43:24 +0000 (17:43 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 4 Nov 2020 22:10:09 +0000 (17:10 -0500)
commit94254fa045fb61ad927a2b704487674510974f1e
tree111cada27b3455d57de66d5087cecd7cd3ef95e2
parent4b39264f8bcf2225985c6f0b6307a279d8a8aff8
drm/amd/display: fix psr panel lightup

[Why]
The change for correct asic type check
caused a psr regression due to incorrect
chip family id for Raven.

[How]
Use correct family id.

Signed-off-by: Roman Li <roman.li@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c