Home
last modified time | relevance | path

Searched refs:SVGA_COTABLE_MAX_IDS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c275 return (user_key < SVGA_COTABLE_MAX_IDS && in vmw_view_id_ok()
560 BUILD_BUG_ON(SVGA_COTABLE_MAX_IDS >= ((1 << 20) - 1)); in vmw_so_build_asserts()
H A Dvmwgfx_cotable.c653 if (id < 0 || id >= SVGA_COTABLE_MAX_IDS) { in vmw_cotable_notify()
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_types.h1509 #define SVGA_COTABLE_MAX_IDS (MAX_UINT16 - 2) macro