Home
last modified time | relevance | path

Searched refs:vmw_view_max (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.h34 vmw_view_max, enumerator
84 * enum vmw_view_type. If the command is unknown, return vmw_view_max.
96 if (tmp > (u32)vmw_view_max) in vmw_view_cmd_to_type()
97 return vmw_view_max; in vmw_view_cmd_to_type()
H A Dvmwgfx_so.c273 view_type < vmw_view_max); in vmw_view_id_ok()
510 static u32 view_is_dirtying[vmw_view_max] = { in vmw_view_dirtying()
517 BUILD_BUG_ON(vmw_view_max != 4); in vmw_view_dirtying()
H A Dvmwgfx_execbuf.c2438 if (view_type == vmw_view_max) in vmw_cmd_dx_view_define()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.h34 vmw_view_max, enumerator
84 * enum vmw_view_type. If the command is unknown, return vmw_view_max.
100 return vmw_view_max; in vmw_view_cmd_to_type()
H A Dvmwgfx_so.c276 view_type < vmw_view_max); in vmw_view_id_ok()
498 static u32 view_is_dirtying[vmw_view_max] = { in vmw_view_dirtying()
505 BUILD_BUG_ON(vmw_view_max != 4); in vmw_view_dirtying()
H A Dvmwgfx_execbuf.c2474 if (view_type == vmw_view_max) in vmw_cmd_dx_view_define()

Completed in 12 milliseconds