OSDN Git Service

drm/i915: Fix cmdparser drm.debug
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 11 Dec 2019 11:04:33 +0000 (11:04 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 11 Dec 2019 22:40:38 +0000 (22:40 +0000)
commit8f1ada252028853f1c405fde28a13f641d7280f6
treef04abc6d5a180f387f260c4349a218d1889be460
parent972745fd577044ea153ec6d7899dcf9bb3c806e5
drm/i915: Fix cmdparser drm.debug

The cmdparser rejection debug is not for driver development, but for the
user, for which we use a plain DRM_DEBUG().

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191211110437.4082687-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_cmd_parser.c