Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242313
b: refs/heads/master
c: 7ccb4a5
h: refs/heads/master
i:
  242311: cd1ff14
v: v3
  • Loading branch information
Yuanhan Liu authored and Chris Wilson committed Mar 23, 2011
1 parent 7e26859 commit 2fd147e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 09bfa51773c1e90f13000dc2fc0c4b84047009bc
refs/heads/master: 7ccb4a53eb03c9196646ca0c2a97558313e886f1
5 changes: 1 addition & 4 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -3885,10 +3885,7 @@ static bool g4x_compute_srwm(struct drm_device *dev,
display, cursor);
}

static inline bool single_plane_enabled(unsigned int mask)
{
return mask && (mask & -mask) == 0;
}
#define single_plane_enabled(mask) is_power_of_2(mask)

static void g4x_update_wm(struct drm_device *dev)
{
Expand Down

0 comments on commit 2fd147e

Please sign in to comment.