drm/i915: demote opregion excessive timeout WARN_ONCE to DRM_INFO_ONCE
authorJani Nikula <jani.nikula@intel.com>
Fri, 31 Jan 2014 13:49:08 +0000 (15:49 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 4 Feb 2014 20:10:45 +0000 (21:10 +0100)
commitbdde5c6a258a702bdfa7d1f4ae804a7bc405e788
tree92c603e704b9e0c1e04b4b47583158b31bb38dae
parent48b8f6315a6a230f859fcae8ef4a0ccf4f48e802
drm/i915: demote opregion excessive timeout WARN_ONCE to DRM_INFO_ONCE

The WARN_ONCE is a bit too verbose, make it a DRM_INFO_ONCE.

While at it, add a #define for MAX_DSLP and make the message a bit more
informative.

v2: use DRM_INFO_ONCE, add MAX_DSLP, pimp the message.

Suggested-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_opregion.c