Searched refs:drm_global_item_unref (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_glue.c90 drm_global_item_unref(&dev_priv->mem_global_ref); vmw_ttm_global_init()
96 drm_global_item_unref(&dev_priv->bo_global_ref.ref); vmw_ttm_global_release()
97 drm_global_item_unref(&dev_priv->mem_global_ref); vmw_ttm_global_release()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_global.c96 void drm_global_item_unref(struct drm_global_reference *ref) drm_global_item_unref() function
109 EXPORT_SYMBOL(drm_global_item_unref); variable
/linux-4.1.27/include/drm/
H A Ddrm_global.h51 extern void drm_global_item_unref(struct drm_global_reference *ref);
/linux-4.1.27/drivers/gpu/drm/ast/
H A Dast_ttm.c77 drm_global_item_unref(&ast->ttm.mem_global_ref); ast_ttm_global_init()
89 drm_global_item_unref(&ast->ttm.bo_global_ref.ref); ast_ttm_global_release()
90 drm_global_item_unref(&ast->ttm.mem_global_ref); ast_ttm_global_release()
/linux-4.1.27/drivers/gpu/drm/bochs/
H A Dbochs_mm.c56 drm_global_item_unref(&bochs->ttm.mem_global_ref); bochs_ttm_global_init()
68 drm_global_item_unref(&bochs->ttm.bo_global_ref.ref); bochs_ttm_global_release()
69 drm_global_item_unref(&bochs->ttm.mem_global_ref); bochs_ttm_global_release()
/linux-4.1.27/drivers/gpu/drm/cirrus/
H A Dcirrus_ttm.c77 drm_global_item_unref(&cirrus->ttm.mem_global_ref); cirrus_ttm_global_init()
89 drm_global_item_unref(&cirrus->ttm.bo_global_ref.ref); cirrus_ttm_global_release()
90 drm_global_item_unref(&cirrus->ttm.mem_global_ref); cirrus_ttm_global_release()
/linux-4.1.27/drivers/gpu/drm/mgag200/
H A Dmgag200_ttm.c77 drm_global_item_unref(&ast->ttm.mem_global_ref); mgag200_ttm_global_init()
89 drm_global_item_unref(&ast->ttm.bo_global_ref.ref); mgag200_ttm_global_release()
90 drm_global_item_unref(&ast->ttm.mem_global_ref); mgag200_ttm_global_release()
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_ttm.c334 drm_global_item_unref(&drm->ttm.mem_global_ref); nouveau_ttm_global_init()
348 drm_global_item_unref(&drm->ttm.bo_global_ref.ref); nouveau_ttm_global_release()
349 drm_global_item_unref(&drm->ttm.mem_global_ref); nouveau_ttm_global_release()
/linux-4.1.27/drivers/gpu/drm/qxl/
H A Dqxl_ttm.c89 drm_global_item_unref(&qdev->mman.mem_global_ref); qxl_ttm_global_init()
100 drm_global_item_unref(&qdev->mman.bo_global_ref.ref); qxl_ttm_global_fini()
101 drm_global_item_unref(&qdev->mman.mem_global_ref); qxl_ttm_global_fini()
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c105 drm_global_item_unref(&rdev->mman.mem_global_ref); radeon_ttm_global_init()
116 drm_global_item_unref(&rdev->mman.bo_global_ref.ref); radeon_ttm_global_fini()
117 drm_global_item_unref(&rdev->mman.mem_global_ref); radeon_ttm_global_fini()

Completed in 109 milliseconds