df_funcs          979 drivers/gpu/drm/amd/amdgpu/amdgpu.h 	const struct amdgpu_df_funcs	*df_funcs;
df_funcs           77 drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c 			pe->adev->df_funcs->pmc_start(pe->adev, hwc->conf, 1);
df_funcs           79 drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c 		pe->adev->df_funcs->pmc_start(pe->adev, hwc->conf, 0);
df_funcs          104 drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c 			pe->adev->df_funcs->pmc_get_count(pe->adev, hwc->conf,
df_funcs          129 drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c 		pe->adev->df_funcs->pmc_stop(pe->adev, hwc->conf, 0);
df_funcs          159 drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c 		retval = pe->adev->df_funcs->pmc_start(pe->adev, hwc->conf, 1);
df_funcs          187 drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c 		pe->adev->df_funcs->pmc_stop(pe->adev, hwc->conf, 1);
df_funcs          148 drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c 	fica_out = adev->df_funcs->get_fica(adev, ficaa_pie_ctl_in);
df_funcs          152 drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c 	fica_out = adev->df_funcs->get_fica(adev, ficaa_pie_status_in);
df_funcs          157 drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c 	adev->df_funcs->set_fica(adev, ficaa_pie_status_in, 0, 0);
df_funcs           65 drivers/gpu/drm/amd/amdgpu/df_v1_7.c 	fb_channel_number = adev->df_funcs->get_fb_channel_number(adev);
df_funcs           76 drivers/gpu/drm/amd/amdgpu/df_v1_7.c 	adev->df_funcs->enable_broadcast_mode(adev, true);
df_funcs           91 drivers/gpu/drm/amd/amdgpu/df_v1_7.c 	adev->df_funcs->enable_broadcast_mode(adev, false);
df_funcs          252 drivers/gpu/drm/amd/amdgpu/df_v3_6.c 	fb_channel_number = adev->df_funcs->get_fb_channel_number(adev);
df_funcs          266 drivers/gpu/drm/amd/amdgpu/df_v3_6.c 		adev->df_funcs->enable_broadcast_mode(adev, true);
df_funcs          285 drivers/gpu/drm/amd/amdgpu/df_v3_6.c 		adev->df_funcs->enable_broadcast_mode(adev, false);
df_funcs          987 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c 				if (adev->df_funcs->enable_ecc_force_par_wr_rmw)
df_funcs          988 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c 					adev->df_funcs->enable_ecc_force_par_wr_rmw(adev, false);
df_funcs         1066 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c 		numchan = adev->df_funcs->get_hbm_channel_number(adev);
df_funcs          705 drivers/gpu/drm/amd/amdgpu/soc15.c 		adev->df_funcs = &df_v3_6_funcs;
df_funcs          707 drivers/gpu/drm/amd/amdgpu/soc15.c 		adev->df_funcs = &df_v1_7_funcs;
df_funcs         1246 drivers/gpu/drm/amd/amdgpu/soc15.c 	adev->df_funcs->sw_init(adev);
df_funcs         1465 drivers/gpu/drm/amd/amdgpu/soc15.c 		adev->df_funcs->update_medium_grain_clock_gating(adev,
df_funcs         1523 drivers/gpu/drm/amd/amdgpu/soc15.c 	adev->df_funcs->get_clockgating_state(adev, flags);