Searched refs:get_clockgating_state (Results  1 – 25 of 27) sorted by relevance
12
| /Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_df.h | 42 	void (*get_clockgating_state)(struct amdgpu_device *adev,  member
  | 
| D | amdgpu_nbio.h | 76 	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 | nbio_v6_1.c | 277 	.get_clockgating_state = nbio_v6_1_get_clockgating_state,
  | 
| D | nbio_v7_0.c | 304 	.get_clockgating_state = nbio_v7_0_get_clockgating_state,
  | 
| D | nbio_v2_3.c | 331 	.get_clockgating_state = nbio_v2_3_get_clockgating_state,
  | 
| D | soc15.c | 1585 	adev->nbio.funcs->get_clockgating_state(adev, flags);  in soc15_common_get_clockgating_state() 1607 	adev->df.funcs->get_clockgating_state(adev, flags);  in soc15_common_get_clockgating_state() 1632 	.get_clockgating_state= soc15_common_get_clockgating_state,
  | 
| D | nbio_v7_4.c | 554 	.get_clockgating_state = nbio_v7_4_get_clockgating_state,
  | 
| D | nv.c | 1093 	adev->nbio.funcs->get_clockgating_state(adev, flags);  in nv_common_get_clockgating_state() 1132 	.get_clockgating_state = nv_common_get_clockgating_state,
  | 
| D | df_v3_6.c | 702 	.get_clockgating_state = df_v3_6_get_clockgating_state,
  | 
| D | uvd_v5_0.c | 844 	.get_clockgating_state = uvd_v5_0_get_clockgating_state,
  | 
| D | navi10_ih.c | 829 	.get_clockgating_state = navi10_ih_get_clockgating_state,
  | 
| D | gmc_v10_0.c | 1125 	.get_clockgating_state = gmc_v10_0_get_clockgating_state,
  | 
| D | vce_v3_0.c | 890 	.get_clockgating_state = vce_v3_0_get_clockgating_state,
  | 
| D | gmc_v9_0.c | 1774 	.get_clockgating_state = gmc_v9_0_get_clockgating_state,
  | 
| D | uvd_v6_0.c | 1514 	.get_clockgating_state = uvd_v6_0_get_clockgating_state,
  | 
| D | vi.c | 1704 	.get_clockgating_state = vi_common_get_clockgating_state,
  | 
| D | sdma_v3_0.c | 1570 	.get_clockgating_state = sdma_v3_0_get_clockgating_state,
  | 
| D | gmc_v8_0.c | 1730 	.get_clockgating_state = gmc_v8_0_get_clockgating_state,
  | 
| D | sdma_v5_2.c | 1617 	.get_clockgating_state = sdma_v5_2_get_clockgating_state,
  | 
| D | sdma_v5_0.c | 1620 	.get_clockgating_state = sdma_v5_0_get_clockgating_state,
  | 
| D | amdgpu_device.c | 1547 		if (adev->ip_blocks[i].version->funcs->get_clockgating_state)  in amdgpu_device_ip_get_clockgating_state() 1548 			adev->ip_blocks[i].version->funcs->get_clockgating_state((void *)adev, flags);  in amdgpu_device_ip_get_clockgating_state()
  | 
| D | sdma_v4_0.c | 2294 	.get_clockgating_state = sdma_v4_0_get_clockgating_state,
  | 
| D | gfx_v8_0.c | 6857 	.get_clockgating_state = gfx_v8_0_get_clockgating_state,
  | 
| /Linux-v5.10/drivers/gpu/drm/amd/include/ | 
| D | amd_shared.h | 283 	void (*get_clockgating_state)(void *handle, u32 *flags);  member
  | 
        12