linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Panel rotation patches
@ 2019-06-22  3:41 Derek Basehore
  2019-06-22  3:41 ` [PATCH v3 1/4] drm/panel: Add helper for reading DT rotation Derek Basehore
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Derek Basehore @ 2019-06-22  3:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Derek Basehore, Philipp Zabel, Maxime Ripard, Sam Ravnborg,
	intel-gfx, Joonas Lahtinen, Maarten Lankhorst, Jani Nikula,
	David Airlie, Thierry Reding, Matthias Brugger, dri-devel,
	Daniel Vetter, Rodrigo Vivi, CK Hu, linux-mediatek, Sean Paul,
	linux-arm-kernel

This adds the plumbing for reading panel rotation from the devicetree
and sets up adding a panel property for the panel orientation on
Mediatek SoCs when a rotation is present.

v3 changes:
-changed from attach/detach callbacks to directly setting fixed panel
 values in drm_panel_attach
-removed update to Documentation
-added separate function for quirked panel orientation property init

v2 changes:
fixed build errors in i915

Derek Basehore (4):
  drm/panel: Add helper for reading DT rotation
  drm/panel: set display info in panel attach
  drm/connector: Split out orientation quirk detection
  drm/mtk: add panel orientation property

 drivers/gpu/drm/drm_connector.c    | 45 ++++++++++++++-----
 drivers/gpu/drm/drm_panel.c        | 70 ++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_dp.c    |  4 +-
 drivers/gpu/drm/i915/vlv_dsi.c     |  5 +--
 drivers/gpu/drm/mediatek/mtk_dsi.c |  8 ++++
 include/drm/drm_connector.h        |  2 +
 include/drm/drm_panel.h            | 21 +++++++++
 7 files changed, 138 insertions(+), 17 deletions(-)

-- 
2.22.0.410.gd8fdbe21b5-goog


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH v4 0/4] Panel rotation patches
@ 2019-07-02 23:42 Derek Basehore
  2019-07-02 23:42 ` [PATCH v4 4/4] drm/mtk: add panel orientation property Derek Basehore
  0 siblings, 1 reply; 13+ messages in thread
From: Derek Basehore @ 2019-07-02 23:42 UTC (permalink / raw)
  To: linux-kernel
  Cc: Derek Basehore, Philipp Zabel, Maxime Ripard, Sam Ravnborg,
	intel-gfx, Joonas Lahtinen, Maarten Lankhorst, Jani Nikula,
	David Airlie, Thierry Reding, Matthias Brugger, dri-devel,
	Daniel Vetter, Rodrigo Vivi, CK Hu, linux-mediatek, Sean Paul,
	linux-arm-kernel

This adds the plumbing for reading panel rotation from the devicetree
and sets up adding a panel property for the panel orientation on
Mediatek SoCs when a rotation is present.

v4 changes:
-fixed some changes made to the i915 driver
-clarified comments on of orientation helper

v3 changes:
-changed from attach/detach callbacks to directly setting fixed panel
 values in drm_panel_attach
-removed update to Documentation
-added separate function for quirked panel orientation property init

v2 changes:
fixed build errors in i915

Derek Basehore (4):
  drm/panel: Add helper for reading DT rotation
  drm/panel: set display info in panel attach
  drm/connector: Split out orientation quirk detection
  drm/mtk: add panel orientation property

 drivers/gpu/drm/drm_connector.c    | 45 ++++++++++++++-----
 drivers/gpu/drm/drm_panel.c        | 70 ++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_dp.c    |  4 +-
 drivers/gpu/drm/i915/vlv_dsi.c     |  5 +--
 drivers/gpu/drm/mediatek/mtk_dsi.c |  8 ++++
 include/drm/drm_connector.h        |  2 +
 include/drm/drm_panel.h            | 21 +++++++++
 7 files changed, 138 insertions(+), 17 deletions(-)

-- 
2.22.0.410.gd8fdbe21b5-goog


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-07-02 23:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-22  3:41 [PATCH v3 0/4] Panel rotation patches Derek Basehore
2019-06-22  3:41 ` [PATCH v3 1/4] drm/panel: Add helper for reading DT rotation Derek Basehore
2019-06-24 20:36   ` Sam Ravnborg
2019-06-25 22:12     ` dbasehore .
2019-06-22  3:41 ` [PATCH v3 2/4] drm/panel: set display info in panel attach Derek Basehore
2019-06-24 23:04   ` dbasehore .
2019-06-22  3:41 ` [PATCH v3 3/4] drm/connector: Split out orientation quirk detection Derek Basehore
2019-06-23 12:11   ` [Intel-gfx] " Hans de Goede
2019-06-24 13:24   ` Ville Syrjälä
2019-07-02  3:24     ` dbasehore .
2019-06-22  3:41 ` [PATCH v4 4/4] drm/mtk: add panel orientation property Derek Basehore
2019-07-01  1:59   ` CK Hu
  -- strict thread matches above, loose matches on Subject: below --
2019-07-02 23:42 [PATCH v4 0/4] Panel rotation patches Derek Basehore
2019-07-02 23:42 ` [PATCH v4 4/4] drm/mtk: add panel orientation property Derek Basehore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).