Lines Matching defs:amdgpu_flip_work
451 struct amdgpu_flip_work { struct
452 struct delayed_work flip_work;
453 struct work_struct unpin_work;
454 struct amdgpu_device *adev;
455 int crtc_id;
456 u32 target_vblank;
457 uint64_t base;
458 struct drm_pending_vblank_event *event;
459 struct amdgpu_bo *old_abo;
460 struct dma_fence *excl;
461 unsigned shared_count;
462 struct dma_fence **shared;
463 struct dma_fence_cb cb;
464 bool async;