Searched refs:get_clockgating_state (Results 1 – 25 of 46) sorted by relevance
12
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_df.h | 43 void (*get_clockgating_state)(struct amdgpu_device *adev, member
|
| A D | df_v1_7.c | 128 .get_clockgating_state = df_v1_7_get_clockgating_state,
|
| A D | amdgpu_nbio.h | 89 void (*get_clockgating_state)(struct amdgpu_device *adev, member
|
| A D | soc15.c | 1449 if (adev->nbio.funcs && adev->nbio.funcs->get_clockgating_state) in soc15_common_get_clockgating_state() 1450 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state() 1473 if (adev->df.funcs && adev->df.funcs->get_clockgating_state) in soc15_common_get_clockgating_state() 1474 adev->df.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state() 1499 .get_clockgating_state= soc15_common_get_clockgating_state,
|
| A D | nbif_v6_3_1.c | 466 .get_clockgating_state = nbif_v6_3_1_get_clockgating_state, 514 .get_clockgating_state = nbif_v6_3_1_get_clockgating_state,
|
| A D | soc24.c | 586 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc24_common_get_clockgating_state() 608 .get_clockgating_state = soc24_common_get_clockgating_state,
|
| A D | nbio_v4_3.c | 505 .get_clockgating_state = nbio_v4_3_get_clockgating_state, 551 .get_clockgating_state = nbio_v4_3_get_clockgating_state,
|
| A D | nbio_v7_0.c | 307 .get_clockgating_state = nbio_v7_0_get_clockgating_state,
|
| A D | nbio_v7_7.c | 365 .get_clockgating_state = nbio_v7_7_get_clockgating_state,
|
| A D | nbio_v7_11.c | 387 .get_clockgating_state = nbio_v7_11_get_clockgating_state,
|
| A D | nbio_v7_2.c | 439 .get_clockgating_state = nbio_v7_2_get_clockgating_state,
|
| A D | soc21.c | 995 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc21_common_get_clockgating_state() 1015 .get_clockgating_state = soc21_common_get_clockgating_state,
|
| A D | nbio_v6_1.c | 422 .get_clockgating_state = nbio_v6_1_get_clockgating_state,
|
| A D | nv.c | 1106 adev->nbio.funcs->get_clockgating_state(adev, flags); in nv_common_get_clockgating_state() 1128 .get_clockgating_state = nv_common_get_clockgating_state,
|
| A D | nbio_v2_3.c | 581 .get_clockgating_state = nbio_v2_3_get_clockgating_state,
|
| A D | nbio_v7_9.c | 506 .get_clockgating_state = nbio_v7_9_get_clockgating_state,
|
| A D | df_v3_6.c | 678 .get_clockgating_state = df_v3_6_get_clockgating_state,
|
| A D | navi10_ih.c | 715 .get_clockgating_state = navi10_ih_get_clockgating_state,
|
| A D | uvd_v5_0.c | 879 .get_clockgating_state = uvd_v5_0_get_clockgating_state,
|
| A D | nbio_v7_4.c | 823 .get_clockgating_state = nbio_v7_4_get_clockgating_state,
|
| A D | ih_v6_0.c | 800 .get_clockgating_state = ih_v6_0_get_clockgating_state,
|
| A D | ih_v6_1.c | 783 .get_clockgating_state = ih_v6_1_get_clockgating_state,
|
| A D | ih_v7_0.c | 773 .get_clockgating_state = ih_v7_0_get_clockgating_state,
|
| A D | gmc_v11_0.c | 1047 .get_clockgating_state = gmc_v11_0_get_clockgating_state,
|
| /linux/drivers/gpu/drm/amd/include/ |
| A D | amd_shared.h | 401 void (*get_clockgating_state)(void *handle, u64 *flags); member
|
Completed in 53 milliseconds
12