intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com
Subject: [PATCH v11 00/23] drm/i915/icl: dsi enabling
Date: Thu, 29 Nov 2018 16:12:15 +0200	[thread overview]
Message-ID: <cover.1543500285.git.jani.nikula@intel.com> (raw)

v11 of [1], incorporating DSI PLL work [2] from Vandita as well as PLL
mapping and gating patches [3] from me and [4] from Imre.

It made sense to squash some patches in [1] and [2] together, I've tried
to set authorship and co-developed-by tags fairly.

The series is also available in icl-dsi-2018-11-29 branch of my fdo git
repo [5].


BR,
Jani.


[1] https://patchwork.freedesktop.org/series/51011/
[2] https://patchwork.freedesktop.org/series/51373/
[3] http://patchwork.freedesktop.org/patch/msgid/20181129115715.9152-1-jani.nikula@intel.com
[4] http://patchwork.freedesktop.org/patch/msgid/20181127163606.28841-1-imre.deak@intel.com
[5] https://cgit.freedesktop.org/~jani/drm/


Imre Deak (1):
  drm/i915/icl: Sanitize DDI port clock gating for DSI ports

Jani Nikula (4):
  drm/i915/icl: push pll to port mapping/unmapping to ddi encoder hooks
  drm/i915/icl: add dummy DSI GPIO element execution function
  drm/i915/icl: add pll mapping for DSI
  HACK: drm/i915/bios: ignore VBT not overflowing the mailbox

Madhav Chauhan (16):
  drm/i915/icl: Calculate DPLL params for DSI
  drm/i915/icl: Allocate DSI encoder/connector
  drm/i915/icl: Fill DSI ports info
  drm/i915/icl: Allocate DSI hosts and imlement host transfer
  drm/i915/icl: Get HW state for DSI encoder
  drm/i915/icl: Add DSI encoder compute config hook
  drm/i915/icl: Configure DSI Dual link mode
  drm/i915/icl: Consider DSI for getting transcoder state
  drm/i915/icl: Get pipe timings for DSI
  drm/i915/icl: Define missing bitfield for shortplug reg
  drm/i915/icl: Define Panel power ctrl register
  drm/i915/icl: Define display GPIO pins for DSI
  drm/i915/icl: Gate clocks for DSI
  drm/i915/icl: Ungate DSI clocks
  HACK: drm/i915/icl: Add changes to program DSI panel GPIOs
  HACK: drm/i915/icl: Configure backlight functions for DSI

Vandita Kulkarni (2):
  drm/i915/icl: Use the same pll functions for dsi
  drm/i915/icl: Add get config functionality for DSI

 drivers/gpu/drm/i915/i915_reg.h       |  12 +
 drivers/gpu/drm/i915/icl_dsi.c        | 492 +++++++++++++++++++++++++++++++++-
 drivers/gpu/drm/i915/intel_bios.c     |   1 -
 drivers/gpu/drm/i915/intel_ddi.c      | 153 ++++++-----
 drivers/gpu/drm/i915/intel_display.c  |  44 +--
 drivers/gpu/drm/i915/intel_dpll_mgr.c |   3 +-
 drivers/gpu/drm/i915/intel_drv.h      |   8 +-
 drivers/gpu/drm/i915/intel_dsi.h      |   5 +
 drivers/gpu/drm/i915/intel_dsi_vbt.c  |  58 +++-
 drivers/gpu/drm/i915/intel_panel.c    |   3 +-
 10 files changed, 674 insertions(+), 105 deletions(-)

