Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154340
b: refs/heads/master
c: b11248d
h: refs/heads/master
v: v3
  • Loading branch information
Keith Packard committed Jun 18, 2009
1 parent 48488a0 commit a5bcd2e
Show file tree
Hide file tree
Showing 2 changed files with 14 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: e4b366996bc58a02b9dc35db3ef83f0454553f50
refs/heads/master: b11248df4c0decb1e473d5025f237be32c0f67bb
13 changes: 13 additions & 0 deletions trunk/drivers/gpu/drm/i915/i915_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,19 @@
#define C0DRB3 0x10206
#define C1DRB3 0x10606

/* Clocking configuration register */
#define CLKCFG 0x10c00
#define CLKCFG_FSB_400 (0 << 0) /* hrawclk 100 */
#define CLKCFG_FSB_533 (1 << 0) /* hrawclk 133 */
#define CLKCFG_FSB_667 (3 << 0) /* hrawclk 166 */
#define CLKCFG_FSB_800 (2 << 0) /* hrawclk 200 */
#define CLKCFG_FSB_1067 (6 << 0) /* hrawclk 266 */
#define CLKCFG_FSB_1333 (7 << 0) /* hrawclk 333 */
/* this is a guess, could be 5 as well */
#define CLKCFG_FSB_1600 (4 << 0) /* hrawclk 400 */
#define CLKCFG_FSB_1600_ALT (5 << 0) /* hrawclk 400 */
#define CLKCFG_FSB_MASK (7 << 0)

/** GM965 GM45 render standby register */
#define MCHBAR_RENDER_STANDBY 0x111B8

Expand Down

0 comments on commit a5bcd2e

Please sign in to comment.