Home
last modified time | relevance | path

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

12

/linux-6.15/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 Damdgpu_nbio.h89 void (*get_clockgating_state)(struct amdgpu_device *adev, member
H A Dsoc15.c1471 if (adev->nbio.funcs && adev->nbio.funcs->get_clockgating_state) in soc15_common_get_clockgating_state()
1472 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state()
1496 if (adev->df.funcs && adev->df.funcs->get_clockgating_state) in soc15_common_get_clockgating_state()
1497 adev->df.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state()
1520 .get_clockgating_state= soc15_common_get_clockgating_state,
H A Dsoc24.c581 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc24_common_get_clockgating_state()
600 .get_clockgating_state = soc24_common_get_clockgating_state,
H A Dnbio_v4_3.c504 .get_clockgating_state = nbio_v4_3_get_clockgating_state,
550 .get_clockgating_state = nbio_v4_3_get_clockgating_state,
H A Dnbio_v7_0.c317 .get_clockgating_state = nbio_v7_0_get_clockgating_state,
H A Dnbio_v7_7.c364 .get_clockgating_state = nbio_v7_7_get_clockgating_state,
H A Dnbio_v7_11.c395 .get_clockgating_state = nbio_v7_11_get_clockgating_state,
H A Dnbio_v7_2.c438 .get_clockgating_state = nbio_v7_2_get_clockgating_state,
H A Dsoc21.c1003 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc21_common_get_clockgating_state()
1020 .get_clockgating_state = soc21_common_get_clockgating_state,
H A Dnbio_v6_1.c421 .get_clockgating_state = nbio_v6_1_get_clockgating_state,
H A Dnv.c1088 adev->nbio.funcs->get_clockgating_state(adev, flags); in nv_common_get_clockgating_state()
1107 .get_clockgating_state = nv_common_get_clockgating_state,
H A Dnbif_v6_3_1.c466 .get_clockgating_state = nbif_v6_3_1_get_clockgating_state,
H A Dnbio_v2_3.c580 .get_clockgating_state = nbio_v2_3_get_clockgating_state,
H A Dnbio_v7_9.c516 .get_clockgating_state = nbio_v7_9_get_clockgating_state,
H A Ddf_v3_6.c678 .get_clockgating_state = df_v3_6_get_clockgating_state,
H A Dnavi10_ih.c707 .get_clockgating_state = navi10_ih_get_clockgating_state,
H A Duvd_v5_0.c877 .get_clockgating_state = uvd_v5_0_get_clockgating_state,
H A Dih_v6_0.c793 .get_clockgating_state = ih_v6_0_get_clockgating_state,
H A Dnbio_v7_4.c821 .get_clockgating_state = nbio_v7_4_get_clockgating_state,
H A Dih_v6_1.c776 .get_clockgating_state = ih_v6_1_get_clockgating_state,
H A Dih_v7_0.c766 .get_clockgating_state = ih_v7_0_get_clockgating_state,
H A Dgmc_v12_0.c1024 .get_clockgating_state = gmc_v12_0_get_clockgating_state,
/linux-6.15/drivers/gpu/drm/amd/include/
H A Damd_shared.h434 void (*get_clockgating_state)(struct amdgpu_ip_block *ip_block, u64 *flags); member

12