Re: [PATCH] drm/amdgpu: fix preamble handling

2018-08-21 Thread Alex Deucher
On Tue, Aug 21, 2018 at 9:11 AM Christian König wrote: > > At this point the command submission can still be interrupted. > > Signed-off-by: Christian König Acked-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 16 +--- > 1 file changed, 9 insertions(+), 7

[PATCH] drm/amdgpu: fix preamble handling

2018-08-21 Thread Christian König
At this point the command submission can still be interrupted. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c