Re: [PATCH] drm/amdgpu: Only clear dumb buffers if ring is enabled

2019-03-11 Thread Christian König
Am 11.03.19 um 19:16 schrieb Nicholas Kazlauskas: The buffers should be cleared when possible but we also don't want buffer creation to fail in the rare case where the ring isn't ready during the call. This could happen during some suspend/resume sequences. Cc: Christian König Signed-off-by: Ni

[PATCH] drm/amdgpu: Only clear dumb buffers if ring is enabled

2019-03-11 Thread Nicholas Kazlauskas
The buffers should be cleared when possible but we also don't want buffer creation to fail in the rare case where the ring isn't ready during the call. This could happen during some suspend/resume sequences. Cc: Christian König Signed-off-by: Nicholas Kazlauskas --- drivers/gpu/drm/amd/amdgpu/a