OSDN Git Service

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)
commita3e7738d577162557e03176aed1594746fc2388e
tree7359abe54a6129b2afef1ab8aeb7a91e1009dd58
parent5a6bfe0960c4352aedfa14a948795d8a55fdd9bb
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