]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Do not check or a stalled pageflip prior to it being queued
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 12 Aug 2015 12:08:22 +0000 (13:08 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 14 Aug 2015 16:16:34 +0000 (18:16 +0200)
commit2f7d53c14d406394e41bd9bbf86eb6b830a1eefd
tree112f3ef8f76bf51ceac1b12cbdd073ca134c5a75
parent0f377b42dba49fd68b9563954c73aba58fb196b7
drm/i915: Do not check or a stalled pageflip prior to it being queued

When we queue the command or operation to change the scanout address, we
mark the flip as in progress. We can use this flag to prevent us from
checking for a stalled flip prior to its existence!

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c