]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Use hardware sequencer functions for PG control
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Sun, 13 Dec 2020 15:59:01 +0000 (10:59 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 21 Jan 2021 15:46:05 +0000 (10:46 -0500)
commit94edbb83548150f169cbadf1164e2edcf7b76cd2
treedd289dc15f38c7e529e69af97471deb0ef34df91
parent7f0ccf8a22bb55242ace4b726d553979f7d5555c
drm/amd/display: Use hardware sequencer functions for PG control

[Why & How]
These can differ per ASIC or not be present. Don't call the dcn20 ones
directly but rather the ones defined by the ASIC init table.

Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Reviewed-by: Eric Yang <eric.yang2@amd.com>
Acked-by: Anson Jacob <anson.jacob@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c