/linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
D | gfx_v9_4_3.c | 288 uint32_t xcc_id, uint32_t vmid) in gfx_v9_4_3_kiq_reset_hw_queue() 685 u32 sh_num, u32 instance, int xcc_id) in gfx_v9_4_3_xcc_select_se_sh() 711 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uint32_t … in wave_read_ind() 721 static void wave_read_regs(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, in wave_read_regs() 737 uint32_t xcc_id, uint32_t simd, uint32_t wave, in gfx_v9_4_3_read_wave_data() 759 static void gfx_v9_4_3_read_wave_sgprs(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, in gfx_v9_4_3_read_wave_sgprs() 767 static void gfx_v9_4_3_read_wave_vgprs(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, in gfx_v9_4_3_read_wave_vgprs() 777 u32 me, u32 pipe, u32 q, u32 vm, u32 xcc_id) in gfx_v9_4_3_select_me_pipe_q() 966 int xcc_id, int mec, int pipe, int queue) in gfx_v9_4_3_compute_ring_init() 1035 int i, j, k, r, ring_id, xcc_id, num_xcc; in gfx_v9_4_3_sw_init() local [all …]
|
D | amdgpu_gfx.c | 71 int xcc_id, int mec, int pipe, int queue) in amdgpu_gfx_is_mec_queue_enabled() 266 struct amdgpu_ring *ring, int xcc_id) in amdgpu_gfx_kiq_acquire() 300 int amdgpu_gfx_kiq_init_ring(struct amdgpu_device *adev, int xcc_id) in amdgpu_gfx_kiq_init_ring() 341 void amdgpu_gfx_kiq_fini(struct amdgpu_device *adev, int xcc_id) in amdgpu_gfx_kiq_fini() 349 unsigned int hpd_size, int xcc_id) in amdgpu_gfx_kiq_init() 376 unsigned int mqd_size, int xcc_id) in amdgpu_gfx_mqd_sw_init() 466 void amdgpu_gfx_mqd_sw_fini(struct amdgpu_device *adev, int xcc_id) in amdgpu_gfx_mqd_sw_fini() 498 int amdgpu_gfx_disable_kcq(struct amdgpu_device *adev, int xcc_id) in amdgpu_gfx_disable_kcq() 548 int amdgpu_gfx_disable_kgq(struct amdgpu_device *adev, int xcc_id) in amdgpu_gfx_disable_kgq() 615 static int amdgpu_gfx_mes_enable_kcq(struct amdgpu_device *adev, int xcc_id) in amdgpu_gfx_mes_enable_kcq() [all …]
|
D | amdgpu_rlc.c | 38 void amdgpu_gfx_rlc_enter_safe_mode(struct amdgpu_device *adev, int xcc_id) in amdgpu_gfx_rlc_enter_safe_mode() 63 void amdgpu_gfx_rlc_exit_safe_mode(struct amdgpu_device *adev, int xcc_id) in amdgpu_gfx_rlc_exit_safe_mode()
|
D | amdgpu_umr.h | 46 u32 xcc_id; member 50 u32 gpr_or_wave, se, sh, cu, wave, simd, xcc_id; member
|
D | amdgpu_virt.c | 1048 u32 amdgpu_virt_rlcg_reg_rw(struct amdgpu_device *adev, u32 offset, u32 v, u32 flag, u32 xcc_id) in amdgpu_virt_rlcg_reg_rw() 1147 u32 acc_flags, u32 hwip, u32 xcc_id) in amdgpu_sriov_wreg() 1167 u32 offset, u32 acc_flags, u32 hwip, u32 xcc_id) in amdgpu_sriov_rreg()
|
D | gfx_v7_0.c | 1557 int xcc_id) in gfx_v7_0_select_se_sh() 3330 static void gfx_v7_0_set_safe_mode(struct amdgpu_device *adev, int xcc_id) in gfx_v7_0_set_safe_mode() 3352 static void gfx_v7_0_unset_safe_mode(struct amdgpu_device *adev, int xcc_id) in gfx_v7_0_unset_safe_mode() 4080 static void gfx_v7_0_read_wave_data(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uin… in gfx_v7_0_read_wave_data() 4105 static void gfx_v7_0_read_wave_sgprs(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, in gfx_v7_0_read_wave_sgprs() 4115 u32 me, u32 pipe, u32 q, u32 vm, u32 xcc_id) in gfx_v7_0_select_me_pipe_q()
|
D | gfx_v12_0.c | 819 uint32_t xcc_id, in gfx_v12_0_read_wave_data() 856 uint32_t xcc_id, uint32_t simd, in gfx_v12_0_read_wave_sgprs() 868 uint32_t xcc_id, uint32_t simd, in gfx_v12_0_read_wave_vgprs() 879 u32 me, u32 pipe, u32 q, u32 vm, u32 xcc_id) in gfx_v12_0_select_me_pipe_q() 1347 int xcc_id = 0; in gfx_v12_0_sw_init() local 1587 u32 sh_num, u32 instance, int xcc_id) in gfx_v12_0_select_se_sh() 3749 int xcc_id) in gfx_v12_0_set_safe_mode() 3769 int xcc_id) in gfx_v12_0_unset_safe_mode()
|
D | gfx_v10_0.c | 3794 uint32_t xcc_id, uint32_t vmid) in gfx_v10_0_kiq_reset_hw_queue() 4496 static void gfx_v10_0_read_wave_data(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, ui… in gfx_v10_0_read_wave_data() 4524 static void gfx_v10_0_read_wave_sgprs(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, in gfx_v10_0_read_wave_sgprs() 4535 static void gfx_v10_0_read_wave_vgprs(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, in gfx_v10_0_read_wave_vgprs() 4546 u32 me, u32 pipe, u32 q, u32 vm, u32 xcc_id) in gfx_v10_0_select_me_pipe_q() 4753 int xcc_id = 0; in gfx_v10_0_sw_init() local 5019 u32 sh_num, u32 instance, int xcc_id) in gfx_v10_0_select_se_sh() 7827 static void gfx_v10_0_set_safe_mode(struct amdgpu_device *adev, int xcc_id) in gfx_v10_0_set_safe_mode() 7868 static void gfx_v10_0_unset_safe_mode(struct amdgpu_device *adev, int xcc_id) in gfx_v10_0_unset_safe_mode()
|
D | gfx_v6_0.c | 1302 u32 sh_num, u32 instance, int xcc_id) in gfx_v6_0_select_se_sh() 2985 static void gfx_v6_0_read_wave_data(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uin… in gfx_v6_0_read_wave_data() 3010 static void gfx_v6_0_read_wave_sgprs(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, in gfx_v6_0_read_wave_sgprs() 3020 u32 me, u32 pipe, u32 q, u32 vm, u32 xcc_id) in gfx_v6_0_select_me_pipe_q()
|
D | gfx_v8_0.c | 1916 int xcc_id = 0; in gfx_v8_0_sw_init() local 3411 int xcc_id) in gfx_v8_0_select_se_sh() 3434 u32 me, u32 pipe, u32 q, u32 vm, u32 xcc_id) in gfx_v8_0_select_me_pipe_q() 5201 static void gfx_v8_0_read_wave_data(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uin… in gfx_v8_0_read_wave_data() 5226 static void gfx_v8_0_read_wave_sgprs(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, in gfx_v8_0_read_wave_sgprs() 5521 static void gfx_v8_0_set_safe_mode(struct amdgpu_device *adev, int xcc_id) in gfx_v8_0_set_safe_mode() 5548 static void gfx_v8_0_unset_safe_mode(struct amdgpu_device *adev, int xcc_id) in gfx_v8_0_unset_safe_mode()
|
D | gfx_v9_0.c | 1019 uint32_t xcc_id, uint32_t vmid) in gfx_v9_0_kiq_reset_hw_queue() 1954 static void gfx_v9_0_read_wave_data(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uin… in gfx_v9_0_read_wave_data() 1975 static void gfx_v9_0_read_wave_sgprs(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, in gfx_v9_0_read_wave_sgprs() 1984 static void gfx_v9_0_read_wave_vgprs(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, in gfx_v9_0_read_wave_vgprs() 1995 u32 me, u32 pipe, u32 q, u32 vm, u32 xcc_id) in gfx_v9_0_select_me_pipe_q() 2215 int xcc_id = 0; in gfx_v9_0_sw_init() local 2478 u32 instance, int xcc_id) in gfx_v9_0_select_se_sh() 4873 static void gfx_v9_0_set_safe_mode(struct amdgpu_device *adev, int xcc_id) in gfx_v9_0_set_safe_mode() 4890 static void gfx_v9_0_unset_safe_mode(struct amdgpu_device *adev, int xcc_id) in gfx_v9_0_unset_safe_mode()
|
D | gfx_v11_0.c | 1000 static void gfx_v11_0_read_wave_data(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, ui… in gfx_v11_0_read_wave_data() 1026 static void gfx_v11_0_read_wave_sgprs(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, in gfx_v11_0_read_wave_sgprs() 1037 static void gfx_v11_0_read_wave_vgprs(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, in gfx_v11_0_read_wave_vgprs() 1048 u32 me, u32 pipe, u32 q, u32 vm, u32 xcc_id) in gfx_v11_0_select_me_pipe_q() 1572 int xcc_id = 0; in gfx_v11_0_sw_init() local 1866 u32 sh_num, u32 instance, int xcc_id) in gfx_v11_0_select_se_sh() 5109 static void gfx_v11_0_set_safe_mode(struct amdgpu_device *adev, int xcc_id) in gfx_v11_0_set_safe_mode() 5128 static void gfx_v11_0_unset_safe_mode(struct amdgpu_device *adev, int xcc_id) in gfx_v11_0_unset_safe_mode()
|
D | gmc_v9_0.c | 564 int ret, xcc_id = 0; in gmc_v9_0_process_interrupt() local 1943 int num_xcc, xcc_id; in gmc_v9_0_init_acpi_mem_ranges() local
|
D | aqua_vanjaram.c | 713 int xcc_id, uint8_t *mem_id) in __aqua_vanjaram_get_xcp_mem_id() 728 int r, i, xcc_id; in aqua_vanjaram_get_xcp_mem_id() local
|
D | soc15.c | 364 u32 me, u32 pipe, u32 queue, u32 vmid, int xcc_id) in soc15_grbm_select()
|
D | amdgpu_device.c | 784 uint32_t xcc_id) in amdgpu_device_xcc_rreg() 885 uint32_t xcc_id) in amdgpu_mm_wreg_mmio_rlc() 915 uint32_t acc_flags, uint32_t xcc_id) in amdgpu_device_xcc_wreg()
|
D | amdgpu_gfx.h | 503 #define amdgpu_gfx_select_se_sh(adev, se, sh, instance, xcc_id) ((adev)->gfx.funcs->select_se_sh((a… argument 504 #define amdgpu_gfx_select_me_pipe_q(adev, me, pipe, q, vmid, xcc_id) ((adev)->gfx.funcs->select_me_… argument
|
D | amdgpu_acpi.c | 1174 int amdgpu_acpi_get_mem_info(struct amdgpu_device *adev, int xcc_id, in amdgpu_acpi_get_mem_info()
|
D | amdgpu_ring.h | 264 u32 xcc_id; member
|
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0_12_ppt.c | 287 int xcc_id; in smu_v13_0_12_get_smu_metrics_data() local 350 int ret = 0, xcc_id, inst, i, j, k, idx; in smu_v13_0_12_get_gpu_metrics() local
|
D | smu_v13_0_6_ppt.c | 1139 int xcc_id; in smu_v13_0_6_get_smu_metrics_data() local 2492 int ret = 0, xcc_id, inst, i, j, k, idx; in smu_v13_0_6_get_gpu_metrics() local
|
/linux-6.15/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_mqd_manager_v9.c | 577 int xcc_id, err, inst = 0; in hiq_load_mqd_kiq_v9_4_3() local 601 int xcc_id, err, inst = 0; in destroy_hiq_mqd_v9_4_3() local 627 int inst = 0, xcc_id; in check_preemption_failed_v9_4_3() local 777 int xcc_id, err, inst = 0; in destroy_mqd_v9_4_3() local 807 int xcc_id, err, inst = 0; in load_mqd_v9_4_3() local
|
D | kfd_device_queue_manager.c | 149 int xcc_id; in program_sh_mem_settings() local 521 int xcc_id; in program_trap_handler_settings() local 795 int xcc_id; in dbgdev_wave_reset_wavefronts() local 1469 int xcc_id, ret; in set_pasid_vmid_mapping() local 1484 unsigned int i, xcc_id; in init_interrupts() local 2150 int xcc_id; in detect_queue_hang() local 3693 int r = 0, xcc_id; in dqm_debugfs_hqds() local
|
D | kfd_device_queue_manager.h | 225 int xcc_id; member
|
D | kfd_debug.c | 466 int xcc_id, r = kfd_dbg_get_dev_watch_id(pdd, watch_id); in kfd_dbg_trap_set_dev_address_watch() local
|