diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2006-01-01 22:26:20 -0500 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-01-01 22:26:20 -0500 |
commit | 443448d05468277abe99c9b24b9df538dd840f35 (patch) | |
tree | bea36178d2ff1e88be9086c95be6c023f9a67f83 /drivers/char/drm/via_drm.h | |
parent | a7a2cc315c8a5e51b08538d102ec3229c966ac87 (diff) |
drm: via driver update to CVS version
This updates the DRM via driver to the latest CVS version, which contains
support for DMA blitting.
It also contains some whitespace and other minor fixes
From: Thomas Hellstrom <unichrome@shipmail.org>
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/via_drm.h')
-rw-r--r-- | drivers/char/drm/via_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/drm/via_drm.h b/drivers/char/drm/via_drm.h index 556d80722fd0..47f0b5b26379 100644 --- a/drivers/char/drm/via_drm.h +++ b/drivers/char/drm/via_drm.h | |||
@@ -200,7 +200,7 @@ typedef struct _drm_via_sarea { | |||
200 | unsigned int XvMCSubPicOn[VIA_NR_XVMC_PORTS]; | 200 | unsigned int XvMCSubPicOn[VIA_NR_XVMC_PORTS]; |
201 | unsigned int XvMCCtxNoGrabbed; /* Last context to hold decoder */ | 201 | unsigned int XvMCCtxNoGrabbed; /* Last context to hold decoder */ |
202 | 202 | ||
203 | /* Used bt the 3d driver only at this point, for pageflipping: | 203 | /* Used by the 3d driver only at this point, for pageflipping: |
204 | */ | 204 | */ |
205 | unsigned int pfCurrentOffset; | 205 | unsigned int pfCurrentOffset; |
206 | } drm_via_sarea_t; | 206 | } drm_via_sarea_t; |