diff options
author | Keith Packard <keithp@mandolin.keithp.com> | 2007-01-06 18:19:34 -0800 |
---|---|---|
committer | Keith Packard <keithp@mandolin.keithp.com> | 2007-01-06 18:19:34 -0800 |
commit | 40af0ee6ba4ab7596fbc7fcc3ad04d109746ca6f (patch) | |
tree | c4868908a9db5b514ea1159024f2a38e381c7c5c /src/i810_wmark.c | |
parent | 736d82a6b43f174cb95b425faacd4b0b889916fa (diff) |
Numerous symbol scope issues.
I830EntityIndex is shared between 810 and newer driver.
Move most EXA rendering state into I830 structure.
Declare shared variables in shared header files rather than .c.
Diffstat (limited to 'src/i810_wmark.c')
-rw-r--r-- | src/i810_wmark.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i810_wmark.c b/src/i810_wmark.c index 85d55ef1..d21f6aa5 100644 --- a/src/i810_wmark.c +++ b/src/i810_wmark.c @@ -149,11 +149,14 @@ static struct wm_info i810_wm_24_100[] = { {202.5, 0x44419000} }; +#if 0 +/* not used */ static struct wm_info i810_wm_32_100[] = { {0, 0x2210b000}, {60, 0x22415000}, /* 0x314000 works too */ {80, 0x22419000} /* 0x518000 works too */ }; +#endif static struct wm_info i810_wm_8_133[] = { {0, 0x22003000}, |