Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318607
b: refs/heads/master
c: 6f4c45c
h: refs/heads/master
i:
  318605: d793687
  318603: e3d52b6
  318599: dec65da
  318591: d85e516
v: v3
  • Loading branch information
Daniel Vetter committed Jun 20, 2012
1 parent 3bbd4a4 commit 9447ee0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 0d326013763bd4610cb72d9e2fa7f8ff2f414995
refs/heads/master: 6f4c45c12c6775b8158fc143115037d084df12c3
2 changes: 0 additions & 2 deletions trunk/drivers/gpu/drm/i915/i915_gem_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@ int i915_switch_context(struct intel_ring_buffer *ring,
int i915_gem_context_create_ioctl(struct drm_device *dev, void *data,
struct drm_file *file)
{
struct drm_i915_private *dev_priv = dev->dev_private;
struct drm_i915_gem_context_create *args = data;
struct drm_i915_file_private *file_priv = file->driver_priv;
struct i915_hw_context *ctx;
Expand All @@ -512,7 +511,6 @@ int i915_gem_context_destroy_ioctl(struct drm_device *dev, void *data,
{
struct drm_i915_gem_context_destroy *args = data;
struct drm_i915_file_private *file_priv = file->driver_priv;
struct drm_i915_private *dev_priv = dev->dev_private;
struct i915_hw_context *ctx;
int ret;

Expand Down

0 comments on commit 9447ee0

Please sign in to comment.