OSDN Git Service

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)
commitea9a6bafcfdb4a7121d71dfb7090200d7260bca7
tree6b8ce4ca7abf5bde1f003e56615fc3f47f7fd4d4
parent8232644ccf099548710843e97360a3fcd6d28e04
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