vmw_view_max     2427 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	if (view_type == vmw_view_max)
vmw_view_max      273 drivers/gpu/drm/vmwgfx/vmwgfx_so.c 		view_type < vmw_view_max);
vmw_view_max      509 drivers/gpu/drm/vmwgfx/vmwgfx_so.c 	static u32 view_is_dirtying[vmw_view_max] = {
vmw_view_max      515 drivers/gpu/drm/vmwgfx/vmwgfx_so.c 	BUILD_BUG_ON(vmw_view_max != 3);
vmw_view_max       90 drivers/gpu/drm/vmwgfx/vmwgfx_so.h 	if (tmp > (u32)vmw_view_max)
vmw_view_max       91 drivers/gpu/drm/vmwgfx/vmwgfx_so.h 		return vmw_view_max;