Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282674
b: refs/heads/master
c: 5c2a5ce
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Dec 22, 2011
1 parent f10eaac commit 1409fe0
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5c72765ed0aa5f70f53d8dfd6f927ef7619dd698
refs/heads/master: 5c2a5ce689c99037771a6c110374461781a6f042
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/drm_lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/

#include <linux/export.h>
#include "drmP.h"

static int drm_notifier(void *priv);
Expand Down Expand Up @@ -345,6 +346,7 @@ void drm_idlelock_take(struct drm_lock_data *lock_data)
}
spin_unlock_bh(&lock_data->spinlock);
}
EXPORT_SYMBOL(drm_idlelock_take);

void drm_idlelock_release(struct drm_lock_data *lock_data)
{
Expand All @@ -364,6 +366,7 @@ void drm_idlelock_release(struct drm_lock_data *lock_data)
}
spin_unlock_bh(&lock_data->spinlock);
}
EXPORT_SYMBOL(drm_idlelock_release);

int drm_i_have_hw_lock(struct drm_device *dev, struct drm_file *file_priv)
{
Expand Down

0 comments on commit 1409fe0

Please sign in to comment.