Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_ttm.c474 struct radeon_ttm_tt { struct
488 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_tt_pin_userptr() argument
550 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_tt_unpin_userptr()
579 struct radeon_ttm_tt *gtt = (void*)ttm; in radeon_ttm_backend_bind()
608 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_backend_unbind()
620 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_backend_destroy()
636 struct radeon_ttm_tt *gtt; in radeon_ttm_tt_create()
646 gtt = kzalloc(sizeof(struct radeon_ttm_tt), GFP_KERNEL); in radeon_ttm_tt_create()
659 static struct radeon_ttm_tt *radeon_ttm_tt_to_gtt(struct ttm_tt *ttm) in radeon_ttm_tt_to_gtt()
663 return (struct radeon_ttm_tt *)ttm; in radeon_ttm_tt_to_gtt()
[all …]