Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307455
b: refs/heads/master
c: edc912f
h: refs/heads/master
i:
  307453: b7487a4
  307451: 372acb0
  307447: da49425
  307439: 2959413
  307423: 8fe08b9
  307391: 176b22e
  307327: 1444833
  307199: 34b6bcc
v: v3
  • Loading branch information
Chris Wilson authored and Daniel Vetter committed May 19, 2012
1 parent b598cfb commit a04b7ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a15817cf16081b140e105736c9a6a50af38540b3
refs/heads/master: edc912f58eaec20fd3372d9b1dab33fc28b3b3fd
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/i915_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -980,10 +980,10 @@ static int i915_getparam(struct drm_device *dev, void *data,
value = 1;
break;
case I915_PARAM_HAS_BSD:
value = HAS_BSD(dev);
value = intel_ring_initialized(&dev_priv->ring[VCS]);
break;
case I915_PARAM_HAS_BLT:
value = HAS_BLT(dev);
value = intel_ring_initialized(&dev_priv->ring[BCS]);
break;
case I915_PARAM_HAS_RELAXED_FENCING:
value = 1;
Expand Down

0 comments on commit a04b7ef

Please sign in to comment.