Skip to content

Commit

Permalink
drm/display: Split DisplayPort header into core and helper
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Thomas Zimmermann committed Apr 25, 2022
1 parent 1e0f664 commit 5d1b8b4
Show file tree
Hide file tree
Showing 3 changed files with 1,693 additions and 1,660 deletions.
3 changes: 3 additions & 0 deletions Documentation/gpu/drm-kms-helpers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Loading

0 comments on commit 5d1b8b4

Please sign in to comment.