Re: [PATCH RFC v2 17/18] drm/vkms: Introduce config for connector EDID

From: Louis Chauvet
Date: Sat Nov 23 2024 - 05:45:53 EST




Le 22 novembre 2024 21:28:00 UTC, Ian Forbes <ian.forbes@xxxxxxxxxxxx> a écrit :
>I didn't see a `drm_connector_attach_edid_property` call in this
>series. Did you forget this? Virtual connectors don't have this
>property by default.

Hello Ian,

You are right; I did not call this function. As mainly tested with the DP connector type, I never had any issue. I need to check if calling `drm_edid_connector_update` fails if the EDID property does not exist.

Thanks,
Louis Chauvet

>Ian,