Searched defs:amdgpu_flip_work (Results 1 – 1 of 1) sorted by relevance
477 struct amdgpu_flip_work { struct478 struct delayed_work flip_work;480 struct amdgpu_device *adev;481 int crtc_id;482 u32 target_vblank;483 uint64_t base;485 struct amdgpu_bo *old_abo;486 unsigned shared_count;487 struct dma_fence **shared;488 struct dma_fence_cb cb;[all …]
Completed in 14 milliseconds