diff options
author | Owain G. Ainsworth <zerooa@googlemail.com> | 2010-04-19 04:05:35 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-04-21 10:34:54 +1000 |
commit | 2059d628c5fb03222a62502cc1b5724bf296a7b3 (patch) | |
tree | fb09b4dca7fcef9d28cd194058f8f4b875360632 /src/radeon.h | |
parent | c4b46f56279cc18c8114235ca41cfb41ffede67f (diff) |
Kill per-context SAREA support.
It has never been used, and since the world is changing it almost
certainly never will be. Good riddance.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/radeon.h b/src/radeon.h index 4e685ddb..56bc0769 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -543,13 +543,8 @@ typedef struct { } RADEONConfigPrivRec, *RADEONConfigPrivPtr; typedef struct { -#ifdef PER_CONTEXT_SAREA - drm_context_t ctx_id; - drm_handle_t sarea_handle; -#else /* Nothing here yet */ int dummy; -#endif } RADEONDRIContextRec, *RADEONDRIContextPtr; struct radeon_dri { @@ -646,10 +641,6 @@ struct radeon_dri { int irq; -#ifdef PER_CONTEXT_SAREA - int perctx_sarea_size; -#endif - #ifdef USE_XAA uint32_t frontPitchOffset; uint32_t backPitchOffset; |