Skip to content

Commit 5d0aa37

Browse files
committed
drm/doc: Move hdmi infoframe docs
.. next to all the other sink helpers. The rect library is more used for handling plane clipping, so belongs to those imo. Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190130163006.28945-1-daniel.vetter@ffwll.ch
1 parent e57924d commit 5d0aa37

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Documentation/gpu/drm-kms-helpers.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -296,18 +296,6 @@ SCDC Helper Functions Reference
296296
.. kernel-doc:: drivers/gpu/drm/drm_scdc_helper.c
297297
:export:
298298

299-
Rectangle Utilities Reference
300-
=============================
301-
302-
.. kernel-doc:: include/drm/drm_rect.h
303-
:doc: rect utils
304-
305-
.. kernel-doc:: include/drm/drm_rect.h
306-
:internal:
307-
308-
.. kernel-doc:: drivers/gpu/drm/drm_rect.c
309-
:export:
310-
311299
HDMI Infoframes Helper Reference
312300
================================
313301

@@ -322,6 +310,18 @@ libraries and hence is also included here.
322310
.. kernel-doc:: drivers/video/hdmi.c
323311
:export:
324312

313+
Rectangle Utilities Reference
314+
=============================
315+
316+
.. kernel-doc:: include/drm/drm_rect.h
317+
:doc: rect utils
318+
319+
.. kernel-doc:: include/drm/drm_rect.h
320+
:internal:
321+
322+
.. kernel-doc:: drivers/gpu/drm/drm_rect.c
323+
:export:
324+
325325
Flip-work Helper Reference
326326
==========================
327327

0 commit comments

Comments
 (0)