Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228698
b: refs/heads/master
c: 67e92af
h: refs/heads/master
v: v3
  • Loading branch information
Eric Anholt authored and Chris Wilson committed Nov 8, 2010
1 parent 3c18b95 commit d722dd8
Show file tree
Hide file tree
Showing 3 changed files with 7 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: de6e2eaf2c420bb8b0d4485913ef312a5539b489
refs/heads/master: 67e92af01cb6f7e9a5fd5c930c43cd6f6ef45929
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/i915/i915_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -2609,6 +2609,8 @@
#define GTIER 0x4401c

#define ILK_DISPLAY_CHICKEN2 0x42004
/* Required on all Ironlake and Sandybridge according to the B-Spec. */
#define ILK_ELPIN_409_SELECT (1 << 25)
#define ILK_DPARB_GATE (1<<22)
#define ILK_VSDPFD_FULL (1<<21)
#define ILK_DSPCLK_GATE 0x42020
Expand Down
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -5819,6 +5819,10 @@ void intel_init_clock_gating(struct drm_device *dev)
ILK_CLK_FBC);
}

I915_WRITE(ILK_DISPLAY_CHICKEN2,
I915_READ(ILK_DISPLAY_CHICKEN2) |
ILK_ELPIN_409_SELECT);

if (IS_GEN5(dev)) {
I915_WRITE(_3D_CHICKEN2,
_3D_CHICKEN2_WM_READ_PIPELINED << 16 |
Expand Down

0 comments on commit d722dd8

Please sign in to comment.