All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] seperate panel power control from panel prepare/unprepare
@ 2021-11-16  9:49 ` Jitao Shi
  0 siblings, 0 replies; 12+ messages in thread
From: Jitao Shi @ 2021-11-16  9:49 UTC (permalink / raw)
  To: Thierry Reding, Sam Ravnborg, David Airlie, Daniel Vetter,
	Matthias Brugger, Chun-Kuang Hu, Philipp Zabel, dri-devel,
	linux-kernel
  Cc: linux-mediatek, stonea168, huijuan.xie, shuijing.li, liangxu.xu,
	xinlei.li, Jitao Shi

Changes since v2:
 - Panel driver panel-boe-tv101wum-nl6.c provides the power sequence apis.
 - The apis are called before dsi poweron and after dsi poweroff.

Changes since v1:
 - Fix null point when dsi next bridge isn't a panel.
 - "dsi mmsys reset" is implement by
   https://patchwork.kernel.org/project/linux-mediatek/list/?series=515355

Jitao Shi (2):
  drm/panel: panel-boe-tv101wum-nl6: tune the power sequence to avoid
    leakage
  drm/mediatek: control panel's power before MIPI LP11

 drivers/gpu/drm/mediatek/mtk_dsi.c             | 28 ++++++--
 drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c | 88 +++++++++++++++++++-------
 include/drm/panel_boe_tv101wum_nl6.h           | 28 ++++++++
 3 files changed, 116 insertions(+), 28 deletions(-)
 create mode 100644 include/drm/panel_boe_tv101wum_nl6.h

-- 
2.12.5


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

end of thread, other threads:[~2022-01-10 23:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16  9:49 [PATCH v3 0/2] seperate panel power control from panel prepare/unprepare Jitao Shi
2021-11-16  9:49 ` Jitao Shi
2021-11-16  9:49 ` Jitao Shi
2021-11-16  9:49 ` [PATCH v3 1/2] drm/panel: panel-boe-tv101wum-nl6: tune the power sequence to avoid leakage Jitao Shi
2021-11-16  9:49   ` Jitao Shi
2021-11-16  9:49   ` Jitao Shi
2022-01-10 23:34   ` Kevin Hilman
2022-01-10 23:34     ` Kevin Hilman
2022-01-10 23:34     ` Kevin Hilman
2021-11-16  9:49 ` [PATCH v3 2/2] drm/mediatek: control panel's power before MIPI LP11 Jitao Shi
2021-11-16  9:49   ` Jitao Shi
2021-11-16  9:49   ` Jitao Shi

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.