[PATCH v5 08/11] drm/vc4: hdmi: switch to generic CEC helpers
Maxime Ripard
mripard at kernel.org
Mon Apr 14 14:41:25 UTC 2025
On Mon, Apr 07, 2025 at 06:11:05PM +0300, Dmitry Baryshkov wrote:
> +static const struct drm_connector_hdmi_cec_adapter_ops vc4_hdmi_cec_adap_ops = {
> + .base.unregister = drm_connector_hdmi_cec_unregister,
> + .init = vc4_hdmi_cec_init,
> + .enable = vc4_hdmi_cec_adap_enable,
> + .log_addr = vc4_hdmi_cec_adap_log_addr,
> + .transmit = vc4_hdmi_cec_adap_transmit,
> +};
Did you compile it? it looks like drm_connector_hdmi_cec_adapter_ops has been renamed, and it
doesn't have a base.unregister field anymore?
Maxime
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20250414/67713aa9/attachment.sig>
More information about the dri-devel
mailing list