Re: [PATCH 6/7] drm/udl: Untangle .get_modes() and .detect_ctx()

2024-04-05 Thread Thomas Zimmermann
Hi Am 05.04.24 um 09:09 schrieb Jani Nikula: On Thu, 04 Apr 2024, Thomas Zimmermann wrote: Provide separate implementations of .get_modes() and .detect_ctx() from struct drm_connector. Switch to struct drm_edid. Udl's .detect() helper used to fetch the EDID from the adapter and the

Re: [PATCH 6/7] drm/udl: Untangle .get_modes() and .detect_ctx()

2024-04-05 Thread Jani Nikula
On Thu, 04 Apr 2024, Thomas Zimmermann wrote: > Provide separate implementations of .get_modes() and .detect_ctx() > from struct drm_connector. Switch to struct drm_edid. > > Udl's .detect() helper used to fetch the EDID from the adapter and the > .get_modes() helper provided display modes from

[PATCH 6/7] drm/udl: Untangle .get_modes() and .detect_ctx()

2024-04-04 Thread Thomas Zimmermann
Provide separate implementations of .get_modes() and .detect_ctx() from struct drm_connector. Switch to struct drm_edid. Udl's .detect() helper used to fetch the EDID from the adapter and the .get_modes() helper provided display modes from the data. Switching to the new helpers around struct