Home
last modified time | relevance | path

Searched refs:crc_workq (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_vkms.c198 ret = queue_work(vmw->crc_workq, &du->vkms.crc_generator_work); in vmw_vkms_vblank_simulate()
227 vmw->crc_workq = alloc_ordered_workqueue("vmwgfx_crc_generator", 0); in vmw_vkms_init()
228 if (!vmw->crc_workq) { in vmw_vkms_init()
239 destroy_workqueue(vmw->crc_workq); in vmw_vkms_cleanup()
A Dvmwgfx_drv.h620 struct workqueue_struct *crc_workq; member

Completed in 11 milliseconds