Lines Matching defs:amdgpu_flip_work
421 struct amdgpu_flip_work { struct
422 struct delayed_work flip_work;
423 struct work_struct unpin_work;
424 struct amdgpu_device *adev;
425 int crtc_id;
426 u32 target_vblank;
427 uint64_t base;
428 struct drm_pending_vblank_event *event;
429 struct amdgpu_bo *old_abo;
430 struct dma_fence *excl;
431 unsigned shared_count;
432 struct dma_fence **shared;
433 struct dma_fence_cb cb;
434 bool async;