Home
last modified time | relevance | path

Searched refs:vmw_resource_mob_attached (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c330 if (!vmw_resource_mob_attached(res)) in vmw_cotable_unbind()
557 if (vcotbl->scrubbed && vmw_resource_mob_attached(res)) { in vmw_cotable_create()
H A Dvmwgfx_streamoutput.c127 if (vmw_resource_mob_attached(res)) { in vmw_dx_streamoutput_create()
H A Dvmwgfx_shader.c428 if (vmw_resource_mob_attached(res)) { in vmw_dx_shader_create()
H A Dvmwgfx_drv.h830 static inline bool vmw_resource_mob_attached(const struct vmw_resource *res) in vmw_resource_mob_attached() function