Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h662 #define SVGA_CMD_MAX_DATASIZE (256 * 1024) macro
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c3671 if (header->size > SVGA_CMD_MAX_DATASIZE) { in vmw_cmd_check()