All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/1] Add dsi_state in crtc_state
@ 2019-10-16 12:52 Vandita Kulkarni
  2019-10-16 12:52 ` [RFC 1/1] drm/i915/dsi: " Vandita Kulkarni
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Vandita Kulkarni @ 2019-10-16 12:52 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula, ville.syrjala

This patch is another approach towards solving
two problems that we are facing in enabling dsi cmd mode.

1. GOP enables dsi cmd mode in periodic update mode but
we need to enable dsi cmd mode in TE_GATE mode.
To set it to TE GATE mode we need to follow a diable
enable sequence. This will help in state check for
mode_changed.

2. In TE gate mode we need to set frame update bit on every flip
With this we can udpate the FRMCTL on evey flip.

PS: OP_MODE_MASK and OP_MODE_SHIFT are not defined in this patch.
They are part of my earlier series
https://patchwork.freedesktop.org/series/67974/

Vandita Kulkarni (1):
  drm/i915/dsi: Add dsi_state in crtc_state

 drivers/gpu/drm/i915/display/icl_dsi.c        | 39 +++++++++++++++++++
 .../drm/i915/display/intel_display_types.h    | 12 ++++++
 2 files changed, 51 insertions(+)

-- 
2.21.0.5.gaeb582a

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

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

end of thread, other threads:[~2019-10-25  6:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-16 12:52 [RFC 0/1] Add dsi_state in crtc_state Vandita Kulkarni
2019-10-16 12:52 ` [RFC 1/1] drm/i915/dsi: " Vandita Kulkarni
2019-10-24  9:02   ` Jani Nikula
2019-10-24  9:02     ` [Intel-gfx] " Jani Nikula
2019-10-24 13:35   ` Ville Syrjälä
2019-10-24 13:35     ` [Intel-gfx] " Ville Syrjälä
2019-10-25  6:33     ` Kulkarni, Vandita
2019-10-25  6:33       ` [Intel-gfx] " Kulkarni, Vandita
2019-10-16 18:40 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2019-10-16 19:07 ` ✗ Fi.CI.BAT: failure " Patchwork

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.