OSDN Git Service

drm/syncobj: Tune down unordered timeline DRM_ERROR
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 1 Aug 2020 09:26:25 +0000 (11:26 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 2 Aug 2020 13:22:31 +0000 (15:22 +0200)
commit70eca5d5d3e1a8139df918fe104dc63a37554789
tree667e6dcdcf7adddbfe33718c6f887365d37a0713
parent0986191186128b10b6bbfa5220fc587ed5725e49
drm/syncobj: Tune down unordered timeline DRM_ERROR

Userspace can provoke this, we generally don't allow userspace to spam
dmesg. Tune it down to debug. Unfortunately we don't have easy access
to the drm_device here (not at all without changing a few things), so
leave it as old style dmesg output for now.

References: https://patchwork.freedesktop.org/series/80146/
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Cc: "Christian König" <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200801092625.1107609-1-daniel.vetter@ffwll.ch
drivers/gpu/drm/drm_syncobj.c