Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/device_include/
Dsvga_reg.h409 #define SVGA_CB_MAX_SIZE (512 * 1024) /* 512 KB */ macro
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c500 BUILD_BUG_ON(SVGA_CB_MAX_SIZE >= (1 << 29)); in vmw_resource_relocations_apply()
4028 if (command_size > SVGA_CB_MAX_SIZE) { in vmw_execbuf_cmdbuf()
4038 cmdbuf_size = min_t(size_t, cmdbuf_size, SVGA_CB_MAX_SIZE); in vmw_execbuf_cmdbuf()