drm/display: Split DisplayPort header into core and helper

Move DisplayPort protocol constants and structures into the new
header drm_dp.h, which can be used by DRM core components. The
existing header drm_dp_helper.h now only contains helper code for
graphics drivers. No functional changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220421073108.19226-5-tzimmermann@suse.de
This commit is contained in:
Thomas Zimmermann 2022-04-21 09:31:04 +02:00
parent 1e0f66420b
commit 5d1b8b4a14
3 changed files with 1693 additions and 1660 deletions

View file

@ -235,6 +235,9 @@ Display Port Helper Functions Reference
.. kernel-doc:: drivers/gpu/drm/display/drm_dp_helper.c
:doc: dp helpers
.. kernel-doc:: include/drm/display/drm_dp.h
:internal:
.. kernel-doc:: include/drm/display/drm_dp_helper.h
:internal:

1688
include/drm/display/drm_dp.h Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff