Lines Matching refs:radeon_ttm_tt
519 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()
714 struct radeon_ttm_tt *gtt = radeon_ttm_tt_to_gtt(ttm); in radeon_ttm_tt_populate()
778 struct radeon_ttm_tt *gtt = radeon_ttm_tt_to_gtt(ttm); in radeon_ttm_tt_unpopulate()
819 struct radeon_ttm_tt *gtt = radeon_ttm_tt_to_gtt(ttm); in radeon_ttm_tt_set_userptr()
832 struct radeon_ttm_tt *gtt = radeon_ttm_tt_to_gtt(ttm); in radeon_ttm_tt_has_userptr()
842 struct radeon_ttm_tt *gtt = radeon_ttm_tt_to_gtt(ttm); in radeon_ttm_tt_is_readonly()