Lines Matching defs:rdev

137 	struct radeon_device *rdev = dev->dev_private;  in radeon_is_px()  local
144 static void radeon_device_handle_px_quirks(struct radeon_device *rdev) in radeon_device_handle_px_quirks()
174 void radeon_program_register_sequence(struct radeon_device *rdev, in radeon_program_register_sequence()
200 void radeon_pci_config_reset(struct radeon_device *rdev) in radeon_pci_config_reset()
212 void radeon_surface_init(struct radeon_device *rdev) in radeon_surface_init()
239 void radeon_scratch_init(struct radeon_device *rdev) in radeon_scratch_init()
265 int radeon_scratch_get(struct radeon_device *rdev, uint32_t *reg) in radeon_scratch_get()
287 void radeon_scratch_free(struct radeon_device *rdev, uint32_t reg) in radeon_scratch_free()
310 static int radeon_doorbell_init(struct radeon_device *rdev) in radeon_doorbell_init()
339 static void radeon_doorbell_fini(struct radeon_device *rdev) in radeon_doorbell_fini()
354 int radeon_doorbell_get(struct radeon_device *rdev, u32 *doorbell) in radeon_doorbell_get()
374 void radeon_doorbell_free(struct radeon_device *rdev, u32 doorbell) in radeon_doorbell_free()
393 void radeon_doorbell_get_kfd_info(struct radeon_device *rdev, in radeon_doorbell_get_kfd_info()
425 void radeon_wb_disable(struct radeon_device *rdev) in radeon_wb_disable()
438 void radeon_wb_fini(struct radeon_device *rdev) in radeon_wb_fini()
462 int radeon_wb_init(struct radeon_device *rdev) in radeon_wb_init()
570 void radeon_vram_location(struct radeon_device *rdev, struct radeon_mc *mc, u64 base) in radeon_vram_location()
606 void radeon_gtt_location(struct radeon_device *rdev, struct radeon_mc *mc) in radeon_gtt_location()
642 bool radeon_card_posted(struct radeon_device *rdev) in radeon_card_posted()
705 void radeon_update_bandwidth_info(struct radeon_device *rdev) in radeon_update_bandwidth_info()
734 bool radeon_boot_test_post_card(struct radeon_device *rdev) in radeon_boot_test_post_card()
762 int radeon_dummy_page_init(struct radeon_device *rdev) in radeon_dummy_page_init()
789 void radeon_dummy_page_fini(struct radeon_device *rdev) in radeon_dummy_page_fini()
820 struct radeon_device *rdev = info->dev->dev_private; in cail_pll_read() local
838 struct radeon_device *rdev = info->dev->dev_private; in cail_pll_write() local
854 struct radeon_device *rdev = info->dev->dev_private; in cail_mc_read() local
872 struct radeon_device *rdev = info->dev->dev_private; in cail_mc_write() local
888 struct radeon_device *rdev = info->dev->dev_private; in cail_reg_write() local
904 struct radeon_device *rdev = info->dev->dev_private; in cail_reg_read() local
922 struct radeon_device *rdev = info->dev->dev_private; in cail_ioreg_write() local
938 struct radeon_device *rdev = info->dev->dev_private; in cail_ioreg_read() local
955 int radeon_atombios_init(struct radeon_device *rdev) in radeon_atombios_init()
1003 void radeon_atombios_fini(struct radeon_device *rdev) in radeon_atombios_fini()
1030 int radeon_combios_init(struct radeon_device *rdev) in radeon_combios_init()
1044 void radeon_combios_fini(struct radeon_device *rdev) in radeon_combios_fini()
1060 struct radeon_device *rdev = cookie; in radeon_vga_set_decode() local
1106 static void radeon_check_arguments(struct radeon_device *rdev) in radeon_check_arguments()
1208 struct radeon_device *rdev = dev->dev_private; in radeon_switcheroo_set_state() local
1277 int radeon_device_init(struct radeon_device *rdev, in radeon_device_init()
1523 void radeon_device_fini(struct radeon_device *rdev) in radeon_device_fini()
1560 struct radeon_device *rdev; in radeon_suspend_kms() local
1659 struct radeon_device *rdev = dev->dev_private; in radeon_resume_kms() local
1768 int radeon_gpu_reset(struct radeon_device *rdev) in radeon_gpu_reset()
1881 int radeon_debugfs_add_files(struct radeon_device *rdev, in radeon_debugfs_add_files()
1915 static void radeon_debugfs_remove_files(struct radeon_device *rdev) in radeon_debugfs_remove_files()