Searched hist:"88 f23b8fa3e6357c423af24ec31c661fc12f884b" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | diff 88f23b8fa3e6357c423af24ec31c661fc12f884b Sun Dec 05 09:08:31 CST 2010 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Avoid using PIPE_CONTROL on Ironlake
The workaround is hideous and we are using the STORE_DWORD on all other generations on all other rings, so use for the gen5 render ring as well.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|
H A D | i915_drv.h | diff fdaa930bee14abe5ed1d1aead5bc6a9a5660ccbf Mon Aug 19 13:32:01 CDT 2013 Damien Lespiau <damien.lespiau@intel.com> drm/i915: Remove HAS_PIPE_CONTROL()
The code using this was removed in:
commit 88f23b8fa3e6357c423af24ec31c661fc12f884b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Dec 5 15:08:31 2010 +0000
drm/i915: Avoid using PIPE_CONTROL on Ironlake
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|