Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_ttm.c519 struct radeon_ttm_tt { struct
533 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_tt_pin_userptr() argument
595 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_tt_unpin_userptr()
624 struct radeon_ttm_tt *gtt = (void*)ttm; in radeon_ttm_backend_bind()
653 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_backend_unbind()
665 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_backend_destroy()
682 struct radeon_ttm_tt *gtt; in radeon_ttm_tt_create()
692 gtt = kzalloc(sizeof(struct radeon_ttm_tt), GFP_KERNEL); in radeon_ttm_tt_create()
705 static struct radeon_ttm_tt *radeon_ttm_tt_to_gtt(struct ttm_tt *ttm) in radeon_ttm_tt_to_gtt()
709 return (struct radeon_ttm_tt *)ttm; in radeon_ttm_tt_to_gtt()
[all …]