]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
amdgpu: Don't use DRM_ERROR when failing to allocate a BO
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_gem.c
index e87eedcc0da9d5363d7742782281683d6bb842dd..3ad4cf0f22f84e50d33a26369727266491f2360d 100644 (file)
@@ -72,7 +72,7 @@ retry:
                                initial_domain |= AMDGPU_GEM_DOMAIN_GTT;
                                goto retry;
                        }
-                       DRM_ERROR("Failed to allocate GEM object (%ld, %d, %u, %d)\n",
+                       DRM_DEBUG("Failed to allocate GEM object (%ld, %d, %u, %d)\n",
                                  size, initial_domain, alignment, r);
                }
                return r;
This page took 0.035727 seconds and 4 git commands to generate.