[Intel-gfx] [PATCH] drm/i915: demote opregion excessive timeout WARN_ONCE to DRM_INFO

2014-01-31 Thread Jani Nikula
The WARN is a bit too verbose, make it a DRM_INFO that gets printed once. While at it, fix the typo in DSLP. Suggested-by: Chris Wilson ch...@chris-wilson.co.uk Signed-off-by: Jani Nikula jani.nik...@intel.com --- drivers/gpu/drm/i915/intel_opregion.c |6 +- 1 file changed, 5

Re: [Intel-gfx] [PATCH] drm/i915: demote opregion excessive timeout WARN_ONCE to DRM_INFO

2014-01-31 Thread Chris Wilson
On Fri, Jan 31, 2014 at 01:55:47PM +0200, Jani Nikula wrote: On Fri, 31 Jan 2014, Chris Wilson ch...@chris-wilson.co.uk wrote: On Fri, Jan 31, 2014 at 01:41:08PM +0200, Jani Nikula wrote: The WARN is a bit too verbose, make it a DRM_INFO that gets printed once. While at it, fix the

Re: [Intel-gfx] [PATCH] drm/i915: demote opregion excessive timeout WARN_ONCE to DRM_INFO

2014-01-31 Thread Jani Nikula
On Fri, 31 Jan 2014, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Fri, Jan 31, 2014 at 01:41:08PM +0200, Jani Nikula wrote: The WARN is a bit too verbose, make it a DRM_INFO that gets printed once. While at it, fix the typo in DSLP. Suggested-by: Chris Wilson

Re: [Intel-gfx] [PATCH] drm/i915: demote opregion excessive timeout WARN_ONCE to DRM_INFO

2014-01-31 Thread Jani Nikula
On Fri, 31 Jan 2014, Chris Wilson ch...@chris-wilson.co.uk wrote: On Fri, Jan 31, 2014 at 01:41:08PM +0200, Jani Nikula wrote: The WARN is a bit too verbose, make it a DRM_INFO that gets printed once. While at it, fix the typo in DSLP. Suggested-by: Chris Wilson ch...@chris-wilson.co.uk

Re: [Intel-gfx] [PATCH] drm/i915: demote opregion excessive timeout WARN_ONCE to DRM_INFO

2014-01-31 Thread Ville Syrjälä
On Fri, Jan 31, 2014 at 03:21:27PM +0200, Jani Nikula wrote: On Fri, 31 Jan 2014, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Fri, Jan 31, 2014 at 01:41:08PM +0200, Jani Nikula wrote: The WARN is a bit too verbose, make it a DRM_INFO that gets printed once. While at it, fix

Re: [Intel-gfx] [PATCH] drm/i915: demote opregion excessive timeout WARN_ONCE to DRM_INFO

2014-01-31 Thread Chris Wilson
On Fri, Jan 31, 2014 at 01:41:08PM +0200, Jani Nikula wrote: The WARN is a bit too verbose, make it a DRM_INFO that gets printed once. While at it, fix the typo in DSLP. Suggested-by: Chris Wilson ch...@chris-wilson.co.uk Signed-off-by: Jani Nikula jani.nik...@intel.com ---