Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_so.c276 return (user_key < SVGA_COTABLE_MAX_IDS && in vmw_view_id_ok()
547 BUILD_BUG_ON(SVGA_COTABLE_MAX_IDS >= ((1 << 20) - 1)); in vmw_so_build_asserts()
Dvmwgfx_cotable.c639 if (id < 0 || id >= SVGA_COTABLE_MAX_IDS) { in vmw_cotable_notify()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_types.h1697 #define SVGA_COTABLE_MAX_IDS (MAX_UINT16 - 2) macro