Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/device_include/
A Dsvga_reg.h256 #define SVGA_CB_MAX_SIZE SVGA_CB_MAX_SIZE_4MB macro
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_execbuf.c546 BUILD_BUG_ON(SVGA_CB_MAX_SIZE >= (1 << 29)); in vmw_resource_relocations_apply()
4012 if (command_size > SVGA_CB_MAX_SIZE) { in vmw_execbuf_cmdbuf()
4022 cmdbuf_size = min_t(size_t, cmdbuf_size, SVGA_CB_MAX_SIZE); in vmw_execbuf_cmdbuf()

Completed in 15 milliseconds