]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Push pipelining of display plane flushes to the caller
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 14 Sep 2010 11:50:34 +0000 (12:50 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 14 Sep 2010 20:08:35 +0000 (21:08 +0100)
commitf40d2a3d34d759779788ef00d3993bfc0dad1ac8
treef614911615f62e32b57e41aff01450f991bc0c56
parente1d6d5176ef38fcf511f5b7af9829b8159e82f0e
drm/i915: Push pipelining of display plane flushes to the caller

This ensures that we do wait upon the flushes to complete if necessary
and avoid the visual tears, whilst enabling pipelined page-flips.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_fb.c