Lines Matching defs:amdgpu_flip_work
576 struct amdgpu_flip_work { struct
577 struct delayed_work flip_work;
578 struct work_struct unpin_work;
579 struct amdgpu_device *adev;
580 int crtc_id;
581 u32 target_vblank;
582 uint64_t base;
583 struct drm_pending_vblank_event *event;
584 struct amdgpu_bo *old_abo;
585 struct dma_fence *excl;
586 unsigned shared_count;
587 struct dma_fence **shared;
588 struct dma_fence_cb cb;
589 bool async;