Home
last modified time | relevance | path

Searched refs:using_mob (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c100 * @using_mob: Whether the command buffer space is a MOB or a contigous DMA
104 * @handle: DMA address handle for the command buffer space if @using_mob is
131 bool using_mob; member
563 if (man->using_mob) in vmw_cmdbuf_work_func()
888 if (man->using_mob) { in vmw_cmdbuf_space_pool()
1236 man->using_mob = false; in vmw_cmdbuf_set_pool_size()
1254 man->using_mob = true; in vmw_cmdbuf_set_pool_size()
1276 (man->using_mob) ? "MOB" : "DMA"); in vmw_cmdbuf_set_pool_size()
1281 if (man->using_mob) { in vmw_cmdbuf_set_pool_size()
1385 if (man->using_mob) { in vmw_cmdbuf_remove_pool()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c101 * @using_mob: Whether the command buffer space is a MOB or a contigous DMA
105 * @handle: DMA address handle for the command buffer space if @using_mob is
131 bool using_mob; member
563 if (man->using_mob) in vmw_cmdbuf_work_func()
888 if (man->using_mob) { in vmw_cmdbuf_space_pool()
1233 man->using_mob = false; in vmw_cmdbuf_set_pool_size()
1257 man->using_mob = man->map; in vmw_cmdbuf_set_pool_size()
1274 (man->using_mob) ? "MOB" : "DMA"); in vmw_cmdbuf_set_pool_size()
1375 if (man->using_mob) in vmw_cmdbuf_remove_pool()

Completed in 7 milliseconds