Searched refs:get_clockgating_state (Results 1 – 25 of 35) sorted by relevance
12
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_df.h | 42 void (*get_clockgating_state)(struct amdgpu_device *adev, member
|
D | df_v1_7.c | 126 .get_clockgating_state = df_v1_7_get_clockgating_state,
|
D | amdgpu_nbio.h | 86 void (*get_clockgating_state)(struct amdgpu_device *adev, member
|
D | nbio_v4_3.c | 484 .get_clockgating_state = nbio_v4_3_get_clockgating_state, 529 .get_clockgating_state = nbio_v4_3_get_clockgating_state,
|
D | nbio_v7_0.c | 296 .get_clockgating_state = nbio_v7_0_get_clockgating_state,
|
D | nbio_v7_7.c | 344 .get_clockgating_state = nbio_v7_7_get_clockgating_state,
|
D | soc21.c | 811 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc21_common_get_clockgating_state() 833 .get_clockgating_state = soc21_common_get_clockgating_state,
|
D | soc15.c | 1413 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state() 1433 adev->df.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state() 1458 .get_clockgating_state= soc15_common_get_clockgating_state,
|
D | nbio_v7_2.c | 419 .get_clockgating_state = nbio_v7_2_get_clockgating_state,
|
D | nbio_v6_1.c | 411 .get_clockgating_state = nbio_v6_1_get_clockgating_state,
|
D | nv.c | 1131 adev->nbio.funcs->get_clockgating_state(adev, flags); in nv_common_get_clockgating_state() 1155 .get_clockgating_state = nv_common_get_clockgating_state,
|
D | nbio_v2_3.c | 567 .get_clockgating_state = nbio_v2_3_get_clockgating_state,
|
D | df_v3_6.c | 678 .get_clockgating_state = df_v3_6_get_clockgating_state,
|
D | nbio_v7_4.c | 807 .get_clockgating_state = nbio_v7_4_get_clockgating_state,
|
D | uvd_v5_0.c | 873 .get_clockgating_state = uvd_v5_0_get_clockgating_state,
|
D | ih_v6_0.c | 744 .get_clockgating_state = ih_v6_0_get_clockgating_state,
|
D | navi10_ih.c | 713 .get_clockgating_state = navi10_ih_get_clockgating_state,
|
D | gmc_v11_0.c | 1024 .get_clockgating_state = gmc_v11_0_get_clockgating_state,
|
D | vce_v3_0.c | 917 .get_clockgating_state = vce_v3_0_get_clockgating_state,
|
D | gmc_v10_0.c | 1254 .get_clockgating_state = gmc_v10_0_get_clockgating_state,
|
D | sdma_v3_0.c | 1569 .get_clockgating_state = sdma_v3_0_get_clockgating_state,
|
D | uvd_v6_0.c | 1541 .get_clockgating_state = uvd_v6_0_get_clockgating_state,
|
D | gmc_v9_0.c | 1988 .get_clockgating_state = gmc_v9_0_get_clockgating_state,
|
D | gmc_v8_0.c | 1729 .get_clockgating_state = gmc_v8_0_get_clockgating_state,
|
/linux-6.1.9/drivers/gpu/drm/amd/include/ |
D | amd_shared.h | 309 void (*get_clockgating_state)(void *handle, u64 *flags); member
|
12