drm/edid: split out drm_eld.h from drm_edid.h
authorJani Nikula <jani.nikula@intel.com>
Tue, 31 Oct 2023 10:16:38 +0000 (12:16 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 9 Nov 2023 14:46:37 +0000 (16:46 +0200)
commit8eb80946ab0c18a853be5f90d6b6ccbe3fd42989
tree5c396897d75e780a95ca0f6387aeb04b5ac36d17
parentc400eb4d6f5f603f4f3f6cc4b6fdacd416ff142e
drm/edid: split out drm_eld.h from drm_edid.h

The drm_edid.[ch] files are starting to be a bit crowded, and with plans
to add more ELD related functionality, it's perhaps cleanest to split
the ELD code out to a header of its own.

Include drm_eld.h from drm_edid.h for starters, and leave it to
follow-up work to only include drm_eld.h where needed.

Cc: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com>
Reviewed-by: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/0c6d631fa1058036d72dd25d1cabc90a7c52490e.1698747331.git.jani.nikula@intel.com
Documentation/gpu/drm-kms-helpers.rst
include/drm/drm_edid.h
include/drm/drm_eld.h [new file with mode: 0644]