diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-16 08:47:32 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-16 08:47:32 +0100 |
commit | dd4ab5aba9047d522dbcfe8a341c368312e1a471 (patch) | |
tree | de47b5d0ad0fdc5cac92f2a5a4fffd8dbe2f9909 /src/radeon.h | |
parent | a19237fad2492d70777167c631f4e6e1fae0e908 (diff) |
radeon: migrate remainder of radeon_driver.c to rest of driver
This helps make a few more things static and the driver generally
smaller.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/radeon.h b/src/radeon.h index 35efd547..742a6f85 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -494,13 +494,6 @@ extern void RADEONWaitForVLine(ScrnInfoPtr pScrn, PixmapPtr pPix, /* radeon_driver.c */ extern RADEONEntPtr RADEONEntPriv(ScrnInfoPtr pScrn); -extern Bool -RADEONZaphodStringMatches(ScrnInfoPtr pScrn, const char *s, char *output_name); - -Bool RADEONGetRec(ScrnInfoPtr pScrn); -void RADEONFreeRec(ScrnInfoPtr pScrn); -Bool RADEONPreInitVisual(ScrnInfoPtr pScrn); -Bool RADEONPreInitWeight(ScrnInfoPtr pScrn); /* radeon_exa.c */ extern unsigned eg_tile_split(unsigned tile_split); |