commit | 88f23b8fa3e6357c423af24ec31c661fc12f884b | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Dec 05 15:08:31 2010 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Sun Dec 05 23:18:14 2010 +0000 |
tree | 252545a58f2c64a7d299af992bd7203591350442 | |
parent | 160b1543cdae83e9f8914ac7afc3d2bd686140af [diff] |
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>