mbox series

[V13,0/5] Add support for mipi dsi cmd mode

Message ID 20200922134426.9840-1-vandita.kulkarni@intel.com (mailing list archive)
Headers show
Series Add support for mipi dsi cmd mode | expand

Message

Kulkarni, Vandita Sept. 22, 2020, 1:44 p.m. UTC
This series contain interrupt handling part of cmd mode.
Configuration patches were merged already.

v10: Address the review comments on patch 3 and 4
v11: fix compilation issue introduced in v10
v12: fix check patch errors on patch 3
v13: Use sw vblank counter (Ville)

Vandita Kulkarni (5):
  drm/i915/dsi: Add details about TE in get_config
  i915/dsi: Configure TE interrupt for cmd mode
  drm/i915/dsi: Add TE handler for dsi cmd mode.
  drm/i915/dsi: Initiate fame request in cmd mode
  drm/i915/dsi: Enable software vblank counter

 drivers/gpu/drm/i915/display/icl_dsi.c       |  56 +++++++--
 drivers/gpu/drm/i915/display/intel_display.c |  21 ++++
 drivers/gpu/drm/i915/display/intel_dsi.h     |   1 +
 drivers/gpu/drm/i915/i915_irq.c              | 119 ++++++++++++++++++-
 4 files changed, 183 insertions(+), 14 deletions(-)

Comments

Jani Nikula Sept. 23, 2020, 8:25 a.m. UTC | #1
On Tue, 22 Sep 2020, Vandita Kulkarni <vandita.kulkarni@intel.com> wrote:
> This series contain interrupt handling part of cmd mode.
> Configuration patches were merged already.
>
> v10: Address the review comments on patch 3 and 4
> v11: fix compilation issue introduced in v10
> v12: fix check patch errors on patch 3
> v13: Use sw vblank counter (Ville)

Ville, I'd merge this unless you have further comments.

BR,
Jani.


>
> Vandita Kulkarni (5):
>   drm/i915/dsi: Add details about TE in get_config
>   i915/dsi: Configure TE interrupt for cmd mode
>   drm/i915/dsi: Add TE handler for dsi cmd mode.
>   drm/i915/dsi: Initiate fame request in cmd mode
>   drm/i915/dsi: Enable software vblank counter
>
>  drivers/gpu/drm/i915/display/icl_dsi.c       |  56 +++++++--
>  drivers/gpu/drm/i915/display/intel_display.c |  21 ++++
>  drivers/gpu/drm/i915/display/intel_dsi.h     |   1 +
>  drivers/gpu/drm/i915/i915_irq.c              | 119 ++++++++++++++++++-
>  4 files changed, 183 insertions(+), 14 deletions(-)