Re: [PATCH 3/4] drm/amdgpu: Modify unmap_queue format for gfx9 (v6)

2022-12-01 Thread Luben Tuikov
The flags have been refactored--good. Acked-by: Luben Tuikov On 2022-11-29 02:10, jiadong@amd.com wrote: > From: "Jiadong.Zhu" > > 1. Modify the unmap_queue package on gfx9. Add trailing fence to track the >preemption done. > 2. Modify emit_ce_meta emit_de_meta functions for the resume

[PATCH 3/4] drm/amdgpu: Modify unmap_queue format for gfx9 (v6)

2022-11-28 Thread jiadong.zhu
From: "Jiadong.Zhu" 1. Modify the unmap_queue package on gfx9. Add trailing fence to track the preemption done. 2. Modify emit_ce_meta emit_de_meta functions for the resumed ibs. v2: Restyle code not to use ternary operator. v3: Modify code format. v4: Enable Mid-Command Buffer Preemption for