diff options
Diffstat (limited to 'drivers/video/via/viafbdev.h')
-rw-r--r-- | drivers/video/via/viafbdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/via/viafbdev.h b/drivers/video/via/viafbdev.h index beb470392db1..ca39ec1689e1 100644 --- a/drivers/video/via/viafbdev.h +++ b/drivers/video/via/viafbdev.h | |||
@@ -51,6 +51,7 @@ struct viafb_shared { | |||
51 | struct chip_information chip_info; | 51 | struct chip_information chip_info; |
52 | 52 | ||
53 | /* hardware acceleration stuff */ | 53 | /* hardware acceleration stuff */ |
54 | u32 cursor_vram_addr; | ||
54 | int (*hw_bitblt)(void __iomem *engine, u8 op, u32 width, u32 height, | 55 | int (*hw_bitblt)(void __iomem *engine, u8 op, u32 width, u32 height, |
55 | u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, | 56 | u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, |
56 | u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, | 57 | u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, |
@@ -65,7 +66,6 @@ struct viafb_par { | |||
65 | unsigned int memsize; /*size of fbmem */ | 66 | unsigned int memsize; /*size of fbmem */ |
66 | u32 fbmem_free; /* Free FB memory */ | 67 | u32 fbmem_free; /* Free FB memory */ |
67 | u32 fbmem_used; /* Use FB memory size */ | 68 | u32 fbmem_used; /* Use FB memory size */ |
68 | u32 cursor_start; /* Cursor Start Address */ | ||
69 | u32 VQ_start; /* Virtual Queue Start Address */ | 69 | u32 VQ_start; /* Virtual Queue Start Address */ |
70 | u32 VQ_end; /* Virtual Queue End Address */ | 70 | u32 VQ_end; /* Virtual Queue End Address */ |
71 | u32 iga_path; | 71 | u32 iga_path; |