Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_drv.h262 struct vmw_fifo_state { struct
263 unsigned long reserved_size;
264 u32 *dynamic_buffer;
265 u32 *static_buffer;
266 unsigned long static_buffer_size;
267 bool using_bounce_buffer;
268 uint32_t capabilities;
269 struct mutex fifo_mutex;
270 struct rw_semaphore rwsem;
271 struct vmw_marker_queue marker_queue;
[all …]