Lines Matching refs:handle

2364 				      uint32_t handle,  in dce_v10_0_crtc_cursor_set2()  argument
2375 if (!handle) { in dce_v10_0_crtc_cursor_set2()
2388 obj = drm_gem_object_lookup(file_priv, handle); in dce_v10_0_crtc_cursor_set2()
2390 DRM_ERROR("Cannot find cursor object %x for crtc %d\n", handle, amdgpu_crtc->crtc_id); in dce_v10_0_crtc_cursor_set2()
2736 static int dce_v10_0_early_init(void *handle) in dce_v10_0_early_init() argument
2738 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v10_0_early_init()
2763 static int dce_v10_0_sw_init(void *handle) in dce_v10_0_sw_init() argument
2766 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v10_0_sw_init()
2842 static int dce_v10_0_sw_fini(void *handle) in dce_v10_0_sw_fini() argument
2844 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v10_0_sw_fini()
2860 static int dce_v10_0_hw_init(void *handle) in dce_v10_0_hw_init() argument
2863 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v10_0_hw_init()
2885 static int dce_v10_0_hw_fini(void *handle) in dce_v10_0_hw_fini() argument
2888 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v10_0_hw_fini()
2903 static int dce_v10_0_suspend(void *handle) in dce_v10_0_suspend() argument
2905 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v10_0_suspend()
2915 return dce_v10_0_hw_fini(handle); in dce_v10_0_suspend()
2918 static int dce_v10_0_resume(void *handle) in dce_v10_0_resume() argument
2920 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v10_0_resume()
2926 ret = dce_v10_0_hw_init(handle); in dce_v10_0_resume()
2941 static bool dce_v10_0_is_idle(void *handle) in dce_v10_0_is_idle() argument
2946 static int dce_v10_0_wait_for_idle(void *handle) in dce_v10_0_wait_for_idle() argument
2951 static bool dce_v10_0_check_soft_reset(void *handle) in dce_v10_0_check_soft_reset() argument
2953 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v10_0_check_soft_reset()
2958 static int dce_v10_0_soft_reset(void *handle) in dce_v10_0_soft_reset() argument
2961 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v10_0_soft_reset()
3305 static int dce_v10_0_set_clockgating_state(void *handle, in dce_v10_0_set_clockgating_state() argument
3311 static int dce_v10_0_set_powergating_state(void *handle, in dce_v10_0_set_powergating_state() argument