Searched defs:amdgpu_flip_work (Results 1 – 1 of 1) sorted by relevance
787 struct amdgpu_flip_work { struct788 struct work_struct flip_work;789 struct work_struct unpin_work;790 struct amdgpu_device *adev;791 int crtc_id;792 uint64_t base;793 struct drm_pending_vblank_event *event;794 struct amdgpu_bo *old_rbo;795 struct fence *excl;796 unsigned shared_count;[all …]