All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm: remove drm_connector_helper_get_modes_from_ddc()
@ 2024-01-05 16:57 Jani Nikula
  2024-01-05 16:57 ` [PATCH 1/2] drm/mgag200: convert get modes to struct drm_edid Jani Nikula
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jani Nikula @ 2024-01-05 16:57 UTC (permalink / raw)
  To: dri-devel; +Cc: Jani Nikula, Dave Airlie, Jocelyn Falempe, Thomas Zimmermann

Convert mgag200 to use struct drm_edid directly, and drop
drm_connector_helper_get_modes_from_ddc(), as suggested by Thomas.

This supersedes [1].

BR,
Jani.


[1] https://lore.kernel.org/all/20231114105815.4188901-1-jani.nikula@intel.com/

Jani Nikula (2):
  drm/mgag200: convert get modes to struct drm_edid
  drm/probe-helper: remove unused
    drm_connector_helper_get_modes_from_ddc()

 drivers/gpu/drm/drm_probe_helper.c     | 36 --------------------------
 drivers/gpu/drm/mgag200/mgag200_mode.c | 14 +++++++---
 include/drm/drm_probe_helper.h         |  1 -
 3 files changed, 10 insertions(+), 41 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-01-08 13:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-05 16:57 [PATCH 0/2] drm: remove drm_connector_helper_get_modes_from_ddc() Jani Nikula
2024-01-05 16:57 ` [PATCH 1/2] drm/mgag200: convert get modes to struct drm_edid Jani Nikula
2024-01-05 16:57 ` [PATCH 2/2] drm/probe-helper: remove unused drm_connector_helper_get_modes_from_ddc() Jani Nikula
2024-01-08  8:52 ` [PATCH 0/2] drm: remove drm_connector_helper_get_modes_from_ddc() Thomas Zimmermann
2024-01-08 13:11   ` Jani Nikula

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.