Searched refs:pmc_stop (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_pmu.c | 308 (!pe->adev->df.funcs->pmc_stop)) in amdgpu_perf_stop() 314 pe->adev->df.funcs->pmc_stop(pe->adev, hwc->config, hwc->idx, in amdgpu_perf_stop() 390 (!pe->adev->df.funcs->pmc_stop)) in amdgpu_perf_del() 398 pe->adev->df.funcs->pmc_stop(pe->adev, hwc->config, hwc->idx, in amdgpu_perf_del()
|
H A D | amdgpu_df.h | 48 int (*pmc_stop)(struct amdgpu_device *adev, uint64_t config, member
|
H A D | df_v3_6.c | 680 .pmc_stop = df_v3_6_pmc_stop,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_df.h | 48 int (*pmc_stop)(struct amdgpu_device *adev, uint64_t config, member
|
H A D | amdgpu_pmu.c | 129 pe->adev->df.funcs->pmc_stop(pe->adev, hwc->config, 0); in amdgpu_perf_stop() 188 pe->adev->df.funcs->pmc_stop(pe->adev, hwc->config, 1); in amdgpu_perf_del()
|
H A D | df_v3_6.c | 704 .pmc_stop = df_v3_6_pmc_stop,
|
Completed in 5 milliseconds