diff options
author | Alex Deucher <alex@botch2.com> | 2008-04-10 14:35:00 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2008-04-10 14:35:00 -0400 |
commit | 0032c80bf30bab189204e3e6929e18a19d753138 (patch) | |
tree | 10ccbc3d99cefa28b0d8565517a77ee4e7b8b7ce /src/radeon.h | |
parent | 9e2ffe66d106abe34a670d2edc9905ed62c485e8 (diff) |
RADEON: store tcl status in driver rec
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 122a9dd3..feff48fc 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -762,6 +762,7 @@ typedef struct { void *fb_shadow; int num_gb_pipes; + Bool has_tcl; } RADEONInfoRec, *RADEONInfoPtr; #define RADEONWaitForFifo(pScrn, entries) \ |