Re: [PATCH 6/7] drm/amdgpu: remove job->adev

2018-07-17 Thread Christian König
Am 16.07.2018 um 17:50 schrieb Michel Dänzer: On 2018-07-13 05:19 PM, Christian König wrote: We can get that from the ring. Signed-off-by: Christian König This change introduced the attached oops when running the piglit max-texture-size test, after which the test process hangs. Note that

Re: [PATCH 6/7] drm/amdgpu: remove job->adev

2018-07-16 Thread Michel Dänzer
On 2018-07-13 05:19 PM, Christian König wrote: > We can get that from the ring. > > Signed-off-by: Christian König This change introduced the attached oops when running the piglit max-texture-size test, after which the test process hangs. Note that the test always triggers the out of memory

[PATCH 6/7] drm/amdgpu: remove job->adev

2018-07-13 Thread Christian König
We can get that from the ring. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 13 ++--- drivers/gpu/drm/amd/amdgpu/amdgpu_job.h | 1 - 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c