public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fixing last of few known issues in DSI and Burst mode Support
@ 2014-07-12 11:47 Shobhit Kumar
  2014-07-12 11:47 ` [PATCH 1/3] drm/i915: Add get_config implementation for DSI encoder Shobhit Kumar
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Shobhit Kumar @ 2014-07-12 11:47 UTC (permalink / raw)
  To: intel-gfx; +Cc: Jani Nikula, Daniel Vetter

Hi,
This pacth set addresses a couple WARN dumps as DSI encoder did not yet implement the
->get_config for state tracking. This is tried to be addressed here. Most likely I have
missed few things but atleast all WARNs are taken care of.

Also better check is added to ensure all data has been sent to the panel before going
ahead in the sequence of enabling/disabling of the panel by waiting for all FIFOs to
be empty. 

Another new feature is DSI BURST mode support. With this single link DSI Video mode
support in our driver will be complete. Next plan is Dual link video mode support.

Regards
Shobhit

Shobhit Kumar (3):
  drm/i915: Add get_config implementation for DSI encoder
  drm/i915: wait for all DSI FIFOs to be empty
  drm/i915: Add support for Video Burst Mode for MIPI DSI

 drivers/gpu/drm/i915/intel_bios.h          |  3 +-
 drivers/gpu/drm/i915/intel_display.c       |  7 +--
 drivers/gpu/drm/i915/intel_dsi.c           | 75 ++++++++++++++++++++++++++----
 drivers/gpu/drm/i915/intel_dsi.h           |  5 ++
 drivers/gpu/drm/i915/intel_dsi_cmd.c       | 16 +++++++
 drivers/gpu/drm/i915/intel_dsi_cmd.h       |  1 +
 drivers/gpu/drm/i915/intel_dsi_panel_vbt.c | 38 ++++++++++++++-
 drivers/gpu/drm/i915/intel_dsi_pll.c       | 13 +++---
 8 files changed, 137 insertions(+), 21 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2014-07-30 20:36 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-12 11:47 [PATCH 0/3] Fixing last of few known issues in DSI and Burst mode Support Shobhit Kumar
2014-07-12 11:47 ` [PATCH 1/3] drm/i915: Add get_config implementation for DSI encoder Shobhit Kumar
2014-07-12 11:58   ` Daniel Vetter
2014-07-14 14:36     ` Kumar, Shobhit
2014-07-14 15:50       ` Daniel Vetter
2014-07-15 12:24         ` Kumar, Shobhit
2014-07-15 12:45         ` [v2] drm/i915: Add correct hw/sw config check " Shobhit Kumar
2014-07-29 12:22           ` Imre Deak
2014-07-30 15:02             ` [v3] " Shobhit Kumar
2014-07-30 16:24               ` Imre Deak
2014-07-29 11:38   ` [PATCH 1/3] drm/i915: Add get_config implementation " Imre Deak
2014-07-29 11:44     ` Daniel Vetter
2014-07-12 11:47 ` [PATCH 2/3] drm/i915: wait for all DSI FIFOs to be empty Shobhit Kumar
2014-07-29 12:30   ` Imre Deak
2014-07-12 11:47 ` [PATCH 3/3] drm/i915: Add support for Video Burst Mode for MIPI DSI Shobhit Kumar
2014-07-30 12:22   ` Imre Deak
2014-07-30 15:04     ` [v2] " Shobhit Kumar
2014-07-30 20:36       ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox