]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/exynos/vidi: convert to struct drm_edid
authorJani Nikula <jani.nikula@intel.com>
Thu, 30 May 2024 10:01:54 +0000 (13:01 +0300)
committerInki Dae <inki.dae@samsung.com>
Wed, 3 Jul 2024 04:00:16 +0000 (13:00 +0900)
commit2210093478443cd57cff5950379fec31ee8a5f79
tree1b0242a33700afc76d602480026616c58c32e2ec
parent10b566f21beaba03bcc519055ff03b515d3c4137
drm/exynos/vidi: convert to struct drm_edid

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

It would be better if the vidi connection ioctl passed in the EDID size
separately instead of relying on the extension count specified in the
EDID, but that's what we have to rely on.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_vidi.c