]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: drop some validation failure messages
authorChristian König <christian.koenig@amd.com>
Fri, 17 May 2019 07:31:44 +0000 (09:31 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Jun 2019 16:52:03 +0000 (11:52 -0500)
commit59b4a74d37b793162d2da88c9558f8ead4d3a8d4
tree7359abe54a6129b2afef1ab8aeb7a91e1009dd58
parent2b35da8f72d3939fa45de75c48465b76b8c56c3e
drm/amdgpu: drop some validation failure messages

The messages about amdgpu_cs_list_validate are duplicated because the
caller will complain into the logs as well and we can also get
interrupted by a signal here.

Also fix the the caller to not report -EAGAIN from validation.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Tested-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c