]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/guc: downgrade some DRM_ERROR() messages to DRM_WARN()
authorDave Gordon <david.s.gordon@intel.com>
Thu, 18 Aug 2016 17:17:23 +0000 (18:17 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Mon, 5 Sep 2016 15:05:01 +0000 (16:05 +0100)
commitb83a6995f3efefdca4b17797d4a0bce7c96bdca5
treea343fdb8960ece67525bd8cdc24b5c70326e0d27
parent86105cf337cc91f9552d497855be62f589ab33b6
drm/i915/guc: downgrade some DRM_ERROR() messages to DRM_WARN()

Where we're going to continue regardless of the problem, rather than
fail, then the message should be a WARNing rather than an ERROR.

Signed-off-by: Dave Gordon <david.s.gordon@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
drivers/gpu/drm/i915/i915_guc_submission.c