[Intel-gfx] [PATCH 00/20] ICELAKE DSI DRIVER
Chauhan, Madhav
madhav.chauhan at intel.com
Wed Jun 27 06:32:05 UTC 2018
> -----Original Message-----
> From: Chauhan, Madhav
> Sent: Friday, June 15, 2018 3:51 PM
> To: intel-gfx at lists.freedesktop.org
> Cc: Nikula, Jani <jani.nikula at intel.com>; Zanoni, Paulo R
> <paulo.r.zanoni at intel.com>; Shankar, Uma <uma.shankar at intel.com>; Vivi,
> Rodrigo <rodrigo.vivi at intel.com>; Chauhan, Madhav
> <madhav.chauhan at intel.com>
> Subject: [PATCH 00/20] ICELAKE DSI DRIVER
>
> From ICELAKE platform onwards, new MIPI DSI IP controller is integrated to
> GPU/Display Engine and same could be extended for future Intel platforms
> as well.
> DSI IP controller supports MIPI DSI 1.3 and DPHY 1.2 specification.
>
> So, a new DSI driver has been added inside I915.
>
> Given below patches are the part of new DSI driver which implements BSPEC
> sequence till transcoder configuration. Rest of the patches (~45) will be
> published to GITHUB by mid next week and will share the GITHUB link here
> so that complete implementation can be looked at by reviewers.
Published remaining changes of v1 to GITHUB. Tree can be downloaded using:
git clone https://github.com/madhavchauhan/Intel-DSI-Driver.git
Regards,
Madhav
>
> Madhav Chauhan (20):
> drm/i915/icl: Define register for DSI PLL
> drm/i915/icl: Program DSI Escape clock Divider
> drm/i915/icl: Define DSI mode ctl register
> drm/i915/icl: Enable DSI IO power
> drm/i915/icl: Define PORT_CL_DW_10 register
> drm/i915/icl: Power down unused DSI lanes
> drm/i915/icl: Define AUX lane registers for Port A/B
> drm/i915/icl: Configure lane sequencing of combo phy transmitter
> drm/i915/icl: DSI vswing programming sequence
> drm/i915/icl: Enable DDI Buffer
> drm/i915/icl: Define T_INIT_MASTER registers
> drm/i915/icl: Program T_INIT_MASTER registers
> drm/i915/icl: Define data/clock lanes dphy timing registers
> drm/i915/icl: Program DSI clock and data lane timing params
> drm/i915/icl: Define TA_TIMING_PARAM registers
> drm/i915/icl: Program TA_TIMING_PARAM registers
> drm/i915/icl: Get DSI transcoder for a given port
> drm/i915/icl: Add macros for MMIO of DSI transcoder registers
> drm/i915/icl: Define TRANS_DSI_FUNC_CONF register
> drm/i915/icl: Configure DSI transcoders
>
> drivers/gpu/drm/i915/Makefile | 1 +
> drivers/gpu/drm/i915/i915_reg.h | 174 ++++++++++++++
> drivers/gpu/drm/i915/intel_display.h | 6 +-
> drivers/gpu/drm/i915/intel_dsi.h | 7 +
> drivers/gpu/drm/i915/intel_dsi_new.c | 455
> +++++++++++++++++++++++++++++++++++
> drivers/gpu/drm/i915/intel_dsi_vbt.c | 202 +++++++++++-----
> 6 files changed, 787 insertions(+), 58 deletions(-) create mode 100644
> drivers/gpu/drm/i915/intel_dsi_new.c
>
> --
> 2.7.4
More information about the Intel-gfx
mailing list