Home
last modified time | relevance | path

Searched refs:get_clock_gating_state (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_hdp.h36 void (*get_clock_gating_state)(struct amdgpu_device *adev, u64 *flags); member
H A Damdgpu_smuio.h42 void (*get_clock_gating_state)(struct amdgpu_device *adev, u64 *flags); member
H A Dsmuio_v11_0_6.c76 .get_clock_gating_state = smuio_v11_0_6_get_clock_gating_state,
H A Dsmuio_v11_0.c79 .get_clock_gating_state = smuio_v11_0_get_clock_gating_state,
H A Dsmuio_v9_0.c76 .get_clock_gating_state = smuio_v9_0_get_clock_gating_state,
H A Dsmuio_v13_0.c159 .get_clock_gating_state = smuio_v13_0_get_clock_gating_state,
H A Dhdp_v7_0.c143 .get_clock_gating_state = hdp_v7_0_get_clockgating_state,
H A Dhdp_v6_0.c155 .get_clock_gating_state = hdp_v6_0_get_clockgating_state,
H A Dhdp_v4_0.c187 .get_clock_gating_state = hdp_v4_0_get_clockgating_state,
H A Dhdp_v5_2.c196 .get_clock_gating_state = hdp_v5_2_get_clockgating_state,
H A Dhdp_v5_0.c224 .get_clock_gating_state = hdp_v5_0_get_clockgating_state,
H A Dsoc15.c1477 if (adev->hdp.funcs && adev->hdp.funcs->get_clock_gating_state) in soc15_common_get_clockgating_state()
1478 adev->hdp.funcs->get_clock_gating_state(adev, flags); in soc15_common_get_clockgating_state()
1496 if (adev->smuio.funcs && adev->smuio.funcs->get_clock_gating_state) in soc15_common_get_clockgating_state()
1497 adev->smuio.funcs->get_clock_gating_state(adev, flags); in soc15_common_get_clockgating_state()
H A Dnv.c1089 adev->hdp.funcs->get_clock_gating_state(adev, flags); in nv_common_get_clockgating_state()
1091 adev->smuio.funcs->get_clock_gating_state(adev, flags); in nv_common_get_clockgating_state()
H A Dsoc24.c584 adev->hdp.funcs->get_clock_gating_state(adev, flags); in soc24_common_get_clockgating_state()
H A Dsoc21.c981 adev->hdp.funcs->get_clock_gating_state(adev, flags); in soc21_common_get_clockgating_state()