Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h491 SVGA_FIFO_3D_CAPS_LAST = 32 + 255, enumerator
500 #define SVGA_FIFO_3D_CAPS_SIZE (SVGA_FIFO_3D_CAPS_LAST - SVGA_FIFO_3D_CAPS + 1)
515 #define SVGA_FIFO_EXTENDED_MANDATORY_REGS (SVGA_FIFO_3D_CAPS_LAST + 1)
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_devcaps.c119 return (SVGA_FIFO_3D_CAPS_LAST - SVGA_FIFO_3D_CAPS + 1) * in vmw_devcaps_size()