/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_df.h | 42 void (*get_clockgating_state)(struct amdgpu_device *adev, member
|
H A D | df_v1_7.c | 126 .get_clockgating_state = df_v1_7_get_clockgating_state,
|
H A D | amdgpu_nbio.h | 76 void (*get_clockgating_state)(struct amdgpu_device *adev, member
|
H A D | nbio_v6_1.c | 277 .get_clockgating_state = nbio_v6_1_get_clockgating_state,
|
H A D | nbio_v2_3.c | 331 .get_clockgating_state = nbio_v2_3_get_clockgating_state,
|
H A D | nbio_v7_0.c | 304 .get_clockgating_state = nbio_v7_0_get_clockgating_state,
|
H A D | soc15.c | 1590 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state() 1612 adev->df.funcs->get_clockgating_state(adev, flags); in soc15_common_get_clockgating_state() 1637 .get_clockgating_state= soc15_common_get_clockgating_state,
|
H A D | nv.c | 1095 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 D | df_v3_6.c | 702 .get_clockgating_state = df_v3_6_get_clockgating_state,
|
H A D | nbio_v7_4.c | 554 .get_clockgating_state = nbio_v7_4_get_clockgating_state,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_df.h | 42 void (*get_clockgating_state)(struct amdgpu_device *adev, member
|
H A D | df_v1_7.c | 126 .get_clockgating_state = df_v1_7_get_clockgating_state,
|
H A D | amdgpu_nbio.h | 87 void (*get_clockgating_state)(struct amdgpu_device *adev, member
|
H A 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,
|
H A 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,
|
H A D | nbio_v7_0.c | 296 .get_clockgating_state = nbio_v7_0_get_clockgating_state,
|
H A D | soc21.c | 873 adev->nbio.funcs->get_clockgating_state(adev, flags); in soc21_common_get_clockgating_state() 895 .get_clockgating_state = soc21_common_get_clockgating_state,
|
H A D | nbio_v7_2.c | 428 .get_clockgating_state = nbio_v7_2_get_clockgating_state,
|
H A D | nbio_v7_7.c | 344 .get_clockgating_state = nbio_v7_7_get_clockgating_state,
|
H A 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,
|
H A D | nbio_v7_9.c | 552 .get_clockgating_state = nbio_v7_9_get_clockgating_state,
|
H A D | nbio_v2_3.c | 571 .get_clockgating_state = nbio_v2_3_get_clockgating_state,
|
H A D | nbio_v6_1.c | 411 .get_clockgating_state = nbio_v6_1_get_clockgating_state,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ |
H A D | amd_shared.h | 253 * @get_clockgating_state: get current clockgating status 283 void (*get_clockgating_state)(void *handle, u32 *flags); member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/ |
H A D | amd_shared.h | 280 * @get_clockgating_state: get current clockgating status 310 void (*get_clockgating_state)(void *handle, u64 *flags); member
|