commit | bdde5c6a258a702bdfa7d1f4ae804a7bc405e788 | [log] [tgz] |
---|---|---|
author | Jani Nikula <jani.nikula@intel.com> | Fri Jan 31 15:49:08 2014 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Feb 04 21:10:45 2014 +0100 |
tree | 92c603e704b9e0c1e04b4b47583158b31bb38dae | |
parent | 48b8f6315a6a230f859fcae8ef4a0ccf4f48e802 [diff] |
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>