diff options
author | Dave Airlie <airlied@starflyer-ubuntu.(none)> | 2006-08-29 00:01:19 +1000 |
---|---|---|
committer | Dave Airlie <airlied@starflyer-ubuntu.(none)> | 2006-08-29 00:01:19 +1000 |
commit | 3cfab681b3c82c7951f1cc337d2021a6f0d08b1e (patch) | |
tree | 4d880f5961a0fe31bddf80391923f117add9e674 /shared-core/via_drm.h | |
parent | 88928380c87e60d22a0a9698c468036f180f0761 (diff) | |
parent | 9b984b34e99f694e10251e15bc2ec1bc844dcca4 (diff) |
Merge branch 'master' into nouveau-1
Diffstat (limited to 'shared-core/via_drm.h')
-rw-r--r-- | shared-core/via_drm.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/shared-core/via_drm.h b/shared-core/via_drm.h index 60fb92c8..ee92ff69 100644 --- a/shared-core/via_drm.h +++ b/shared-core/via_drm.h @@ -273,14 +273,14 @@ typedef struct drm_via_blitsync { */ typedef struct drm_via_dmablit { - uint32_t num_lines; - uint32_t line_length; + uint32_t num_lines; + uint32_t line_length; - uint32_t fb_addr; - uint32_t fb_stride; + uint32_t fb_addr; + uint32_t fb_stride; - unsigned char *mem_addr; - uint32_t mem_stride; + unsigned char *mem_addr; + uint32_t mem_stride; uint32_t flags; int to_fb; |