Searched refs:get_clockgating_state (Results 1 – 25 of 39) sorted by relevance
12
/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 | soc15.c | 1452 if (adev->nbio.funcs && adev->nbio.funcs->get_clockgating_state) in soc15_common_get_clockgating_state() 1453 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state() 1475 if (adev->df.funcs && adev->df.funcs->get_clockgating_state) in soc15_common_get_clockgating_state() 1476 adev->df.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state() 1501 .get_clockgating_state= soc15_common_get_clockgating_state,
|
D | amdgpu_nbio.h | 87 void (*get_clockgating_state)(struct amdgpu_device *adev, member
|
D | nbio_v4_3.c | 494 .get_clockgating_state = nbio_v4_3_get_clockgating_state, 539 .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 | 896 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc21_common_get_clockgating_state() 918 .get_clockgating_state = soc21_common_get_clockgating_state,
|
D | nbio_v6_1.c | 411 .get_clockgating_state = nbio_v6_1_get_clockgating_state,
|
D | nbio_v7_2.c | 428 .get_clockgating_state = nbio_v7_2_get_clockgating_state,
|
D | nv.c | 1113 adev->nbio.funcs->get_clockgating_state(adev, flags); in nv_common_get_clockgating_state() 1137 .get_clockgating_state = nv_common_get_clockgating_state,
|
D | nbio_v2_3.c | 571 .get_clockgating_state = nbio_v2_3_get_clockgating_state,
|
D | nbio_v7_9.c | 552 .get_clockgating_state = nbio_v7_9_get_clockgating_state,
|
D | df_v3_6.c | 678 .get_clockgating_state = df_v3_6_get_clockgating_state,
|
D | ih_v6_0.c | 754 .get_clockgating_state = ih_v6_0_get_clockgating_state,
|
D | ih_v6_1.c | 755 .get_clockgating_state = ih_v6_1_get_clockgating_state,
|
D | uvd_v5_0.c | 873 .get_clockgating_state = uvd_v5_0_get_clockgating_state,
|
D | navi10_ih.c | 719 .get_clockgating_state = navi10_ih_get_clockgating_state,
|
D | nbio_v7_4.c | 807 .get_clockgating_state = nbio_v7_4_get_clockgating_state,
|
D | vce_v3_0.c | 917 .get_clockgating_state = vce_v3_0_get_clockgating_state,
|
D | gmc_v11_0.c | 1070 .get_clockgating_state = gmc_v11_0_get_clockgating_state,
|
D | gmc_v10_0.c | 1254 .get_clockgating_state = gmc_v10_0_get_clockgating_state,
|
D | uvd_v6_0.c | 1541 .get_clockgating_state = uvd_v6_0_get_clockgating_state,
|
D | sdma_v3_0.c | 1561 .get_clockgating_state = sdma_v3_0_get_clockgating_state,
|
/drivers/gpu/drm/amd/include/ |
D | amd_shared.h | 311 void (*get_clockgating_state)(void *handle, u64 *flags); member
|
12