Home
last modified time | relevance | path

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

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