Searched refs:throttle_us (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/drm/
H A Dvmwgfx_drm.h317 * @throttle-us: Sleep until software is less than @throttle_us
339 __u32 throttle_us; member in struct:drm_vmw_execbuf_arg
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h982 uint64_t throttle_us,
H A Dvmwgfx_execbuf.c4092 uint32_t command_size, uint64_t throttle_us,
4114 if (throttle_us) {
4507 NULL, arg->command_size, arg->throttle_us,
4089 vmw_execbuf_process(struct drm_file *file_priv, struct vmw_private *dev_priv, void __user *user_commands, void *kernel_commands, uint32_t command_size, uint64_t throttle_us, uint32_t dx_context_handle, struct drm_vmw_fence_rep __user *user_fence_rep, struct vmw_fence_obj **out_fence, uint32_t flags) argument

Completed in 270 milliseconds