Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345650
b: refs/heads/master
c: ebf69cb
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter committed Dec 5, 2012
1 parent fc8b345 commit d6b8477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8c919b28932d2a1fcadd196bbf36d8866afc458a
refs/heads/master: ebf69cb8331d7336e4bcd442a2ca69bb61739a58
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static struct attribute_group rc6_attr_group = {

static int l3_access_valid(struct drm_device *dev, loff_t offset)
{
if (!IS_IVYBRIDGE(dev))
if (!HAS_L3_GPU_CACHE(dev))
return -EPERM;

if (offset % 4 != 0)
Expand Down

0 comments on commit d6b8477

Please sign in to comment.