Searched defs:vmw (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/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 | 385 struct vmw_private *vmw, in vmw_fifo_res_copy() 407 struct vmw_private *vmw, in vmw_fifo_slow_copy() 676 bool vmw_cmd_supported(struct vmw_private *vmw) in vmw_cmd_supported()
|
D | vmwgfx_drv.c | 461 static void vmw_device_fini(struct vmw_private *vmw) in vmw_device_fini() 1384 static void vmw_debugfs_resource_managers_init(struct vmw_private *vmw) in vmw_debugfs_resource_managers_init() 1619 struct vmw_private *vmw; in vmw_probe() local
|
D | vmwgfx_irq.c | 35 static u32 vmw_irqflag_fence_goal(struct vmw_private *vmw) in vmw_irqflag_fence_goal()
|
D | vmwgfx_drv.h | 1636 static inline u32 vmw_fifo_mem_read(struct vmw_private *vmw, uint32 fifo_reg) in vmw_fifo_mem_read() 1650 static inline void vmw_fifo_mem_write(struct vmw_private *vmw, u32 fifo_reg, in vmw_fifo_mem_write() 1674 static inline u32 vmw_irq_status_read(struct vmw_private *vmw) in vmw_irq_status_read() 1684 static inline void vmw_irq_status_write(struct vmw_private *vmw, in vmw_irq_status_write() 1693 static inline bool vmw_has_fences(struct vmw_private *vmw) in vmw_has_fences()
|
D | vmwgfx_fence.c | 85 static u32 vmw_fence_goal_read(struct vmw_private *vmw) in vmw_fence_goal_read() 93 static void vmw_fence_goal_write(struct vmw_private *vmw, u32 value) in vmw_fence_goal_write()
|
D | vmwgfx_bo.c | 443 int vmw_bo_create(struct vmw_private *vmw, in vmw_bo_create()
|
D | vmwgfx_stdu.c | 141 static bool vmw_stdu_use_cpu_blit(const struct vmw_private *vmw) in vmw_stdu_use_cpu_blit()
|