Searched refs:df_funcs (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_pmu.c | 77 pe->adev->df_funcs->pmc_start(pe->adev, hwc->conf, 1); in amdgpu_perf_start() 79 pe->adev->df_funcs->pmc_start(pe->adev, hwc->conf, 0); in amdgpu_perf_start() 104 pe->adev->df_funcs->pmc_get_count(pe->adev, hwc->conf, in amdgpu_perf_read() 129 pe->adev->df_funcs->pmc_stop(pe->adev, hwc->conf, 0); in amdgpu_perf_stop() 159 retval = pe->adev->df_funcs->pmc_start(pe->adev, hwc->conf, 1); in amdgpu_perf_add() 187 pe->adev->df_funcs->pmc_stop(pe->adev, hwc->conf, 1); in amdgpu_perf_del()
|
D | df_v1_7.c | 65 fb_channel_number = adev->df_funcs->get_fb_channel_number(adev); in df_v1_7_get_hbm_channel_number() 76 adev->df_funcs->enable_broadcast_mode(adev, true); in df_v1_7_update_medium_grain_clock_gating() 91 adev->df_funcs->enable_broadcast_mode(adev, false); in df_v1_7_update_medium_grain_clock_gating()
|
D | amdgpu_xgmi.c | 148 fica_out = adev->df_funcs->get_fica(adev, ficaa_pie_ctl_in); in amdgpu_xgmi_show_error() 152 fica_out = adev->df_funcs->get_fica(adev, ficaa_pie_status_in); in amdgpu_xgmi_show_error() 157 adev->df_funcs->set_fica(adev, ficaa_pie_status_in, 0, 0); in amdgpu_xgmi_show_error()
|
D | df_v3_6.c | 252 fb_channel_number = adev->df_funcs->get_fb_channel_number(adev); in df_v3_6_get_hbm_channel_number() 265 adev->df_funcs->enable_broadcast_mode(adev, true); in df_v3_6_update_medium_grain_clock_gating() 280 adev->df_funcs->enable_broadcast_mode(adev, false); in df_v3_6_update_medium_grain_clock_gating()
|
D | soc15.c | 679 adev->df_funcs = &df_v3_6_funcs; in soc15_set_ip_blocks() 681 adev->df_funcs = &df_v1_7_funcs; in soc15_set_ip_blocks() 1220 adev->df_funcs->sw_init(adev); in soc15_common_sw_init() 1439 adev->df_funcs->update_medium_grain_clock_gating(adev, in soc15_common_set_clockgating_state() 1497 adev->df_funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state()
|
D | gmc_v9_0.c | 914 if (adev->df_funcs->enable_ecc_force_par_wr_rmw) in gmc_v9_0_late_init() 915 adev->df_funcs->enable_ecc_force_par_wr_rmw(adev, false); in gmc_v9_0_late_init() 993 numchan = adev->df_funcs->get_hbm_channel_number(adev); in gmc_v9_0_mc_init()
|
D | amdgpu.h | 978 const struct amdgpu_df_funcs *df_funcs; member
|