-- 
2.11.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

             reply	other threads:[~2018-11-29 14:12 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-29 14:12 Jani Nikula [this message]
2018-11-29 14:12 ` [PATCH v11 01/23] drm/i915/icl: push pll to port mapping/unmapping to ddi encoder hooks Jani Nikula
2018-11-30 13:39   ` Madhav Chauhan
2018-11-29 14:12 ` [PATCH v11 02/23] drm/i915/icl: Sanitize DDI port clock gating for DSI ports Jani Nikula
2018-11-29 14:12 ` [PATCH v11 03/23] drm/i915/icl: Calculate DPLL params for DSI Jani Nikula
2018-11-29 14:12 ` [PATCH v11 04/23] drm/i915/icl: Allocate DSI encoder/connector Jani Nikula
2018-11-29 14:12 ` [PATCH v11 05/23] drm/i915/icl: Use the same pll functions for dsi Jani Nikula
2018-11-29 14:12 ` [PATCH v11 06/23] drm/i915/icl: Fill DSI ports info Jani Nikula
2018-11-29 14:12 ` [PATCH v11 07/23] drm/i915/icl: Allocate DSI hosts and imlement host transfer Jani Nikula
2018-11-29 14:12 ` [PATCH v11 08/23] drm/i915/icl: Add get config functionality for DSI Jani Nikula
2018-11-29 14:12 ` [PATCH v11 09/23] drm/i915/icl: Get HW state for DSI encoder Jani Nikula
2018-11-29 14:12 ` [PATCH v11 10/23] drm/i915/icl: Add DSI encoder compute config hook Jani Nikula
2018-11-29 14:12 ` [PATCH v11 11/23] drm/i915/icl: Configure DSI Dual link mode Jani Nikula
2018-11-29 14:12 ` [PATCH v11 12/23] drm/i915/icl: Consider DSI for getting transcoder state Jani Nikula
2018-11-29 14:12 ` [PATCH v11 13/23] drm/i915/icl: Get pipe timings for DSI Jani Nikula
2018-11-29 14:12 ` [PATCH v11 14/23] drm/i915/icl: Define missing bitfield for shortplug reg Jani Nikula
2018-11-29 14:12 ` [PATCH v11 15/23] drm/i915/icl: Define Panel power ctrl register Jani Nikula
2018-11-29 14:12 ` [PATCH v11 16/23] drm/i915/icl: Define display GPIO pins for DSI Jani Nikula
2018-11-29 14:12 ` [PATCH v11 17/23] drm/i915/icl: add dummy DSI GPIO element execution function Jani Nikula
2018-11-30 13:44   ` Madhav Chauhan
2018-11-29 14:12 ` [PATCH v11 18/23] drm/i915/icl: Gate clocks for DSI Jani Nikula
2018-11-29 14:12 ` [PATCH v11 19/23] drm/i915/icl: Ungate DSI clocks Jani Nikula
2018-11-29 14:12 ` [PATCH v11 20/23] drm/i915/icl: add pll mapping for DSI Jani Nikula
2018-11-30 14:08   ` Madhav Chauhan
2018-12-03  9:43   ` [PATCH " Jani Nikula
2018-11-29 14:12 ` [PATCH v11 21/23] HACK: drm/i915/icl: Add changes to program DSI panel GPIOs Jani Nikula
2018-11-29 14:12 ` [PATCH v11 22/23] HACK: drm/i915/icl: Configure backlight functions for DSI Jani Nikula
2018-11-29 14:12 ` [PATCH v11 23/23] HACK: drm/i915/bios: ignore VBT not overflowing the mailbox Jani Nikula
2018-11-30 14:10   ` Madhav Chauhan
2018-11-29 14:50 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/icl: dsi enabling (rev6) Patchwork
2018-11-29 14:57 ` ✗ Fi.CI.SPARSE: " Patchwork
2018-11-29 15:16 ` ✓ Fi.CI.BAT: success " Patchwork
2018-11-30  3:05 ` ✓ Fi.CI.IGT: " Patchwork
2018-12-03 11:16 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/icl: dsi enabling (rev7) Patchwork
2018-12-03 11:23 ` ✗ Fi.CI.SPARSE: " Patchwork
2018-12-03 11:40 ` ✓ Fi.CI.BAT: success " Patchwork
2018-12-03 14:08 ` [PATCH v11 00/23] drm/i915/icl: dsi enabling Jani Nikula
2018-12-04  7:40   ` Chauhan, Madhav
2018-12-04 16:26     ` Lisovskiy, Stanislav
2018-12-04 17:13       ` Jani Nikula
2018-12-05  7:49         ` Lisovskiy, Stanislav
2018-12-05  8:25           ` Lisovskiy, Stanislav
2018-12-05  8:35             ` Jani Nikula
2018-12-05  8:48               ` Lisovskiy, Stanislav
2018-12-05  8:54                 ` Chauhan, Madhav
2018-12-07  9:05                   ` Lisovskiy, Stanislav
2018-12-03 14:09 ` ✓ Fi.CI.IGT: success for drm/i915/icl: dsi enabling (rev7) Patchwork

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=cover.1543500285.git.jani.nikula@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /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;
as well as URLs for NNTP newsgroup(s).