Searched refs:get_clockgating_state (Results 1 – 25 of 39) sorted by relevance
12
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_df.h | 43 void (*get_clockgating_state)(struct amdgpu_device *adev, member
|
H A D | df_v1_7.c | 128 .get_clockgating_state = df_v1_7_get_clockgating_state,
|
H A D | soc24.c | 581 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc24_common_get_clockgating_state() 600 .get_clockgating_state = soc24_common_get_clockgating_state,
|
H A D | nbio_v4_3.c | 504 .get_clockgating_state = nbio_v4_3_get_clockgating_state, 550 .get_clockgating_state = nbio_v4_3_get_clockgating_state,
|
H A D | nbio_v7_0.c | 317 .get_clockgating_state = nbio_v7_0_get_clockgating_state,
|
H A D | nbio_v7_11.c | 395 .get_clockgating_state = nbio_v7_11_get_clockgating_state,
|
H A D | nbio_v7_2.c | 438 .get_clockgating_state = nbio_v7_2_get_clockgating_state,
|
H A D | soc21.c | 1003 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc21_common_get_clockgating_state() 1020 .get_clockgating_state = soc21_common_get_clockgating_state,
|
H A D | nbio_v6_1.c | 421 .get_clockgating_state = nbio_v6_1_get_clockgating_state,
|
H A D | nv.c | 1088 adev->nbio.funcs->get_clockgating_state(adev, flags); in nv_common_get_clockgating_state() 1107 .get_clockgating_state = nv_common_get_clockgating_state,
|
H A D | nbif_v6_3_1.c | 466 .get_clockgating_state = nbif_v6_3_1_get_clockgating_state,
|
H A D | nbio_v2_3.c | 580 .get_clockgating_state = nbio_v2_3_get_clockgating_state,
|
H A D | df_v3_6.c | 678 .get_clockgating_state = df_v3_6_get_clockgating_state,
|
H A D | uvd_v5_0.c | 877 .get_clockgating_state = uvd_v5_0_get_clockgating_state,
|
H A D | navi10_ih.c | 707 .get_clockgating_state = navi10_ih_get_clockgating_state,
|
H A D | ih_v7_0.c | 766 .get_clockgating_state = ih_v7_0_get_clockgating_state,
|
H A D | ih_v6_0.c | 797 .get_clockgating_state = ih_v6_0_get_clockgating_state,
|
H A D | ih_v6_1.c | 776 .get_clockgating_state = ih_v6_1_get_clockgating_state,
|
H A D | gmc_v12_0.c | 1017 .get_clockgating_state = gmc_v12_0_get_clockgating_state,
|
H A D | gmc_v11_0.c | 1049 .get_clockgating_state = gmc_v11_0_get_clockgating_state,
|
H A D | gmc_v10_0.c | 1147 .get_clockgating_state = gmc_v10_0_get_clockgating_state,
|
H A D | vce_v3_0.c | 913 .get_clockgating_state = vce_v3_0_get_clockgating_state,
|
H A D | uvd_v6_0.c | 1545 .get_clockgating_state = uvd_v6_0_get_clockgating_state,
|
H A D | sdma_v3_0.c | 1553 .get_clockgating_state = sdma_v3_0_get_clockgating_state,
|
/linux/drivers/gpu/drm/amd/include/ |
H A D | amd_shared.h | 408 * @get_clockgating_state: get current clockgating status 442 void (*get_clockgating_state)(struct amdgpu_ip_block *ip_block, u64 *flags); member
|
12