HomeSort by: relevance | last modified time | path
    Searched refs:SVGA_CB_MAX_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga_reg.h 377 * The device guarantees that command buffers of size SVGA_CB_MAX_SIZE
411 #define SVGA_CB_MAX_SIZE (512 * 1024) /* 512 KB */
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_execbuf.c 570 BUILD_BUG_ON(SVGA_CB_MAX_SIZE >= (1 << 29));
3592 if (command_size > SVGA_CB_MAX_SIZE) {
3602 cmdbuf_size = min_t(size_t, cmdbuf_size, SVGA_CB_MAX_SIZE);

Completed in 15 milliseconds