commit | a15817cf16081b140e105736c9a6a50af38540b3 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri May 11 14:29:31 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Sat May 19 22:39:53 2012 +0200 |
tree | 578bf0f761086b4d25b90e76b618edf1501b8d0d | |
parent | b4519513e8ca3bd82eabff9874d69166b58b6db9 [diff] |
drm/i915: Check whether the ring is initialised prior to dispatch Rather than use the magic feature tests HAS_BLT/HAS_BSD just check whether the ring we are about to dispatch the execbuffer on is initialised. v2: Use intel_ring_initialized() Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>