diff options
author | Dave Airlie <airlied@linux.ie> | 2007-11-04 21:50:58 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-02-07 00:09:38 -0500 |
commit | bc5f4523f772cc7629c5c5a46cf4f2a07a5500b8 (patch) | |
tree | 8fa2f5194bb05d7e789e5d24a0fe3a7456568146 /drivers/char/drm/via_drm.h | |
parent | 8562b3f25d6e23c9d9e48a32672944d1e8a2aa97 (diff) |
drm: run cleanfile across drm tree
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/drm/via_drm.h b/drivers/char/drm/via_drm.h index 8f53c76062e9..a3b5c102b067 100644 --- a/drivers/char/drm/via_drm.h +++ b/drivers/char/drm/via_drm.h | |||
@@ -35,7 +35,7 @@ | |||
35 | #include "via_drmclient.h" | 35 | #include "via_drmclient.h" |
36 | #endif | 36 | #endif |
37 | 37 | ||
38 | #define VIA_NR_SAREA_CLIPRECTS 8 | 38 | #define VIA_NR_SAREA_CLIPRECTS 8 |
39 | #define VIA_NR_XVMC_PORTS 10 | 39 | #define VIA_NR_XVMC_PORTS 10 |
40 | #define VIA_NR_XVMC_LOCKS 5 | 40 | #define VIA_NR_XVMC_LOCKS 5 |
41 | #define VIA_MAX_CACHELINE_SIZE 64 | 41 | #define VIA_MAX_CACHELINE_SIZE 64 |
@@ -259,7 +259,7 @@ typedef struct drm_via_blitsync { | |||
259 | typedef struct drm_via_dmablit { | 259 | typedef struct drm_via_dmablit { |
260 | uint32_t num_lines; | 260 | uint32_t num_lines; |
261 | uint32_t line_length; | 261 | uint32_t line_length; |
262 | 262 | ||
263 | uint32_t fb_addr; | 263 | uint32_t fb_addr; |
264 | uint32_t fb_stride; | 264 | uint32_t fb_stride; |
265 | 265 | ||