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)
commit4b501262826f5b20f54433c586b111dd190bea25
treeb0fda86f3e24b664eddc05e8ff79ae84302e1695
parent29c9dece56ca82c510c39a0e9403b80bdb3032d6
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