Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c320 struct radeon_ttm_tt { struct
334 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_tt_pin_userptr() argument
395 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_tt_unpin_userptr()
423 struct radeon_ttm_tt *gtt = (void*)ttm; in radeon_ttm_backend_is_bound()
432 struct radeon_ttm_tt *gtt = (void*)ttm; in radeon_ttm_backend_bind()
466 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_backend_unbind()
482 struct radeon_ttm_tt *gtt = (void *)ttm; in radeon_ttm_backend_destroy()
491 struct radeon_ttm_tt *gtt; in radeon_ttm_tt_create()
503 gtt = kzalloc(sizeof(struct radeon_ttm_tt), GFP_KERNEL); in radeon_ttm_tt_create()
532 return container_of(ttm, struct radeon_ttm_tt, ttm); in radeon_ttm_tt_to_gtt()
[all …]