Searched refs:get_clockgating_state (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | df_v1_7.c | 118 .get_clockgating_state = df_v1_7_get_clockgating_state,
|
D | df_v3_6.c | 115 .get_clockgating_state = df_v3_6_get_clockgating_state,
|
D | soc15.c | 953 adev->nbio_funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state() 975 adev->df_funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state() 1000 .get_clockgating_state= soc15_common_get_clockgating_state,
|
D | nbio_v6_1.c | 291 .get_clockgating_state = nbio_v6_1_get_clockgating_state,
|
D | nbio_v7_0.c | 300 .get_clockgating_state = nbio_v7_0_get_clockgating_state,
|
D | uvd_v5_0.c | 855 .get_clockgating_state = uvd_v5_0_get_clockgating_state,
|
D | vce_v3_0.c | 891 .get_clockgating_state = vce_v3_0_get_clockgating_state,
|
D | gmc_v9_0.c | 1185 .get_clockgating_state = gmc_v9_0_get_clockgating_state,
|
D | amdgpu.h | 1284 void (*get_clockgating_state)(struct amdgpu_device *adev, member 1299 void (*get_clockgating_state)(struct amdgpu_device *adev, member
|
D | amdgpu_device.c | 1163 if (adev->ip_blocks[i].version->funcs->get_clockgating_state) in amdgpu_device_ip_get_clockgating_state() 1164 adev->ip_blocks[i].version->funcs->get_clockgating_state((void *)adev, flags); in amdgpu_device_ip_get_clockgating_state()
|
D | vi.c | 1573 .get_clockgating_state = vi_common_get_clockgating_state,
|
D | uvd_v6_0.c | 1524 .get_clockgating_state = uvd_v6_0_get_clockgating_state,
|
D | gmc_v8_0.c | 1711 .get_clockgating_state = gmc_v8_0_get_clockgating_state,
|
D | sdma_v3_0.c | 1622 .get_clockgating_state = sdma_v3_0_get_clockgating_state,
|
D | sdma_v4_0.c | 1618 .get_clockgating_state = sdma_v4_0_get_clockgating_state,
|
D | gfx_v9_0.c | 4633 .get_clockgating_state = gfx_v9_0_get_clockgating_state,
|
D | gfx_v8_0.c | 7142 .get_clockgating_state = gfx_v8_0_get_clockgating_state,
|
/Linux-v4.19/drivers/gpu/drm/amd/include/ |
D | amd_shared.h | 182 void (*get_clockgating_state)(void *handle, u32 *flags); member
|