drm/amdgpu: cleanup scheduler command submission
Unify the two code path again, cause they do pretty much the same thing. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chunming Zhou <davdi1.zhou@amd.com> Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
This commit is contained in:

committed by
Alex Deucher

parent
2269a39579
commit
984810fc45
@@ -1210,6 +1210,7 @@ struct amdgpu_cs_parser {
|
||||
/* relocations */
|
||||
struct amdgpu_bo_list_entry *vm_bos;
|
||||
struct list_head validated;
|
||||
struct fence *fence;
|
||||
|
||||
struct amdgpu_ib *ibs;
|
||||
uint32_t num_ibs;
|
||||
|
Reference in New Issue
Block a user