diff options
author | Dave Airlie <airlied@redhat.com> | 2009-06-30 16:24:37 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-06-30 16:32:01 +1000 |
commit | e932836691aeaec37794fdaed2dabb22710fd171 (patch) | |
tree | 078de611599b48afe5b6cc3d52175004bc8a3662 /src/radeon_video.h | |
parent | bb04b450ed00ca4b1aa44c33085567d47b33b547 (diff) |
radeon: initial preparation for kms patch.
This patch contains most of the changes to the EXA and texture video
accel code.
It adds a few bits of pixmap support but doesn't actually do anything
useful KMS yet.
Testing this should not have any regressions over what we have already,
biggest worries are r6xx, I've fixed a textured video one, but no idea
what other might lurk
It won't build against libdrm radeon yet either
Diffstat (limited to 'src/radeon_video.h')
-rw-r--r-- | src/radeon_video.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_video.h b/src/radeon_video.h index 0cf8168b..aeb6441f 100644 --- a/src/radeon_video.h +++ b/src/radeon_video.h @@ -120,6 +120,9 @@ typedef struct { int drw_x, drw_y; int src_x, src_y; int vsync; + + struct radeon_bo *src_bo; + struct radeon_bo *bicubic_bo; } RADEONPortPrivRec, *RADEONPortPrivPtr; /* Reference color space transform data */ |