diff options
author | Dave Airlie <airlied@linux.ie> | 2005-10-09 10:36:50 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-10-09 10:36:50 +0000 |
commit | 524fb1440760a14c53fb3f238aad6c3cdb7e6a08 (patch) | |
tree | f6c825d3f990238c7229614d2ac739f59335feda /src/radeon.h | |
parent | e526211b86ec5343002978debfcf78f74a10c69e (diff) |
Secure the Radeon PCIE GART tables in framebuffer memory by not allowingXORG-6_8_99_901
the clients to get access to a secure area of framebuffer.
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 c820d9e..2bf8d9a 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -337,6 +337,7 @@ typedef struct { CARD32 MemCntl; CARD32 BusCntl; unsigned long FbMapSize; /* Size of frame buffer, in bytes */ + unsigned long FbSecureSize; /* Size of secured fb area at end of framebuffer */ int Flags; /* Saved copy of mode flags */ /* VE/M6 support */ |