Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131145
b: refs/heads/master
c: 122ee2a
h: refs/heads/master
i:
  131143: e65289b
v: v3
  • Loading branch information
Eric Anholt authored and Dave Airlie committed Feb 8, 2009
1 parent be22086 commit be6b4f6
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: 565dcd4635f4f8c0ac4dee38a5625bc325799b1e
refs/heads/master: 122ee2a63bc49d21f402f6b6d2208306cdcc98c1
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 @@ -735,7 +735,7 @@ static int i915_getparam(struct drm_device *dev, void *data,
value = dev_priv->num_fence_regs - dev_priv->fence_reg_start;
break;
default:
DRM_ERROR("Unknown parameter %d\n", param->param);
DRM_DEBUG("Unknown parameter %d\n", param->param);
return -EINVAL;
}

Expand Down Expand Up @@ -775,7 +775,7 @@ static int i915_setparam(struct drm_device *dev, void *data,
dev_priv->fence_reg_start = param->value;
break;
default:
DRM_ERROR("unknown parameter %d\n", param->param);
DRM_DEBUG("unknown parameter %d\n", param->param);
return -EINVAL;
}

Expand Down

0 comments on commit be6b4f6

Please sign in to comment.