Searched defs:amdgpu_flip_work (Results 1 – 1 of 1) sorted by relevance
459 struct amdgpu_flip_work { struct460 struct delayed_work flip_work;462 struct amdgpu_device *adev;463 int crtc_id;464 u32 target_vblank;465 uint64_t base;467 struct amdgpu_bo *old_abo;468 unsigned shared_count;469 struct dma_fence **shared;470 struct dma_fence_cb cb;[all …]
Completed in 12 milliseconds