summaryrefslogtreecommitdiff
path: root/src/radeon_video.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-06-15 17:05:54 +0100
committerDave Airlie <airlied@redhat.com>2012-06-15 17:05:54 +0100
commit6559b6e28bf111b64c3aeb5ec1260acfeb3e0b7f (patch)
tree000004c00befc22de72682a1b251b01fcfb0b1f4 /src/radeon_video.h
parent857179e538c9752fab239a21312d0fcc80022151 (diff)
radeon: drop offset member of r600 accel object
This is always 0 now. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_video.h')
-rw-r--r--src/radeon_video.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon_video.h b/src/radeon_video.h
index e2bfd6f7..463f91d9 100644
--- a/src/radeon_video.h
+++ b/src/radeon_video.h
@@ -31,14 +31,12 @@ typedef struct {
int size;
void *video_memory;
- int video_offset;
int planeu_offset;
int planev_offset;
/* bicubic filtering */
Bool bicubic_enabled;
- uint32_t bicubic_src_offset;
int bicubic_state;
#define BICUBIC_OFF 0
#define BICUBIC_ON 1
@@ -49,7 +47,6 @@ typedef struct {
DrawablePtr pDraw;
PixmapPtr pPixmap;
- uint32_t src_offset;
uint32_t src_pitch;
uint8_t *src_addr;