Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174509
b: refs/heads/master
c: 85bb0c3
h: refs/heads/master
i:
  174507: cf4eec0
v: v3
  • Loading branch information
Thomas Hellstrom authored and Dave Airlie committed Dec 7, 2009
1 parent 9d0a813 commit 2bb593a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4bfd75cb08a362cb1df35dc6a5032d12843c6d87
refs/heads/master: 85bb0c377f259100d049937e30c85f7a8dea0fa0
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/drm_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ struct drm_master *drm_master_get(struct drm_master *master)
kref_get(&master->refcount);
return master;
}
EXPORT_SYMBOL(drm_master_get);

static void drm_master_destroy(struct kref *kref)
{
Expand Down Expand Up @@ -170,6 +171,7 @@ void drm_master_put(struct drm_master **master)
kref_put(&(*master)->refcount, drm_master_destroy);
*master = NULL;
}
EXPORT_SYMBOL(drm_master_put);

int drm_setmaster_ioctl(struct drm_device *dev, void *data,
struct drm_file *file_priv)
Expand Down

0 comments on commit 2bb593a

Please sign in to comment.