[PATCH 2/2] drm/i915: demote opregion excessive timeout WARN_ONCE to DRM_INFO_ONCE

2014-02-04 Thread Daniel Vetter
On Fri, Jan 31, 2014 at 01:48:39PM +, Chris Wilson wrote: > On Fri, Jan 31, 2014 at 03:49:08PM +0200, Jani Nikula wrote: > > 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

[PATCH 2/2] drm/i915: demote opregion excessive timeout WARN_ONCE to DRM_INFO_ONCE

2014-01-31 Thread Jani Nikula
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 Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_opregio

[PATCH 2/2] drm/i915: demote opregion excessive timeout WARN_ONCE to DRM_INFO_ONCE

2014-01-31 Thread Chris Wilson
On Fri, Jan 31, 2014 at 03:49:08PM +0200, Jani Nikula wrote: > 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: Chri