Lines Matching defs:amdgpu_flip_work
383 struct amdgpu_flip_work { struct
384 struct delayed_work flip_work;
385 struct work_struct unpin_work;
386 struct amdgpu_device *adev;
387 int crtc_id;
388 u32 target_vblank;
389 uint64_t base;
390 struct drm_pending_vblank_event *event;
391 struct amdgpu_bo *old_abo;
392 struct dma_fence *excl;
393 unsigned shared_count;
394 struct dma_fence **shared;
395 struct dma_fence_cb cb;
396 bool async;