Lines Matching defs:rdev
62 struct radeon_device *rdev; in radeon_get_rdev() local
69 static int radeon_ttm_init_vram(struct radeon_device *rdev) in radeon_ttm_init_vram()
75 static int radeon_ttm_init_gtt(struct radeon_device *rdev) in radeon_ttm_init_gtt()
143 struct radeon_device *rdev; in radeon_move_blit() local
199 struct radeon_device *rdev; in radeon_bo_move() local
266 struct radeon_device *rdev = radeon_get_rdev(bdev); in radeon_ttm_io_mem_reserve() local
333 struct radeon_device *rdev = radeon_get_rdev(bdev); in radeon_ttm_tt_pin_userptr() local
394 struct radeon_device *rdev = radeon_get_rdev(bdev); in radeon_ttm_tt_unpin_userptr() local
433 struct radeon_device *rdev = radeon_get_rdev(bdev); in radeon_ttm_backend_bind() local
467 struct radeon_device *rdev = radeon_get_rdev(bdev); in radeon_ttm_backend_unbind() local
495 struct radeon_device *rdev = radeon_get_rdev(bo->bdev); in radeon_ttm_tt_create() local
522 static struct radeon_ttm_tt *radeon_ttm_tt_to_gtt(struct radeon_device *rdev, in radeon_ttm_tt_to_gtt()
539 struct radeon_device *rdev = radeon_get_rdev(bdev); in radeon_ttm_tt_populate() local
563 struct radeon_device *rdev = radeon_get_rdev(bdev); in radeon_ttm_tt_unpopulate() local
581 int radeon_ttm_tt_set_userptr(struct radeon_device *rdev, in radeon_ttm_tt_set_userptr()
600 struct radeon_device *rdev = radeon_get_rdev(bdev); in radeon_ttm_tt_is_bound() local
612 struct radeon_device *rdev = radeon_get_rdev(bdev); in radeon_ttm_tt_bind() local
629 struct radeon_device *rdev = radeon_get_rdev(bdev); in radeon_ttm_tt_unbind() local
643 struct radeon_device *rdev = radeon_get_rdev(bdev); in radeon_ttm_tt_destroy() local
653 bool radeon_ttm_tt_has_userptr(struct radeon_device *rdev, in radeon_ttm_tt_has_userptr()
664 bool radeon_ttm_tt_is_readonly(struct radeon_device *rdev, in radeon_ttm_tt_is_readonly()
686 int radeon_ttm_init(struct radeon_device *rdev) in radeon_ttm_init()
741 void radeon_ttm_fini(struct radeon_device *rdev) in radeon_ttm_fini()
766 void radeon_ttm_set_active_vram_size(struct radeon_device *rdev, u64 size) in radeon_ttm_set_active_vram_size()
782 struct radeon_device *rdev = m->private; in radeon_ttm_page_pool_show() local
791 struct radeon_device *rdev = inode->i_private; in radeon_ttm_vram_open() local
800 struct radeon_device *rdev = f->private_data; in radeon_ttm_vram_read() local
843 struct radeon_device *rdev = inode->i_private; in radeon_ttm_gtt_open() local
852 struct radeon_device *rdev = f->private_data; in radeon_ttm_gtt_read() local
897 static void radeon_ttm_debugfs_init(struct radeon_device *rdev) in radeon_ttm_debugfs_init()