Searched refs:get_clockgating_state (Results 1 – 25 of 28) sorted by relevance
12
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_df.h | 42 void (*get_clockgating_state)(struct amdgpu_device *adev, member
|
D | df_v1_7.c | 126 .get_clockgating_state = df_v1_7_get_clockgating_state,
|
D | amdgpu_nbio.h | 88 void (*get_clockgating_state)(struct amdgpu_device *adev, member
|
D | soc15.c | 1640 if (adev->nbio.funcs && adev->nbio.funcs->get_clockgating_state) in soc15_common_get_clockgating_state() 1641 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state() 1663 if (adev->df.funcs && adev->df.funcs->get_clockgating_state) in soc15_common_get_clockgating_state() 1664 adev->df.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state() 1689 .get_clockgating_state= soc15_common_get_clockgating_state,
|
D | nbio_v7_0.c | 294 .get_clockgating_state = nbio_v7_0_get_clockgating_state,
|
D | nbio_v7_2.c | 393 .get_clockgating_state = nbio_v7_2_get_clockgating_state,
|
D | nbio_v6_1.c | 407 .get_clockgating_state = nbio_v6_1_get_clockgating_state,
|
D | nbio_v2_3.c | 553 .get_clockgating_state = nbio_v2_3_get_clockgating_state,
|
D | nv.c | 1429 adev->nbio.funcs->get_clockgating_state(adev, flags); in nv_common_get_clockgating_state() 1453 .get_clockgating_state = nv_common_get_clockgating_state,
|
D | df_v3_6.c | 648 .get_clockgating_state = df_v3_6_get_clockgating_state,
|
D | uvd_v5_0.c | 873 .get_clockgating_state = uvd_v5_0_get_clockgating_state,
|
D | nbio_v7_4.c | 761 .get_clockgating_state = nbio_v7_4_get_clockgating_state,
|
D | navi10_ih.c | 724 .get_clockgating_state = navi10_ih_get_clockgating_state,
|
D | vce_v3_0.c | 915 .get_clockgating_state = vce_v3_0_get_clockgating_state,
|
D | gmc_v10_0.c | 1211 .get_clockgating_state = gmc_v10_0_get_clockgating_state,
|
D | gmc_v9_0.c | 1908 .get_clockgating_state = gmc_v9_0_get_clockgating_state,
|
D | uvd_v6_0.c | 1550 .get_clockgating_state = uvd_v6_0_get_clockgating_state,
|
D | sdma_v3_0.c | 1575 .get_clockgating_state = sdma_v3_0_get_clockgating_state,
|
D | gmc_v8_0.c | 1731 .get_clockgating_state = gmc_v8_0_get_clockgating_state,
|
D | vi.c | 2087 .get_clockgating_state = vi_common_get_clockgating_state,
|
D | sdma_v5_2.c | 1704 .get_clockgating_state = sdma_v5_2_get_clockgating_state,
|
D | sdma_v5_0.c | 1695 .get_clockgating_state = sdma_v5_0_get_clockgating_state,
|
D | amdgpu_device.c | 1745 if (adev->ip_blocks[i].version->funcs->get_clockgating_state) in amdgpu_device_ip_get_clockgating_state() 1746 adev->ip_blocks[i].version->funcs->get_clockgating_state((void *)adev, flags); in amdgpu_device_ip_get_clockgating_state()
|
D | sdma_v4_0.c | 2430 .get_clockgating_state = sdma_v4_0_get_clockgating_state,
|
/drivers/gpu/drm/amd/include/ |
D | amd_shared.h | 298 void (*get_clockgating_state)(void *handle, u32 *flags); member
|
12