drm/i915/bios: split the MIPI DSI VBT block parsing to two
authorJani Nikula <jani.nikula@intel.com>
Mon, 21 Dec 2015 13:10:54 +0000 (15:10 +0200)
committerJani Nikula <jani.nikula@intel.com>
Tue, 5 Jan 2016 12:57:04 +0000 (14:57 +0200)
commit0f8689f5bb569d2ff19f5248b2d3940ad6d35504
tree715849e2d2e8fc0069ddd1c9657ac5423f67f5b2
parent513485fd10b17bd6870379ef9fff397419f20798
drm/i915/bios: split the MIPI DSI VBT block parsing to two

There's two blocks to parse, have one function per block. The existing
one cuts neatly into two.

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/6c9598e2b4d07e8d264617cdfe8b6527a74261f7.1450702954.git.jani.nikula@intel.com
drivers/gpu/drm/i915/intel_bios.c