]> git.baikalelectronics.ru Git - kernel.git/commit
drm/komeda: Correct the sequence of hw_done() and flip_done()
authorJames Qian Wang <james.qian.wang@arm.com>
Thu, 19 Nov 2020 01:39:48 +0000 (09:39 +0800)
committerLiviu Dudau <liviu.dudau@arm.com>
Fri, 18 Dec 2020 16:35:41 +0000 (16:35 +0000)
commit0aeba3a093c68e9a7631101df16980a3bf6876cc
treeb0fda86f3e24b664eddc05e8ff79ae84302e1695
parentba12b85d6b76203e0d60cc0f9a3c8590679b8361
drm/komeda: Correct the sequence of hw_done() and flip_done()

Komeda HW has no special, program the update to HW is done first,
then flip happens. So correct the sequence to hw_done() first then
flip_done().

Reported-by: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: James Qian Wang <james.qian.wang@arm.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201119013948.2866343-1-james.qian.wang@arm.com
drivers/gpu/drm/arm/display/komeda/komeda_kms.c