commit | b84cf5363c2a529d154edca1f09402ac8df9995c | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Nov 21 11:31:09 2016 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Nov 21 11:46:27 2016 +0000 |
tree | b3dab1cdb55b7fc6563275cc0c4056dccde65f07 | |
parent | e9cbc4bd0140e1d4e0172e2fe8fe07ba278e5980 [diff] |
drm/i915: Use user, not driver, DRM_DEBUG for 2 context ioctls For user actions, such as the context ioctls, we prefer to use DRM_DEBUG rather than DRM_DEBUG_DRIVER as currently used. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20161121113109.1976-1-chris@chris-wilson.co.uk Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>