Home
last modified time | relevance | path

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

12

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_df.h42 void (*get_clockgating_state)(struct amdgpu_device *adev, member
Ddf_v1_7.c126 .get_clockgating_state = df_v1_7_get_clockgating_state,
Dsoc15.c1452 if (adev->nbio.funcs && adev->nbio.funcs->get_clockgating_state) in soc15_common_get_clockgating_state()
1453 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state()
1475 if (adev->df.funcs && adev->df.funcs->get_clockgating_state) in soc15_common_get_clockgating_state()
1476 adev->df.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state()
1501 .get_clockgating_state= soc15_common_get_clockgating_state,
Damdgpu_nbio.h87 void (*get_clockgating_state)(struct amdgpu_device *adev, member
Dnbio_v4_3.c494 .get_clockgating_state = nbio_v4_3_get_clockgating_state,
539 .get_clockgating_state = nbio_v4_3_get_clockgating_state,
Dnbio_v7_0.c296 .get_clockgating_state = nbio_v7_0_get_clockgating_state,
Dnbio_v7_7.c344 .get_clockgating_state = nbio_v7_7_get_clockgating_state,
Dsoc21.c896 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc21_common_get_clockgating_state()
918 .get_clockgating_state = soc21_common_get_clockgating_state,
Dnbio_v6_1.c411 .get_clockgating_state = nbio_v6_1_get_clockgating_state,
Dnbio_v7_2.c428 .get_clockgating_state = nbio_v7_2_get_clockgating_state,
Dnv.c1113 adev->nbio.funcs->get_clockgating_state(adev, flags); in nv_common_get_clockgating_state()
1137 .get_clockgating_state = nv_common_get_clockgating_state,
Dnbio_v2_3.c571 .get_clockgating_state = nbio_v2_3_get_clockgating_state,
Dnbio_v7_9.c552 .get_clockgating_state = nbio_v7_9_get_clockgating_state,
Ddf_v3_6.c678 .get_clockgating_state = df_v3_6_get_clockgating_state,
Dih_v6_0.c754 .get_clockgating_state = ih_v6_0_get_clockgating_state,
Dih_v6_1.c755 .get_clockgating_state = ih_v6_1_get_clockgating_state,
Duvd_v5_0.c873 .get_clockgating_state = uvd_v5_0_get_clockgating_state,
Dnavi10_ih.c719 .get_clockgating_state = navi10_ih_get_clockgating_state,
Dnbio_v7_4.c807 .get_clockgating_state = nbio_v7_4_get_clockgating_state,
Dvce_v3_0.c917 .get_clockgating_state = vce_v3_0_get_clockgating_state,
Dgmc_v11_0.c1070 .get_clockgating_state = gmc_v11_0_get_clockgating_state,
Dgmc_v10_0.c1254 .get_clockgating_state = gmc_v10_0_get_clockgating_state,
Duvd_v6_0.c1541 .get_clockgating_state = uvd_v6_0_get_clockgating_state,
Dsdma_v3_0.c1561 .get_clockgating_state = sdma_v3_0_get_clockgating_state,
/drivers/gpu/drm/amd/include/
Damd_shared.h311 void (*get_clockgating_state)(void *handle, u64 *flags); member

12