diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-15 17:26:50 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-15 17:29:14 +0100 |
commit | 85711a0a6a553232b603dbbb2b2d234c35391578 (patch) | |
tree | 1a3218f63dc3ba79776d48a0823bef20be929a1a /src/radeon_video.h | |
parent | 445ca1d66ce7b37762731fe67407cc1b978bb129 (diff) |
radeon: drop legacy memory, merge into radeon video
This merges these two functions into textured video code.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_video.h')
-rw-r--r-- | src/radeon_video.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/radeon_video.h b/src/radeon_video.h index 463f91d9..ea61ece0 100644 --- a/src/radeon_video.h +++ b/src/radeon_video.h @@ -30,7 +30,7 @@ typedef struct { int size; - void *video_memory; + struct radeon_bo *video_memory; int planeu_offset; int planev_offset; @@ -81,8 +81,6 @@ typedef struct tagREF_TRANSFORM #define RTFContrast(a) (1.0 + ((a)*1.0)/1000.0) #define RTFHue(a) (((a)*3.1416)/1000.0) -void RADEONFreeVideoMemory(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv); -void RADEONStopVideo(ScrnInfoPtr, pointer, Bool); void RADEONQueryBestSize(ScrnInfoPtr, Bool, short, short, short, short, unsigned int *, unsigned int *, pointer); int RADEONQueryImageAttributes(ScrnInfoPtr, int, unsigned short *, |