Home
last modified time | relevance | path

Searched refs:pmc_stop (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_df.h48 int (*pmc_stop)(struct amdgpu_device *adev, uint64_t config, member
H A Damdgpu_pmu.c308 (!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 Ddf_v3_6.c680 .pmc_stop = df_v3_6_pmc_stop,