diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-03-13 17:51:56 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-03-13 17:58:06 -0400 |
commit | 1db81afe4f8db55e02a65cd22ad84c6bbb27e8ef (patch) | |
tree | 7df77b815947f7fb6b276e50257abb7346ebbc92 /src/radeon_probe.h | |
parent | 5bb326c64ad3bf5c93943280dcbcb25c8910d1aa (diff) |
radeon: add support for 30 bit LUTs
All radeons have them. Thanks to Yang Zhao for figuring
this out.
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index afc8e21c..a0c6b2c2 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -153,7 +153,7 @@ typedef struct _RADEONCrtcPrivateRec { int binding; uint32_t cursor_offset; /* Lookup table values to be set when the CRTC is enabled */ - uint8_t lut_r[256], lut_g[256], lut_b[256]; + uint16_t lut_r[256], lut_g[256], lut_b[256]; uint32_t crtc_offset; int can_tile; |