Lines Matching refs:radeon_ttm_tt
531 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()
726 struct radeon_ttm_tt *gtt = radeon_ttm_tt_to_gtt(ttm); in radeon_ttm_tt_populate()
766 struct radeon_ttm_tt *gtt = radeon_ttm_tt_to_gtt(ttm); in radeon_ttm_tt_unpopulate()
799 struct radeon_ttm_tt *gtt = radeon_ttm_tt_to_gtt(ttm); in radeon_ttm_tt_set_userptr()
812 struct radeon_ttm_tt *gtt = radeon_ttm_tt_to_gtt(ttm); in radeon_ttm_tt_has_userptr()
822 struct radeon_ttm_tt *gtt = radeon_ttm_tt_to_gtt(ttm); in radeon_ttm_tt_is_readonly()