]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2971d55eb5e81ef8447bcfc42c4464dbe1526b26
tree92c603e704b9e0c1e04b4b47583158b31bb38dae
parent8cfd736be531472342ab4d70cdaf62a9294613bf
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