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