Lines Matching refs:handle

1900 static int gfx_v8_0_sw_init(void *handle)  in gfx_v8_0_sw_init()  argument
1905 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_sw_init()
2044 static int gfx_v8_0_sw_fini(void *handle) in gfx_v8_0_sw_fini() argument
2046 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_sw_fini()
4790 static int gfx_v8_0_hw_init(void *handle) in gfx_v8_0_hw_init() argument
4793 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_hw_init()
4837 static bool gfx_v8_0_is_idle(void *handle) in gfx_v8_0_is_idle() argument
4839 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_is_idle()
4848 static bool gfx_v8_0_rlc_is_idle(void *handle) in gfx_v8_0_rlc_is_idle() argument
4850 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_rlc_is_idle()
4858 static int gfx_v8_0_wait_for_rlc_idle(void *handle) in gfx_v8_0_wait_for_rlc_idle() argument
4861 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_wait_for_rlc_idle()
4864 if (gfx_v8_0_rlc_is_idle(handle)) in gfx_v8_0_wait_for_rlc_idle()
4872 static int gfx_v8_0_wait_for_idle(void *handle) in gfx_v8_0_wait_for_idle() argument
4875 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_wait_for_idle()
4878 if (gfx_v8_0_is_idle(handle)) in gfx_v8_0_wait_for_idle()
4886 static int gfx_v8_0_hw_fini(void *handle) in gfx_v8_0_hw_fini() argument
4888 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_hw_fini()
4918 static int gfx_v8_0_suspend(void *handle) in gfx_v8_0_suspend() argument
4920 return gfx_v8_0_hw_fini(handle); in gfx_v8_0_suspend()
4923 static int gfx_v8_0_resume(void *handle) in gfx_v8_0_resume() argument
4925 return gfx_v8_0_hw_init(handle); in gfx_v8_0_resume()
4928 static bool gfx_v8_0_check_soft_reset(void *handle) in gfx_v8_0_check_soft_reset() argument
4930 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_check_soft_reset()
4990 static int gfx_v8_0_pre_soft_reset(void *handle) in gfx_v8_0_pre_soft_reset() argument
4992 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_pre_soft_reset()
5031 static int gfx_v8_0_soft_reset(void *handle) in gfx_v8_0_soft_reset() argument
5033 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_soft_reset()
5093 static int gfx_v8_0_post_soft_reset(void *handle) in gfx_v8_0_post_soft_reset() argument
5095 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_post_soft_reset()
5261 static int gfx_v8_0_early_init(void *handle) in gfx_v8_0_early_init() argument
5263 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_early_init()
5278 static int gfx_v8_0_late_init(void *handle) in gfx_v8_0_late_init() argument
5280 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_late_init()
5366 static int gfx_v8_0_set_powergating_state(void *handle, in gfx_v8_0_set_powergating_state() argument
5369 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_set_powergating_state()
5437 static void gfx_v8_0_get_clockgating_state(void *handle, u64 *flags) in gfx_v8_0_get_clockgating_state() argument
5439 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_get_clockgating_state()
5981 static int gfx_v8_0_set_clockgating_state(void *handle, in gfx_v8_0_set_clockgating_state() argument
5984 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v8_0_set_clockgating_state()