]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/nouveau: Don't WARN_ON VCPI allocation failures
authorLyude Paul <lyude@redhat.com>
Mon, 28 Jan 2019 21:03:50 +0000 (16:03 -0500)
committerKhalid Elmously <khalid.elmously@canonical.com>
Thu, 26 Sep 2019 04:34:52 +0000 (00:34 -0400)
commitaf21548d11adedb4b8e28e5dc5c78c7422a2de23
tree42c01f4c0f4f9dd11d1b1c9492a92e885e7c802f
parent49d683c892111403319829c22274332f218c7de5
drm/nouveau: Don't WARN_ON VCPI allocation failures

BugLink: https://bugs.launchpad.net/bugs/1844558
[ Upstream commit b513a18cf1d705bd04efd91c417e79e4938be093 ]

This is much louder then we want. VCPI allocation failures are quite
normal, since they will happen if any part of the modesetting process is
interrupted by removing the DP MST topology in question. So just print a
debugging message on VCPI failures instead.

Signed-off-by: Lyude Paul <lyude@redhat.com>
Fixes: f479c0ba4a17 ("drm/nouveau/kms/nv50: initial support for DP 1.2 multi-stream")
Cc: Ben Skeggs <bskeggs@redhat.com>
Cc: dri-devel@lists.freedesktop.org
Cc: nouveau@lists.freedesktop.org
Cc: <stable@vger.kernel.org> # v4.10+
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/gpu/drm/nouveau/nv50_display.c