Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371439
b: refs/heads/master
c: 40c7ead
h: refs/heads/master
i:
  371437: 58b45b7
  371435: aa11d42
  371431: d3af506
  371423: 1c7f9a5
v: v3
  • Loading branch information
Ben Widawsky authored and Daniel Vetter committed Apr 6, 2013
1 parent 08459c2 commit ed25a10
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: e3c74757c23cbbbb0c64b34c107732f3e2d67fa3
refs/heads/master: 40c7ead980945ac96eadbd6d99b050458d797e2b
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/i915/i915_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ enum intel_pch {
PCH_IBX, /* Ibexpeak PCH */
PCH_CPT, /* Cougarpoint PCH */
PCH_LPT, /* Lynxpoint PCH */
PCH_NOP,
};

enum intel_sbi_destination {
Expand Down Expand Up @@ -1373,6 +1374,7 @@ struct drm_i915_file_private {
#define HAS_PCH_LPT(dev) (INTEL_PCH_TYPE(dev) == PCH_LPT)
#define HAS_PCH_CPT(dev) (INTEL_PCH_TYPE(dev) == PCH_CPT)
#define HAS_PCH_IBX(dev) (INTEL_PCH_TYPE(dev) == PCH_IBX)
#define HAS_PCH_NOP(dev) (INTEL_PCH_TYPE(dev) == PCH_NOP)
#define HAS_PCH_SPLIT(dev) (INTEL_PCH_TYPE(dev) != PCH_NONE)

#define HAS_FORCE_WAKE(dev) (INTEL_INFO(dev)->has_force_wake)
Expand Down

0 comments on commit ed25a10

Please sign in to comment.