Re: [PATCH] drm/vgem: Reclassify buffer creation debug message

2019-07-12 Thread Chris Wilson
Quoting Daniel Vetter (2019-07-12 13:51:58) > On Fri, Jul 12, 2019 at 2:01 PM Chris Wilson wrote: > > > > A buffer is created in response to the user ioctl, it should therefore > > be a plain DRM_DEBUG() message to reflect it being a user invoked > > response and not a driver construct. > > > > Th

Re: [PATCH] drm/vgem: Reclassify buffer creation debug message

2019-07-12 Thread Daniel Vetter
On Fri, Jul 12, 2019 at 2:01 PM Chris Wilson wrote: > > A buffer is created in response to the user ioctl, it should therefore > be a plain DRM_DEBUG() message to reflect it being a user invoked > response and not a driver construct. > > This is just to make the commonplace drm.debug=[26e] quieter

[PATCH] drm/vgem: Reclassify buffer creation debug message

2019-07-12 Thread Chris Wilson
A buffer is created in response to the user ioctl, it should therefore be a plain DRM_DEBUG() message to reflect it being a user invoked response and not a driver construct. This is just to make the commonplace drm.debug=[26e] quieter when running with vgem. Signed-off-by: Chris Wilson Cc: Danie