Home
last modified time | relevance | path

Searched refs:SVGA_CB_MAX_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h457 * The device guarantees that command buffers of size SVGA_CB_MAX_SIZE
491 #define SVGA_CB_MAX_SIZE (512 * 1024) /* 512 KB */ macro
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h256 #define SVGA_CB_MAX_SIZE SVGA_CB_MAX_SIZE_4MB macro
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c565 BUILD_BUG_ON(SVGA_CB_MAX_SIZE >= (1 << 29)); in vmw_resource_relocations_apply()
3958 if (command_size > SVGA_CB_MAX_SIZE) { in vmw_execbuf_cmdbuf()
3968 cmdbuf_size = min_t(size_t, cmdbuf_size, SVGA_CB_MAX_SIZE); in vmw_execbuf_cmdbuf()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c550 BUILD_BUG_ON(SVGA_CB_MAX_SIZE >= (1 << 29)); in vmw_resource_relocations_apply()
4020 if (command_size > SVGA_CB_MAX_SIZE) { in vmw_execbuf_cmdbuf()
4030 cmdbuf_size = min_t(size_t, cmdbuf_size, SVGA_CB_MAX_SIZE); in vmw_execbuf_cmdbuf()

Completed in 17 milliseconds