diff options
author | Jani Nikula <jani.nikula@intel.com> | 2023-10-31 13:16:38 +0300 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2023-11-09 17:46:37 +0300 |
commit | 8eb80946ab0c18a853be5f90d6b6ccbe3fd42989 (patch) | |
tree | 5c396897d75e780a95ca0f6387aeb04b5ac36d17 /Documentation/gpu | |
parent | c400eb4d6f5f603f4f3f6cc4b6fdacd416ff142e (diff) | |
download | linux-8eb80946ab0c18a853be5f90d6b6ccbe3fd42989.tar.xz |
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
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/drm-kms-helpers.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/gpu/drm-kms-helpers.rst b/Documentation/gpu/drm-kms-helpers.rst index b748b8ae70b2..cfa8e6c399b6 100644 --- a/Documentation/gpu/drm-kms-helpers.rst +++ b/Documentation/gpu/drm-kms-helpers.rst @@ -363,6 +363,9 @@ EDID Helper Functions Reference .. kernel-doc:: drivers/gpu/drm/drm_edid.c :export: +.. kernel-doc:: include/drm/drm_eld.h + :internal: + SCDC Helper Functions Reference =============================== |