Searched defs:amdgpu_flip_work (Results 1 – 1 of 1) sorted by relevance
476 struct amdgpu_flip_work { struct477 struct delayed_work flip_work;479 struct amdgpu_device *adev;480 int crtc_id;481 u32 target_vblank;482 uint64_t base;484 struct amdgpu_bo *old_abo;485 unsigned shared_count;486 struct dma_fence **shared;487 struct dma_fence_cb cb;[all …]