All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] DSI Command mode(DBI mode) enabling on CHT
@ 2015-09-29 21:53 Gaurav K Singh
  2015-09-29 21:53 ` [PATCH 01/14] drm/i915: allocate DMA region for mipi dbi cmd buffer Gaurav K Singh
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Gaurav K Singh @ 2015-09-29 21:53 UTC (permalink / raw)
  To: intel-gfx; +Cc: m.deepak, suryanarayana.r.sangani, rakshmi.bhatia

Hi,

These set of patches are for enabling DSI command mode on CHT. Command Mode refers to
an operation in which transactions primarily take the form of sending commands
and data to a peripheral that incorporates a display controller. The display
controller may include local registers and a frame buffer. The host processor
indirectly controls activity at the peripheral by sending commands, parameters
and data to the display controller.

Sink refreshes from its local frame buffer. Image updates require Source to write
new data into the frame buffer which Source sends in the form of command + payload.

The command mode panel we have here is 1080 x 1920. For this panel, features like support of
i2c transactions for sending backlight on sequence, VBT version 3 patches, GPIO configuration
changes for CHT are required. The same has been floated as part of different patch series.
Floating the command mode enabling patches separately to start with the review. These patches
have been rebased on top of BXT MIPI, BXT dual link changes.

Regards
Gaurav

Gaurav K Singh (14):
  drm/i915: allocate DMA region for mipi dbi cmd buffer
  drm/i915: Add support for TEAR ON Sequence
  drm/i915: Add functions for dcs memory write cmd
  drm/i915: Calculate bw timer for mipi DBI interface
  drm/i915: Use the bpp value wrt the pixel format
  drm/i915: Disable vlank interrupt for disabling MIPI cmd mode
  drm/i915: Disable MIPI display self refresh mode
  drm/i915: Disable Tearing effect trigger by GPIO pin
  drm/i915: Changes for command mode preparation
  drm/i915: Enable Tearing effect trigger by GPIO pin
  drm/i915: Enable MIPI display self refresh mode
  drm/i915: Generalize DSI enable function
  drm/i915: Reset the display hw if vid mode to cmd mode
  drm/i915: send one frame after enabling mipi cmd mode

 drivers/gpu/drm/i915/i915_drv.h            |    1 +
 drivers/gpu/drm/i915/i915_reg.h            |    1 +
 drivers/gpu/drm/i915/intel_bios.h          |    2 +
 drivers/gpu/drm/i915/intel_display.c       |   98 ++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_drv.h           |   10 +++
 drivers/gpu/drm/i915/intel_dsi.c           |  121 +++++++++++++++++++++++++---
 drivers/gpu/drm/i915/intel_dsi.h           |    3 +
 drivers/gpu/drm/i915/intel_dsi_panel_vbt.c |   34 +++++++-
 8 files changed, 255 insertions(+), 15 deletions(-)

-- 
1.7.9.5

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

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

end of thread, other threads:[~2015-10-05 12:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-29 21:53 [PATCH 00/14] DSI Command mode(DBI mode) enabling on CHT Gaurav K Singh
2015-09-29 21:53 ` [PATCH 01/14] drm/i915: allocate DMA region for mipi dbi cmd buffer Gaurav K Singh
2015-09-29 21:53 ` [PATCH 02/14] drm/i915: Add support for TEAR ON Sequence Gaurav K Singh
2015-09-29 21:54 ` [PATCH 03/14] drm/i915: Add functions for dcs memory write cmd Gaurav K Singh
2015-10-05 12:45   ` Jani Nikula
2015-09-29 21:54 ` [PATCH 04/14] drm/i915: Calculate bw timer for mipi DBI interface Gaurav K Singh
2015-09-29 21:54 ` [PATCH 05/14] drm/i915: Use the bpp value wrt the pixel format Gaurav K Singh
2015-09-29 21:54 ` [PATCH 06/14] drm/i915: Disable vlank interrupt for disabling MIPI Gaurav K Singh
2015-09-29 21:54 ` [PATCH 07/14] drm/i915: Disable MIPI display self refresh mode Gaurav K Singh
2015-09-29 21:54 ` [PATCH 08/14] drm/i915: Disable Tearing effect trigger by GPIO pin Gaurav K Singh
2015-09-29 21:54 ` [PATCH 09/14] drm/i915: Changes for command mode preparation Gaurav K Singh
2015-09-29 21:54 ` [PATCH 10/14] drm/i915: Enable Tearing effect trigger by GPIO pin Gaurav K Singh
2015-09-29 21:54 ` [PATCH 11/14] drm/i915: Enable MIPI display self refresh mode Gaurav K Singh
2015-09-29 21:54 ` [PATCH 12/14] drm/i915: Generalize DSI enable function Gaurav K Singh
2015-09-29 21:54 ` [PATCH 13/14] drm/i915: Reset the display hw if vid mode to cmd mode Gaurav K Singh
2015-09-29 21:54 ` [PATCH 14/14] drm/i915: send one frame after enabling mipi " Gaurav K Singh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.