Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_df.h42 void (*get_clockgating_state)(struct amdgpu_device *adev, member
H A Damdgpu_nbio.h76 void (*get_clockgating_state)(struct amdgpu_device *adev, member
H A Ddf_v1_7.c126 .get_clockgating_state = df_v1_7_get_clockgating_state,
H A Dnbio_v6_1.c277 .get_clockgating_state = nbio_v6_1_get_clockgating_state,
H A Dnbio_v7_0.c304 .get_clockgating_state = nbio_v7_0_get_clockgating_state,
H A Dnbio_v2_3.c331 .get_clockgating_state = nbio_v2_3_get_clockgating_state,
H A Dsoc15.c1589 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state()
1611 adev->df.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state()
1636 .get_clockgating_state= soc15_common_get_clockgating_state,
H A Dnv.c1095 adev->nbio.funcs->get_clockgating_state(adev, flags); in nv_common_get_clockgating_state()
1134 .get_clockgating_state = nv_common_get_clockgating_state,
H A Dnbio_v7_4.c554 .get_clockgating_state = nbio_v7_4_get_clockgating_state,
H A Ddf_v3_6.c702 .get_clockgating_state = df_v3_6_get_clockgating_state,
H A Duvd_v5_0.c844 .get_clockgating_state = uvd_v5_0_get_clockgating_state,
H A Dnavi10_ih.c829 .get_clockgating_state = navi10_ih_get_clockgating_state,
H A Dgmc_v10_0.c1127 .get_clockgating_state = gmc_v10_0_get_clockgating_state,
H A Dvce_v3_0.c890 .get_clockgating_state = vce_v3_0_get_clockgating_state,
H A Dgmc_v9_0.c1776 .get_clockgating_state = gmc_v9_0_get_clockgating_state,
H A Dvi.c1704 .get_clockgating_state = vi_common_get_clockgating_state,
H A Dsdma_v3_0.c1570 .get_clockgating_state = sdma_v3_0_get_clockgating_state,
H A Duvd_v6_0.c1515 .get_clockgating_state = uvd_v6_0_get_clockgating_state,
H A Dgmc_v8_0.c1737 .get_clockgating_state = gmc_v8_0_get_clockgating_state,
H A Dsdma_v5_2.c1612 .get_clockgating_state = sdma_v5_2_get_clockgating_state,
H A Dsdma_v5_0.c1624 .get_clockgating_state = sdma_v5_0_get_clockgating_state,
H A Damdgpu_device.c1546 if (adev->ip_blocks[i].version->funcs->get_clockgating_state) in amdgpu_device_ip_get_clockgating_state()
1547 adev->ip_blocks[i].version->funcs->get_clockgating_state((void *)adev, flags); in amdgpu_device_ip_get_clockgating_state()
H A Dsdma_v4_0.c2294 .get_clockgating_state = sdma_v4_0_get_clockgating_state,
H A Dgfx_v8_0.c6859 .get_clockgating_state = gfx_v8_0_get_clockgating_state,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Damd_shared.h283 void (*get_clockgating_state)(void *handle, u32 *flags); member

12