Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c802 SVGA_ID_3 : SVGA_ID_2); in vmw_detect_version()
804 if (svga_id != SVGA_ID_2 && svga_id != SVGA_ID_3) { in vmw_detect_version()
810 BUG_ON(vmw_is_svga_v3(dev) && (svga_id != SVGA_ID_3)); in vmw_detect_version()
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h74 #define SVGA_ID_3 SVGA_MAKE_ID(SVGA_VERSION_3) macro