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