[Intel-gfx] [PATCH 1/8] drm/i915: Fix cmdparser drm.debug
Chris Wilson
chris at chris-wilson.co.uk
Thu Jan 2 10:54:15 UTC 2020
Quoting Jani Nikula (2020-01-02 09:56:05)
> On Sat, 07 Dec 2019, Chris Wilson <chris at chris-wilson.co.uk> wrote:
> > The cmdparser rejection debug is not for driver development, but for the
> > user, for which we use a plain DRM_DEBUG().
>
> ...
>
> > - DRM_DEBUG_DRIVER("CMD: Abnormal rcs cmd length! 0x%08X\n", cmd_header);
> > + DRM_DEBUG("CMD: Abnormal rcs cmd length! 0x%08X\n", cmd_header);
>
> That's not what the documentation says about the difference between
> DRM_DEBUG and DRM_DEBUG_DRIVER.
Please note these have nothing to do with debugging the driver in any
form whatsoever.
-Chris
More information about the Intel-gfx
mailing list