]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove the pipelined parameter from get_fence()
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 17 Apr 2012 14:31:24 +0000 (15:31 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 18 Apr 2012 11:15:43 +0000 (13:15 +0200)
commitfa45f7dba49ab22fa2eb0eafa03a4403a41d02b6
tree2f6e2c6db587f721612726291a51b7d7b5ef074f
parent4bee3322cba10fb7dca9a1cc1ceeefa8069fbcc6
drm/i915: Remove the pipelined parameter from get_fence()

We never succeeded in getting pipelined fencing to work (unresolved
spurious GPU hangs), so begin the process of dismantling and removal
the broken code.

Step 1 is the removal of the pipeline parameter to get_fence().

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem_execbuffer.c
drivers/gpu/drm/i915/intel_display.c