Searched defs:vmw (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_devcaps.c | 85 int vmw_devcaps_create(struct vmw_private *vmw) in vmw_devcaps_create() 102 void vmw_devcaps_destroy(struct vmw_private *vmw) in vmw_devcaps_destroy() 109 uint32 vmw_devcaps_size(const struct vmw_private *vmw, in vmw_devcaps_size() 125 int vmw_devcaps_copy(struct vmw_private *vmw, bool gb_aware, in vmw_devcaps_copy()
|
D | vmwgfx_devcaps.h | 41 static inline uint32_t vmw_devcap_get(struct vmw_private *vmw, in vmw_devcap_get()
|
D | vmwgfx_cmd.c | 378 struct vmw_private *vmw, in vmw_fifo_res_copy() 400 struct vmw_private *vmw, in vmw_fifo_slow_copy() 669 bool vmw_cmd_supported(struct vmw_private *vmw) in vmw_cmd_supported()
|
D | vmwgfx_drv.c | 466 static void vmw_device_fini(struct vmw_private *vmw) in vmw_device_fini() 1615 struct vmw_private *vmw; in vmw_probe() local
|
D | vmwgfx_drv.h | 1630 static inline u32 vmw_fifo_mem_read(struct vmw_private *vmw, uint32 fifo_reg) in vmw_fifo_mem_read() 1644 static inline void vmw_fifo_mem_write(struct vmw_private *vmw, u32 fifo_reg, in vmw_fifo_mem_write() 1668 static inline u32 vmw_irq_status_read(struct vmw_private *vmw) in vmw_irq_status_read() 1678 static inline void vmw_irq_status_write(struct vmw_private *vmw, in vmw_irq_status_write()
|