Home
last modified time | relevance | path

Searched refs:get_clockgating_state (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_df.h43 void (*get_clockgating_state)(struct amdgpu_device *adev, member
H A Ddf_v1_7.c128 .get_clockgating_state = df_v1_7_get_clockgating_state,
H A Dsoc15.c1478 if (adev->nbio.funcs && adev->nbio.funcs->get_clockgating_state) in soc15_common_get_clockgating_state()
1479 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state()
1503 if (adev->df.funcs && adev->df.funcs->get_clockgating_state) in soc15_common_get_clockgating_state()
1504 adev->df.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state()
1527 .get_clockgating_state= soc15_common_get_clockgating_state,
H A Dnbio_v7_11.c395 .get_clockgating_state = nbio_v7_11_get_clockgating_state,
H A Dvi.c2038 .get_clockgating_state = vi_common_get_clockgating_state,
H A Dgmc_v9_0.c2365 .get_clockgating_state = gmc_v9_0_get_clockgating_state,
H A Dsdma_v7_0.c1675 .get_clockgating_state = sdma_v7_0_get_clockgating_state,
H A Dsdma_v6_0.c1750 .get_clockgating_state = sdma_v6_0_get_clockgating_state,
H A Dsdma_v5_2.c1944 .get_clockgating_state = sdma_v5_2_get_clockgating_state,
H A Dsdma_v5_0.c1936 .get_clockgating_state = sdma_v5_0_get_clockgating_state,
H A Dsdma_v4_4_2.c2105 .get_clockgating_state = sdma_v4_4_2_get_clockgating_state,
H A Damdgpu_device.c2342 if (adev->ip_blocks[i].version->funcs->get_clockgating_state) in amdgpu_device_ip_get_clockgating_state()
2343 adev->ip_blocks[i].version->funcs->get_clockgating_state( in amdgpu_device_ip_get_clockgating_state()
H A Dgfx_v9_4_3.c4716 .get_clockgating_state = gfx_v9_4_3_get_clockgating_state,
H A Dgfx_v12_0.c5483 .get_clockgating_state = gfx_v12_0_get_clockgating_state,
H A Dgfx_v8_0.c6837 .get_clockgating_state = gfx_v8_0_get_clockgating_state,
H A Dgfx_v11_0.c7182 .get_clockgating_state = gfx_v11_0_get_clockgating_state,
H A Dgfx_v9_0.c7400 .get_clockgating_state = gfx_v9_0_get_clockgating_state,
H A Dgfx_v10_0.c9827 .get_clockgating_state = gfx_v10_0_get_clockgating_state,
/linux/drivers/gpu/drm/amd/include/
H A Damd_shared.h442 void (*get_clockgating_state)(struct amdgpu_ip_block *ip_block, u64 *flags); member