Searched refs:get_clockgating_state (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_df.h42 void (*get_clockgating_state)(struct amdgpu_device *adev, member in struct:amdgpu_df_funcs
H A Ddf_v1_7.c126 .get_clockgating_state = df_v1_7_get_clockgating_state,
H A Damdgpu_nbio.h89 void (*get_clockgating_state)(struct amdgpu_device *adev, member in struct:amdgpu_nbio_funcs
H A Dnbif_v6_3_1.c443 .get_clockgating_state = nbif_v6_3_1_get_clockgating_state,
490 .get_clockgating_state = nbif_v6_3_1_get_clockgating_state,
H A Dnbio_v7_0.c296 .get_clockgating_state = nbio_v7_0_get_clockgating_state,
H A Dnbio_v7_7.c344 .get_clockgating_state = nbio_v7_7_get_clockgating_state,
H A Dsoc15.c1454 if (adev->nbio.funcs && adev->nbio.funcs->get_clockgating_state)
1455 adev->nbio.funcs->get_clockgating_state(adev, flags);
1477 if (adev->df.funcs && adev->df.funcs->get_clockgating_state)
1478 adev->df.funcs->get_clockgating_state(adev, flags);
1503 .get_clockgating_state= soc15_common_get_clockgating_state,
H A Dnbio_v4_3.c494 .get_clockgating_state = nbio_v4_3_get_clockgating_state,
539 .get_clockgating_state = nbio_v4_3_get_clockgating_state,
H A Dnbio_v7_2.c428 .get_clockgating_state = nbio_v7_2_get_clockgating_state,
H A Dnbio_v7_11.c373 .get_clockgating_state = nbio_v7_11_get_clockgating_state,
H A Dnbio_v6_1.c411 .get_clockgating_state = nbio_v6_1_get_clockgating_state,
H A Dnbio_v2_3.c571 .get_clockgating_state = nbio_v2_3_get_clockgating_state,
H A Dnv.c1111 adev->nbio.funcs->get_clockgating_state(adev, flags);
1133 .get_clockgating_state = nv_common_get_clockgating_state,
H A Dsoc21.c967 adev->nbio.funcs->get_clockgating_state(adev, flags);
987 .get_clockgating_state = soc21_common_get_clockgating_state,
H A Ddf_v3_6.c678 .get_clockgating_state = df_v3_6_get_clockgating_state,
H A Duvd_v5_0.c879 .get_clockgating_state = uvd_v5_0_get_clockgating_state,
H A Dnbio_v7_4.c811 .get_clockgating_state = nbio_v7_4_get_clockgating_state,
H A Dih_v6_0.c750 .get_clockgating_state = ih_v6_0_get_clockgating_state,
H A Dih_v6_1.c755 .get_clockgating_state = ih_v6_1_get_clockgating_state,
H A Dnavi10_ih.c715 .get_clockgating_state = navi10_ih_get_clockgating_state,
H A Dnbio_v7_9.c495 .get_clockgating_state = nbio_v7_9_get_clockgating_state,
H A Dih_v7_0.c751 .get_clockgating_state = ih_v7_0_get_clockgating_state,
H A Dvce_v3_0.c915 .get_clockgating_state = vce_v3_0_get_clockgating_state,
H A Dgmc_v10_0.c1160 .get_clockgating_state = gmc_v10_0_get_clockgating_state,
/linux-master/drivers/gpu/drm/amd/include/
H A Damd_shared.h292 * @get_clockgating_state: get current clockgating status
323 void (*get_clockgating_state)(void *handle, u64 *flags); member in struct:amd_ip_funcs

Completed in 236 milliseconds

12