Searched refs:get_clockgating_state (Results 1 - 25 of 42) sorted by last modified time

12

/linux-master/drivers/gpu/drm/amd/include/
H A Damd_shared.h293 * @get_clockgating_state: get current clockgating status
324 void (*get_clockgating_state)(void *handle, u64 *flags); member in struct:amd_ip_funcs
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dvi.c2060 .get_clockgating_state = vi_common_get_clockgating_state,
H A Dvce_v3_0.c915 .get_clockgating_state = vce_v3_0_get_clockgating_state,
H A Duvd_v6_0.c1547 .get_clockgating_state = uvd_v6_0_get_clockgating_state,
H A Duvd_v5_0.c879 .get_clockgating_state = uvd_v5_0_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 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 Dsdma_v6_0.c1506 .get_clockgating_state = sdma_v6_0_get_clockgating_state,
H A Dsdma_v5_2.c1680 .get_clockgating_state = sdma_v5_2_get_clockgating_state,
H A Dsdma_v5_0.c1736 .get_clockgating_state = sdma_v5_0_get_clockgating_state,
H A Dsdma_v4_4_2.c1808 .get_clockgating_state = sdma_v4_4_2_get_clockgating_state,
H A Dsdma_v4_0.c2310 .get_clockgating_state = sdma_v4_0_get_clockgating_state,
H A Dsdma_v3_0.c1555 .get_clockgating_state = sdma_v3_0_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 Dnavi10_ih.c715 .get_clockgating_state = navi10_ih_get_clockgating_state,
H A Dih_v7_0.c751 .get_clockgating_state = ih_v7_0_get_clockgating_state,
H A Dih_v6_0.c772 .get_clockgating_state = ih_v6_0_get_clockgating_state,
H A Dih_v6_1.c777 .get_clockgating_state = ih_v6_1_get_clockgating_state,
H A Dgmc_v9_0.c2477 .get_clockgating_state = gmc_v9_0_get_clockgating_state,
H A Dgmc_v8_0.c1719 .get_clockgating_state = gmc_v8_0_get_clockgating_state,
H A Dgfx_v9_4_3.c4018 .get_clockgating_state = gfx_v9_4_3_get_clockgating_state,
H A Dgfx_v9_0.c6858 .get_clockgating_state = gfx_v9_0_get_clockgating_state,
H A Dgfx_v8_0.c6880 .get_clockgating_state = gfx_v8_0_get_clockgating_state,
H A Dgfx_v11_0.c6171 .get_clockgating_state = gfx_v11_0_get_clockgating_state,
H A Dgfx_v10_0.c9315 .get_clockgating_state = gfx_v10_0_get_clockgating_state,

Completed in 361 milliseconds

12