diff options
author | Jani Nikula <jani.nikula@intel.com> | 2024-04-16 11:19:55 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2024-04-17 15:11:17 +0200 |
commit | 4e765920eeb91861a42cbc89036dedd3f7d27eef (patch) | |
tree | ce684ffa7eb4848201ed3abcc8708c27493a2ff7 /include/drm | |
parent | drm/displayid: move drm_displayid.h to drm_displayd_internal.h (diff) | |
download | linux-4e765920eeb91861a42cbc89036dedd3f7d27eef.tar.xz linux-4e765920eeb91861a42cbc89036dedd3f7d27eef.zip |
drm/edid: move all internal declarations to drm_crtc_internal.h
The declarations for internal EDID functions are a bit scattered. Put
them all in drm_crtc_internal.h.
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/9ae137ea51f9cc2ccb3899b0acda553e6a8ce2db.1713259151.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_edid.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h index 8e0e32349332..324e900cc287 100644 --- a/include/drm/drm_edid.h +++ b/include/drm/drm_edid.h @@ -485,7 +485,4 @@ void drm_edid_get_product_id(const struct drm_edid *drm_edid, void drm_edid_print_product_id(struct drm_printer *p, const struct drm_edid_product_id *id, bool raw); -const u8 *drm_find_edid_extension(const struct drm_edid *drm_edid, - int ext_id, int *ext_index); - #endif /* __DRM_EDID_H__ */ |