Home
last modified time | relevance | path

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

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