Home
last modified time | relevance | path

Searched defs:vmw_fifo_state (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.h114 struct vmw_fifo_state { struct
115 unsigned long reserved_size;
116 __le32 *dynamic_buffer;
117 __le32 *static_buffer;
118 __le32 *last_buffer;
119 uint32_t last_data_size;
120 uint32_t last_buffer_size;
121 bool last_buffer_add;
122 unsigned long static_buffer_size;
123 bool using_bounce_buffer;
[all …]