commit | edc912f58eaec20fd3372d9b1dab33fc28b3b3fd | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri May 11 14:29:32 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Sat May 19 22:39:54 2012 +0200 |
tree | b6c4f176d53a779862a9a4176190dc2ee8589886 | |
parent | a15817cf16081b140e105736c9a6a50af38540b3 [diff] |
drm/i915: Replace the feature tests for BLT/BSD with ring init checks When userspace asks whether the driver supports the BLT or BSD rings for this chip, simply report whether those particular rings are initialised v2: Use intel_ring_initialized() Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>