]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Only wait for flip pending on immediate flips
authorAric Cyr <aric.cyr@amd.com>
Thu, 29 Oct 2020 21:40:51 +0000 (17:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Nov 2020 19:25:20 +0000 (14:25 -0500)
commit0e90f5f968d6442d55ae83c020be4f993722bc61
tree2860bc0f344507f451b6744b903f53168e4dd693
parent4e30b343f783295e5652fc79a96a502348008410
drm/amd/display: Only wait for flip pending on immediate flips

[Why]
We want to make sure all immediate flips are completed before locking
the pipes, but not pipes that are not flip immediate as they will be
locked by the OTG

[How]
Skip non flip immediate pipes when checking for flip pending.

Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Acked-by: Bindu Ramamurthy <bindu.r@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c