Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_ttm.c531 struct radeon_ttm_tt { struct
545 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_tt_pin_userptr() argument
607 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_tt_unpin_userptr()
636 struct radeon_ttm_tt *gtt = (void*)ttm; in radeon_ttm_backend_bind()
665 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_backend_unbind()
677 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_backend_destroy()
693 struct radeon_ttm_tt *gtt; in radeon_ttm_tt_create()
703 gtt = kzalloc(sizeof(struct radeon_ttm_tt), GFP_KERNEL); in radeon_ttm_tt_create()
716 static struct radeon_ttm_tt *radeon_ttm_tt_to_gtt(struct ttm_tt *ttm) in radeon_ttm_tt_to_gtt()
720 return (struct radeon_ttm_tt *)ttm; in radeon_ttm_tt_to_gtt()
[all …]