Commit 57d7f9b6 authored by jimqu's avatar jimqu Committed by Alex Deucher
Browse files

drm/amdgpu: avoid drm error log during S3 on RHEL7.3

parent e6b2a7d2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -519,6 +519,7 @@ static int amdgpu_cs_parser_bos(struct amdgpu_cs_parser *p,
		r = ttm_eu_reserve_buffers(&p->ticket, &p->validated, true,
					   &duplicates);
		if (unlikely(r != 0)) {
			if (r != -ERESTARTSYS)
				DRM_ERROR("ttm_eu_reserve_buffers failed.\n");
			goto error_free_pages;
		}