Home
last modified time | relevance | path

Searched refs:gfx_v9_0_get_gpu_clock_counter (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dgfx_v9_0.h31 uint64_t gfx_v9_0_get_gpu_clock_counter(struct amdgpu_device *adev);
Dgfx_v9_0.c250 static uint64_t gfx_v9_0_get_gpu_clock_counter(struct amdgpu_device *adev);
1160 .get_gpu_clock_counter = &gfx_v9_0_get_gpu_clock_counter,
3391 static uint64_t gfx_v9_0_get_gpu_clock_counter(struct amdgpu_device *adev) in gfx_v9_0_get_gpu_clock_counter() function