Lines Matching defs:amdgpu_flip_work
638 struct amdgpu_flip_work { struct
639 struct delayed_work flip_work;
640 struct work_struct unpin_work;
641 struct amdgpu_device *adev;
642 int crtc_id;
643 u32 target_vblank;
644 uint64_t base;
645 struct drm_pending_vblank_event *event;
646 struct amdgpu_bo *old_abo;
647 struct dma_fence *excl;
648 unsigned shared_count;
649 struct dma_fence **shared;
650 struct dma_fence_cb cb;
651 bool async;