drm/i915: Silence "unexpected child device config size" for VBT on 845g
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 1 Jun 2016 17:08:43 +0000 (18:08 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 2 Jun 2016 11:14:37 +0000 (12:14 +0100)
commitfa05178c5dc3d1a3ad370f101cad01cf9dd3bbf9
treead2d26777b1c369a274793b028ba11d2d223af7d
parent5599617ec0719dba3b1f85a4abca2a6c93368ae3
drm/i915: Silence "unexpected child device config size" for VBT on 845g

My old 845g complains that the child_device_size inside its VBT,
version 110, is incorrect. Let's fiddle with the version matching such
that it works with this VBT (i.e. treat BIOS v110 as having the same size
as v108).

Fixes [drm:intel_bios_init] *ERROR* Unexpected child device config
size 27 (expected 33 for VBT version 110)

Whether this is correct, no one knows - but it works for this particular
machine.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1464800923-6054-1-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_bios.c