]> git.karo-electronics.de Git - linux-beck.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)
commit535b2f5e12d0b04a3f34c70edcbcd43993c27f3a
treea343fdb8960ece67525bd8cdc24b5c70326e0d27
parent30b0da8d556e65ff935a56cd82c05ba0516d3e4a
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