public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Support for new MIPI Blocks in VBT
@ 2014-02-13  6:27 Shobhit Kumar
  2014-02-13  6:27 ` [PATCH 1/2] drm/i915: Update VBT data structures to have MIPI block enhancements Shobhit Kumar
  2014-02-13  6:27 ` [PATCH 2/2] drm/i915: Add parsing support for new MIPI blocks in VBT Shobhit Kumar
  0 siblings, 2 replies; 8+ messages in thread
From: Shobhit Kumar @ 2014-02-13  6:27 UTC (permalink / raw)
  To: intel-gfx; +Cc: Jani Nikula

Hi,
To support a plethora of MIPI panels, the VBT has been enhanced to support
multiple panels in a generic manner. This involves adding one MIPI configuration
block (#52) which provide all panel specific configuration data along with the 
dphy configuration information as per panel/tcon specs. Also a sequence (#53) block 
is added to provide required sequences for panel enabling.

The driver will use this parsed data to enable the panel which is described in these
two block. The i-g-t tool intel_parse_bios changes to parse these new block is WIP.

The generic driver will be as one of sub-encoder driver in the existing design to support 
MIPI. Followup patches for this driver will come next.

Regards
Shobhit

Shobhit Kumar (2):
  drm/i915: Update VBT data structures to have MIPI block enhancements
  drm/i915: Add parsing support for new MIPI blocks in VBT

 drivers/gpu/drm/i915/i915_drv.h   |   6 ++
 drivers/gpu/drm/i915/intel_bios.c | 178 ++++++++++++++++++++++++++++++++++--
 drivers/gpu/drm/i915/intel_bios.h | 186 ++++++++++++++++++++++++++++++++------
 drivers/gpu/drm/i915/intel_dsi.h  |   3 +
 4 files changed, 340 insertions(+), 33 deletions(-)

-- 
1.8.3.2

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-02-13 14:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-13  6:27 [PATCH 0/2] Support for new MIPI Blocks in VBT Shobhit Kumar
2014-02-13  6:27 ` [PATCH 1/2] drm/i915: Update VBT data structures to have MIPI block enhancements Shobhit Kumar
2014-02-13  7:17   ` Jani Nikula
2014-02-13  8:20     ` Shobhit Kumar
2014-02-13  8:33       ` Jani Nikula
2014-02-13 14:41   ` Jani Nikula
2014-02-13  6:27 ` [PATCH 2/2] drm/i915: Add parsing support for new MIPI blocks in VBT Shobhit Kumar
2014-02-13 14:58   ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox