Lines Matching refs:handle

2448 				      uint32_t handle,  in dce_v11_0_crtc_cursor_set2()  argument
2459 if (!handle) { in dce_v11_0_crtc_cursor_set2()
2472 obj = drm_gem_object_lookup(file_priv, handle); in dce_v11_0_crtc_cursor_set2()
2474 DRM_ERROR("Cannot find cursor object %x for crtc %d\n", handle, amdgpu_crtc->crtc_id); in dce_v11_0_crtc_cursor_set2()
2849 static int dce_v11_0_early_init(void *handle) in dce_v11_0_early_init() argument
2851 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v11_0_early_init()
2889 static int dce_v11_0_sw_init(void *handle) in dce_v11_0_sw_init() argument
2892 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v11_0_sw_init()
2969 static int dce_v11_0_sw_fini(void *handle) in dce_v11_0_sw_fini() argument
2971 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v11_0_sw_fini()
2987 static int dce_v11_0_hw_init(void *handle) in dce_v11_0_hw_init() argument
2990 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v11_0_hw_init()
3023 static int dce_v11_0_hw_fini(void *handle) in dce_v11_0_hw_fini() argument
3026 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v11_0_hw_fini()
3041 static int dce_v11_0_suspend(void *handle) in dce_v11_0_suspend() argument
3043 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v11_0_suspend()
3053 return dce_v11_0_hw_fini(handle); in dce_v11_0_suspend()
3056 static int dce_v11_0_resume(void *handle) in dce_v11_0_resume() argument
3058 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v11_0_resume()
3064 ret = dce_v11_0_hw_init(handle); in dce_v11_0_resume()
3079 static bool dce_v11_0_is_idle(void *handle) in dce_v11_0_is_idle() argument
3084 static int dce_v11_0_wait_for_idle(void *handle) in dce_v11_0_wait_for_idle() argument
3089 static int dce_v11_0_soft_reset(void *handle) in dce_v11_0_soft_reset() argument
3092 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in dce_v11_0_soft_reset()
3437 static int dce_v11_0_set_clockgating_state(void *handle, in dce_v11_0_set_clockgating_state() argument
3443 static int dce_v11_0_set_powergating_state(void *handle, in dce_v11_0_set_powergating_state() argument