[Intel-gfx] [PATCH] drm/i915: Tone done *ERROR* for an expected VBT condition

Chris Wilson chris at chris-wilson.co.uk
Fri Jul 31 03:15:27 PDT 2015


Older VBT (e.g. gen2) have smaller child block defintions, so do not cry
wolf over an error that is outside of our control and is not an error
anyway.

Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
---
 drivers/gpu/drm/i915/intel_bios.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_bios.c b/drivers/gpu/drm/i915/intel_bios.c
index 2ff9eb00fdec..f8afbafa8e02 100644
--- a/drivers/gpu/drm/i915/intel_bios.c
+++ b/drivers/gpu/drm/i915/intel_bios.c
@@ -1023,7 +1023,7 @@ parse_device_mapping(struct drm_i915_private *dev_priv,
 		return;
 	}
 	if (p_defs->child_dev_size < sizeof(*p_child)) {
-		DRM_ERROR("General definiton block child device size is too small.\n");
+		DRM_DEBUG_KMS("General definiton block child device size is too small.\n");
 		return;
 	}
 	/* get the block size of general definitions */
-- 
2.5.0



More information about the Intel-gfx mailing list