]> git.baikalelectronics.ru Git - 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)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 19 Feb 2019 22:59:58 +0000 (08:59 +1000)
commitc52295453c09f74b200163ec12d3de924b9a4942
treed7eb7d35599dfe42f2ac8fa670de60bf4ccce129
parentb5b649104f731538da39e655f728ad309ce4bfdb
drm/nouveau: Don't WARN_ON VCPI allocation failures

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: 810c68f17dd6 ("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>
drivers/gpu/drm/nouveau/dispnv50/disp.c