Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c102 * @has_pool: Has a large pool of DMA memory which allows larger allocations.
132 bool has_pool; member
869 if (!man->has_pool) in vmw_cmdbuf_space_pool()
1228 if (man->has_pool) in vmw_cmdbuf_set_pool_size()
1266 man->has_pool = true; in vmw_cmdbuf_set_pool_size()
1379 if (!man->has_pool) in vmw_cmdbuf_remove_pool()
1382 man->has_pool = false; in vmw_cmdbuf_remove_pool()
1404 WARN_ON_ONCE(man->has_pool); in vmw_cmdbuf_man_destroy()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c103 * @has_pool: Has a large pool of DMA memory which allows larger allocations.
132 bool has_pool; member
869 if (!man->has_pool) in vmw_cmdbuf_space_pool()
1225 if (man->has_pool) in vmw_cmdbuf_set_pool_size()
1263 man->has_pool = true; in vmw_cmdbuf_set_pool_size()
1369 if (!man->has_pool) in vmw_cmdbuf_remove_pool()
1372 man->has_pool = false; in vmw_cmdbuf_remove_pool()
1391 WARN_ON_ONCE(man->has_pool); in vmw_cmdbuf_man_destroy()

Completed in 4 milliseconds