Searched refs:vmw_resource_mob_attached (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c74 if (vmw_resource_mob_attached(res)) {
129 if (vmw_resource_mob_attached(res) &&
377 ((func->needs_guest_memory && !vmw_resource_mob_attached(res) &&
391 if (func->dirty_alloc && vmw_resource_mob_attached(res) &&
533 if (res->func->needs_guest_memory && !vmw_resource_mob_attached(res))
641 (!func->needs_guest_memory || vmw_resource_mob_attached(res)))) {
729 WARN_ON_ONCE(vmw_resource_mob_attached(res));
H A Dvmwgfx_cotable.c330 if (!vmw_resource_mob_attached(res))
557 if (vcotbl->scrubbed && vmw_resource_mob_attached(res)) {
H A Dvmwgfx_streamoutput.c127 if (vmw_resource_mob_attached(res)) {
H A Dvmwgfx_shader.c428 if (vmw_resource_mob_attached(res)) {
H A Dvmwgfx_drv.h820 * vmw_resource_mob_attached - Whether a resource currently has a mob attached
825 static inline bool vmw_resource_mob_attached(const struct vmw_resource *res) function

Completed in 649 milliseconds