get_gpu_clock_counter
#define amdgpu_asic_get_gpu_clock_counter(adev) (adev)->asic_funcs->get_gpu_clock_counter((adev))
if (adev->gfx.funcs->get_gpu_clock_counter)
return adev->gfx.funcs->get_gpu_clock_counter(adev);
uint64_t get_gpu_clock_counter(struct kgd_dev *kgd);
.get_gpu_clock_counter = get_gpu_clock_counter,
.get_gpu_clock_counter = get_gpu_clock_counter,
uint64_t (*get_gpu_clock_counter)(struct amdgpu_device *adev);
#define amdgpu_gfx_get_gpu_clock_counter(adev) (adev)->gfx.funcs->get_gpu_clock_counter((adev))
.get_gpu_clock_counter = &gfx_v7_0_get_gpu_clock_counter,
.get_gpu_clock_counter = &gfx_v8_0_get_gpu_clock_counter,
.get_gpu_clock_counter = &gfx_v9_0_get_gpu_clock_counter,
uint64_t (*get_gpu_clock_counter)(struct kgd_dev *kgd);
uint64_t (*get_gpu_clock_counter)(struct radeon_device *rdev);
#define radeon_get_gpu_clock_counter(rdev) (rdev)->asic->get_gpu_clock_counter((rdev))
.get_gpu_clock_counter = &r600_get_gpu_clock_counter,
.get_gpu_clock_counter = &r600_get_gpu_clock_counter,
.get_gpu_clock_counter = &r600_get_gpu_clock_counter,
.get_gpu_clock_counter = &r600_get_gpu_clock_counter,
.get_gpu_clock_counter = &r600_get_gpu_clock_counter,
.get_gpu_clock_counter = &r600_get_gpu_clock_counter,
.get_gpu_clock_counter = &r600_get_gpu_clock_counter,
.get_gpu_clock_counter = &r600_get_gpu_clock_counter,
.get_gpu_clock_counter = &si_get_gpu_clock_counter,
.get_gpu_clock_counter = &cik_get_gpu_clock_counter,
.get_gpu_clock_counter = &cik_get_gpu_clock_counter,
.get_gpu_clock_counter = &r600_get_gpu_clock_counter,