From: Shobhit Kumar <shobhit.kumar@intel.com>
To: intel-gfx <intel-gfx@lists.freedesktop.org>
Cc: Jani Nikula <jani.nikula@intel.com>
Subject: [v2 0/2] Support for new MIPI Blocks in VBT
Date: Thu, 20 Feb 2014 16:46:39 +0530 [thread overview]
Message-ID: <1392895001-26055-1-git-send-email-shobhit.kumar@intel.com> (raw)
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.
v2: Address review comments from Jani Nikula
- update datastructures and related code to enable cleaner and simpler code
- using kmemdup instead of kmalloc and memcpy
- Proper error detection during parsing MIPI sequence block
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 | 164 ++++++++++++++++++++++++++++--
drivers/gpu/drm/i915/intel_bios.h | 208 ++++++++++++++++++++++++++++++++------
3 files changed, 343 insertions(+), 35 deletions(-)
--
1.8.3.2
next reply other threads:[~2014-02-20 11:17 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-20 11:16 Shobhit Kumar [this message]
2014-02-20 11:16 ` [v2 1/2] drm/i915: Update VBT data structures to have MIPI block enhancements Shobhit Kumar
2014-02-27 14:48 ` Jani Nikula
2014-02-28 5:25 ` Shobhit Kumar
2014-02-28 5:48 ` [PATCH] " Shobhit Kumar
2014-03-05 12:52 ` Daniel Vetter
2014-02-20 11:16 ` [v2 2/2] drm/i915: Add parsing support for new MIPI blocks in VBT Shobhit Kumar
2014-02-28 12:34 ` Jani Nikula
2014-04-14 5:30 ` [PATCH v3] " Shobhit Kumar
2014-04-14 7:02 ` Daniel Vetter
2014-04-14 7:54 ` Kumar, Shobhit
2014-04-14 9:05 ` Daniel Vetter
2014-04-14 9:55 ` Kumar, Shobhit
2014-04-15 8:24 ` [PATCH] drm/i915: Code cleanup patch to fix checkpatch errors Shobhit Kumar
2014-04-15 19:46 ` Daniel Vetter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1392895001-26055-1-git-send-email-shobhit.kumar@intel.com \
--to=shobhit.kumar@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox