Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/vmwgfx/device_include/
Dsvga_reg.h489 SVGA_FIFO_3D_CAPS_LAST = 32 + 255, enumerator
498 #define SVGA_FIFO_3D_CAPS_SIZE (SVGA_FIFO_3D_CAPS_LAST - SVGA_FIFO_3D_CAPS + 1)
513 #define SVGA_FIFO_EXTENDED_MANDATORY_REGS (SVGA_FIFO_3D_CAPS_LAST + 1)
/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_devcaps.c119 return (SVGA_FIFO_3D_CAPS_LAST - SVGA_FIFO_3D_CAPS + 1) * in vmw_devcaps_size()