Searched refs:get_clock_gating_state (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_hdp.h | 36 void (*get_clock_gating_state)(struct amdgpu_device *adev, u64 *flags); member
|
D | amdgpu_smuio.h | 42 void (*get_clock_gating_state)(struct amdgpu_device *adev, u64 *flags); member
|
D | smuio_v11_0.c | 79 .get_clock_gating_state = smuio_v11_0_get_clock_gating_state,
|
D | smuio_v11_0_6.c | 76 .get_clock_gating_state = smuio_v11_0_6_get_clock_gating_state,
|
D | smuio_v9_0.c | 76 .get_clock_gating_state = smuio_v9_0_get_clock_gating_state,
|
D | smuio_v13_0.c | 159 .get_clock_gating_state = smuio_v13_0_get_clock_gating_state,
|
D | hdp_v7_0.c | 141 .get_clock_gating_state = hdp_v7_0_get_clockgating_state,
|
D | hdp_v6_0.c | 153 .get_clock_gating_state = hdp_v6_0_get_clockgating_state,
|
D | hdp_v4_0.c | 183 .get_clock_gating_state = hdp_v4_0_get_clockgating_state,
|
D | hdp_v5_2.c | 194 .get_clock_gating_state = hdp_v5_2_get_clockgating_state,
|
D | hdp_v5_0.c | 221 .get_clock_gating_state = hdp_v5_0_get_clockgating_state,
|
D | soc15.c | 1452 if (adev->hdp.funcs && adev->hdp.funcs->get_clock_gating_state) in soc15_common_get_clockgating_state() 1453 adev->hdp.funcs->get_clock_gating_state(adev, flags); in soc15_common_get_clockgating_state() 1470 if (adev->smuio.funcs && adev->smuio.funcs->get_clock_gating_state) in soc15_common_get_clockgating_state() 1471 adev->smuio.funcs->get_clock_gating_state(adev, flags); in soc15_common_get_clockgating_state()
|
D | nv.c | 1108 adev->hdp.funcs->get_clock_gating_state(adev, flags); in nv_common_get_clockgating_state() 1110 adev->smuio.funcs->get_clock_gating_state(adev, flags); in nv_common_get_clockgating_state()
|
D | soc24.c | 588 adev->hdp.funcs->get_clock_gating_state(adev, flags); in soc24_common_get_clockgating_state()
|
D | soc21.c | 997 adev->hdp.funcs->get_clock_gating_state(adev, flags); in soc21_common_get_clockgating_state()
|