On Fri, 10 May 2024, Thomas Zimmermann wrote:
> Am 10.05.24 um 14:17 schrieb Jani Nikula:
>>> + /*
>>> +* The adapter sends all-zeros if no monitor has been
>>> +* connected. We consider anything else a connection.
>>> +*/
>>> + return memcmp(no_edid, hdr, 8) != 0;
>> Nitpick, this
Hi
Am 10.05.24 um 14:17 schrieb Jani Nikula:
+ /*
+* The adapter sends all-zeros if no monitor has been
+* connected. We consider anything else a connection.
+*/
+ return memcmp(no_edid, hdr, 8) != 0;
Nitpick, this works, but you can drop the no_edid buf by
On Wed, 10 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 th
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. But this
relied on the DRM helpers to call the f