Home
last modified time | relevance | path

Searched refs:vmw_user_object_is_null (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c199 if (vmw_user_object_is_null(&vps->uo)) in vmw_du_cursor_plane_acquire_image()
662 if (!vmw_user_object_is_null(&vps->uo)) in vmw_du_cursor_plane_cleanup_fb()
691 if (!vmw_user_object_is_null(&vps->uo)) { in vmw_du_cursor_plane_prepare_fb()
729 if (!vmw_user_object_is_null(&vps->uo)) { in vmw_du_cursor_plane_prepare_fb()
762 if (vmw_user_object_is_null(&vps->uo)) { in vmw_du_cursor_plane_atomic_update()
775 if (!vmw_user_object_is_null(&old_vps->uo)) { in vmw_du_cursor_plane_atomic_update()
782 if (!vmw_user_object_is_null(&vps->uo)) { in vmw_du_cursor_plane_atomic_update()
2818 if (!uo || vmw_user_object_is_null(uo)) in vmw_user_object_is_mapped()
2830 bool vmw_user_object_is_null(struct vmw_user_object *uo) in vmw_user_object_is_null() function
H A Dvmwgfx_drv.h777 bool vmw_user_object_is_null(struct vmw_user_object *uo);