Searched refs:get_clockgating_state (Results 1 – 25 of 25) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | df_v1_7.c | 118 .get_clockgating_state = df_v1_7_get_clockgating_state,
|
D | nbio_v2_3.c | 330 .get_clockgating_state = nbio_v2_3_get_clockgating_state,
|
D | nbio_v6_1.c | 295 .get_clockgating_state = nbio_v6_1_get_clockgating_state,
|
D | nbio_v7_0.c | 311 .get_clockgating_state = nbio_v7_0_get_clockgating_state,
|
D | nbio_v7_4.c | 335 .get_clockgating_state = nbio_v7_4_get_clockgating_state,
|
D | nv.c | 889 adev->nbio_funcs->get_clockgating_state(adev, flags); in nv_common_get_clockgating_state() 928 .get_clockgating_state = nv_common_get_clockgating_state,
|
D | soc15.c | 1475 adev->nbio_funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state() 1497 adev->df_funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state() 1522 .get_clockgating_state= soc15_common_get_clockgating_state,
|
D | navi10_ih.c | 465 .get_clockgating_state = navi10_ih_get_clockgating_state,
|
D | df_v3_6.c | 545 .get_clockgating_state = df_v3_6_get_clockgating_state,
|
D | amdgpu.h | 702 void (*get_clockgating_state)(struct amdgpu_device *adev, member 718 void (*get_clockgating_state)(struct amdgpu_device *adev, member
|
D | uvd_v5_0.c | 846 .get_clockgating_state = uvd_v5_0_get_clockgating_state,
|
D | gmc_v10_0.c | 943 .get_clockgating_state = gmc_v10_0_get_clockgating_state,
|
D | vce_v3_0.c | 889 .get_clockgating_state = vce_v3_0_get_clockgating_state,
|
D | gmc_v9_0.c | 1529 .get_clockgating_state = gmc_v9_0_get_clockgating_state,
|
D | sdma_v3_0.c | 1570 .get_clockgating_state = sdma_v3_0_get_clockgating_state,
|
D | uvd_v6_0.c | 1512 .get_clockgating_state = uvd_v6_0_get_clockgating_state,
|
D | vi.c | 1660 .get_clockgating_state = vi_common_get_clockgating_state,
|
D | amdgpu_device.c | 1185 if (adev->ip_blocks[i].version->funcs->get_clockgating_state) in amdgpu_device_ip_get_clockgating_state() 1186 adev->ip_blocks[i].version->funcs->get_clockgating_state((void *)adev, flags); in amdgpu_device_ip_get_clockgating_state()
|
D | gmc_v8_0.c | 1706 .get_clockgating_state = gmc_v8_0_get_clockgating_state,
|
D | sdma_v5_0.c | 1582 .get_clockgating_state = sdma_v5_0_get_clockgating_state,
|
D | sdma_v4_0.c | 2251 .get_clockgating_state = sdma_v4_0_get_clockgating_state,
|
D | gfx_v10_0.c | 5151 .get_clockgating_state = gfx_v10_0_get_clockgating_state,
|
D | gfx_v9_0.c | 6198 .get_clockgating_state = gfx_v9_0_get_clockgating_state,
|
D | gfx_v8_0.c | 6914 .get_clockgating_state = gfx_v8_0_get_clockgating_state,
|
/Linux-v5.4/drivers/gpu/drm/amd/include/ |
D | amd_shared.h | 197 void (*get_clockgating_state)(void *handle, u32 *flags); member
|