]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Update VBT data structures to have MIPI block enhancements
authorShobhit Kumar <shobhit.kumar@intel.com>
Fri, 28 Feb 2014 05:48:46 +0000 (11:18 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 5 Mar 2014 20:30:12 +0000 (21:30 +0100)
commit405f73fe1eed9b4a763293855acea8691d28b108
tree6b8ce4ca7abf5bde1f003e56615fc3f47f7fd4d4
parent098767ceb0164f2dc2d0f03a2e6759a8f1a1a0a0
drm/i915: Update VBT data structures to have MIPI block enhancements

MIPI Block #52 which provides configuration details for the MIPI panel
including dphy settings as per panel and tcon specs

Block #53 gives information on panel enable sequences

v2: Address review comemnts from Jani
    - Move panel ids from intel_dsi.h to intel_bios.h
    - bdb_mipi_config structure improvements for cleaner code
    - Adding units for the pps delays, all in ms
    - change data structure to be more cleaner and simple

v3: Corrected the unit for pps delays as 100us

Signed-off-by: Shobhit Kumar <shobhit.kumar@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_bios.c
drivers/gpu/drm/i915/intel_bios.h