linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] drm: Remove drm_mode_object dependency from drm_display_mode
@ 2019-01-10 18:12 Shayenne Moura
  2019-01-10 18:13 ` [PATCH v4 1/3] drm: msm: Cleanup drm_display_mode print str Shayenne Moura
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Shayenne Moura @ 2019-01-10 18:12 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Sean Paul, David Airlie,
	Rob Clark, Benjamin Gaignard, Vincent Abriou, Jani Nikula,
	Joonas Lahtinen, Rodrigo Vivi, Tomi Valkeinen, Neil Armstrong,
	Carlo Caione, Kevin Hilman
  Cc: dri-devel, linux-kernel

This patch serie removes drm_mode_object dependency from
drm_display_mode struct. This is part of KMS cleanup.

---
Changes in v2:
  - Make alterations suggested by Daniel and commit messages clear

Changes in v3:
  - Solve typo in first patch in v2

Changes in v4:
  - Remove patches already merged

Shayenne Moura (3):
  drm: msm: Cleanup drm_display_mode print str
  drm: Remove use of drm_mode_object
  drm: Complete remove drm_mode_object dependency

 drivers/gpu/drm/drm_crtc_helper.c             |  5 ++---
 drivers/gpu/drm/drm_modes.c                   |  9 --------
 drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c     | 10 ++-------
 .../gpu/drm/msm/disp/mdp4/mdp4_dsi_encoder.c  |  9 +-------
 .../gpu/drm/msm/disp/mdp4/mdp4_dtv_encoder.c  |  9 +-------
 .../gpu/drm/msm/disp/mdp4/mdp4_lcdc_encoder.c |  9 +-------
 .../gpu/drm/msm/disp/mdp5/mdp5_cmd_encoder.c  |  9 +-------
 drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c     |  9 +-------
 drivers/gpu/drm/msm/disp/mdp5/mdp5_encoder.c  |  9 +-------
 drivers/gpu/drm/msm/dsi/dsi_manager.c         |  9 +-------
 drivers/gpu/drm/msm/edp/edp_bridge.c          |  9 +-------
 include/drm/drm_modes.h                       | 21 +++----------------
 12 files changed, 15 insertions(+), 102 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2019-01-10 20:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-10 18:12 [PATCH v4 0/3] drm: Remove drm_mode_object dependency from drm_display_mode Shayenne Moura
2019-01-10 18:13 ` [PATCH v4 1/3] drm: msm: Cleanup drm_display_mode print str Shayenne Moura
2019-01-10 20:05   ` Daniel Vetter
2019-01-10 18:13 ` [PATCH v4 2/3] drm: Remove use of drm_mode_object Shayenne Moura
2019-01-10 18:13 ` [PATCH v4 3/3] drm: Complete remove drm_mode_object dependency Shayenne Moura

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).