Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357866
b: refs/heads/master
c: 99057c8
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and Daniel Vetter committed Nov 29, 2012
1 parent e7a909a commit 82cc385
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: 9fa5f6522e6eecb5ab20192a264a29ba4f2f4e85
refs/heads/master: 99057c81037ee45e94e5c7e6b403b73caccbaf9e
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/i915_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ typedef struct drm_i915_private {
/** forcewake_count is protected by gt_lock */
unsigned forcewake_count;
/** gt_lock is also taken in irq contexts. */
struct spinlock gt_lock;
spinlock_t gt_lock;

struct intel_gmbus gmbus[GMBUS_NUM_PORTS];

Expand Down Expand Up @@ -1128,7 +1128,7 @@ struct drm_i915_gem_request {

struct drm_i915_file_private {
struct {
struct spinlock lock;
spinlock_t lock;
struct list_head request_list;
} mm;
struct idr context_idr;
Expand Down

0 comments on commit 82cc385

Please sign in to comment.