]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/exynos: hdmi: convert to struct drm_edid
authorJani Nikula <jani.nikula@intel.com>
Thu, 22 Aug 2024 17:42:49 +0000 (20:42 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 4 Sep 2024 08:29:24 +0000 (11:29 +0300)
commitf6e4f57fd90dc497e0d1cac902935c9ea2686676
tree599d8ed9091f1203f347c165387bc15ce5623fd5
parent0bf469888efda8dc81c1dafa14f23048d6b4d663
drm/exynos: hdmi: convert to struct drm_edid

Prefer the struct drm_edid based functions for reading the EDID and
updating the connector.

The functional change is that the CEC physical address gets invalidated
when the EDID could not be read.

v2:
- display info usage was split to a separate patch
- check drm_edid_connector_update() return value

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: Inki Dae <inki.dae@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/be15dce66a5373a7aed797a4ef63b0ba90b231e9.1724348429.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/exynos/exynos_hdmi.c