intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] drm: Second attempt at fixing the fb-helper .best_encoder() mess
@ 2018-06-26 17:47 Ville Syrjala
  2018-06-26 17:47 ` [PATCH 1/8] drm/fb-helper: Eliminate the .best_encoder() usage Ville Syrjala
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Ville Syrjala @ 2018-06-26 17:47 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Daniel pointed out that there should be a way to do what userspace does
and not require any .best_encoder() stuff in the fb-helper. So this
series does just that. Well, most of the series is actually just extra
polish that happened by accident. But the real thing is in there
somewhere still :)

The not-so-great previous attempt was this thing:
https://patchwork.freedesktop.org/series/44864/

Ville Syrjälä (8):
  drm/fb-helper: Eliminate the .best_encoder() usage
  drm/i915: Nuke intel_mst_best_encoder()
  drm: Add drm_for_each_connector_encoder_ids()
  drm/amdgpu: Use drm_for_each_connector_encoder_ids()
  drm/msm: Use drm_for_each_connector_encoder_ids()
  drm/nouveau: Use drm_for_each_connector_encoder_ids()
  drm/radeon: Use drm_for_each_connector_encoder_ids()
  drm/tilcdc: Use drm_for_each_connector_encoder_ids()

 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 51 ++++++++-------------
 drivers/gpu/drm/amd/amdgpu/dce_virtual.c       | 15 +++---
 drivers/gpu/drm/drm_connector.c                | 22 ++++-----
 drivers/gpu/drm/drm_fb_helper.c                | 36 ++++++++-------
 drivers/gpu/drm/drm_probe_helper.c             |  9 ++--
 drivers/gpu/drm/i915/intel_dp_mst.c            | 10 ----
 drivers/gpu/drm/msm/dsi/dsi_manager.c          |  5 +-
 drivers/gpu/drm/nouveau/nouveau_connector.c    | 20 +++-----
 drivers/gpu/drm/radeon/radeon_connectors.c     | 63 +++++++++++---------------
 drivers/gpu/drm/tilcdc/tilcdc_external.c       |  5 +-
 include/drm/drm_connector.h                    | 11 +++++
 11 files changed, 111 insertions(+), 136 deletions(-)

-- 
2.16.4

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

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

end of thread, other threads:[~2018-06-28  6:04 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-26 17:47 [PATCH 0/8] drm: Second attempt at fixing the fb-helper .best_encoder() mess Ville Syrjala
2018-06-26 17:47 ` [PATCH 1/8] drm/fb-helper: Eliminate the .best_encoder() usage Ville Syrjala
2018-06-26 17:58   ` Alex Deucher
2018-06-27  9:03   ` Daniel Vetter
2018-06-27 12:03     ` Ville Syrjälä
2018-06-26 17:47 ` [PATCH 2/8] drm/i915: Nuke intel_mst_best_encoder() Ville Syrjala
2018-06-27  9:03   ` Daniel Vetter
2018-06-26 17:47 ` [PATCH 3/8] drm: Add drm_for_each_connector_encoder_ids() Ville Syrjala
2018-06-27  9:08   ` Daniel Vetter
2018-06-27  9:11     ` Daniel Vetter
2018-06-27 15:07       ` Ville Syrjälä
2018-06-28  6:04         ` Daniel Vetter
2018-06-26 17:47 ` [PATCH 6/8] drm/nouveau: Use drm_for_each_connector_encoder_ids() Ville Syrjala
2018-06-26 20:55   ` [Intel-gfx] " kbuild test robot
     [not found] ` <20180626174714.32012-1-ville.syrjala-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2018-06-26 17:47   ` [PATCH 4/8] drm/amdgpu: " Ville Syrjala
2018-06-26 17:47   ` [PATCH 5/8] drm/msm: " Ville Syrjala
2018-06-26 17:47   ` [PATCH 7/8] drm/radeon: " Ville Syrjala
2018-06-26 17:47 ` [PATCH 8/8] drm/tilcdc: " Ville Syrjala
2018-06-26 18:25 ` ✗ Fi.CI.CHECKPATCH: warning for drm: Second attempt at fixing the fb-helper .best_encoder() mess Patchwork
2018-06-26 18:40 ` ✓ Fi.CI.BAT: success " Patchwork
2018-06-26 20:47 ` ✓ Fi.CI.IGT: " Patchwork

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