diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-16 12:05:33 +0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-17 10:39:22 +0300 |
commit | b7147e9a15718f10148435983838bf30c9943ef4 (patch) | |
tree | 234c9b87124a41520c07f3e0c0beeda7d111be1d /Documentation | |
parent | f3fb20074e02865e1724c586eae46a77a7f2266b (diff) | |
download | linux-b7147e9a15718f10148435983838bf30c9943ef4.tar.xz |
drm: add drm_format_helper.c to kerneldoc
Also drop the dstclip parameter sphinx has warned about (leftover from
an earlier patch version).
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20190416090533.28374-1-kraxel@redhat.com
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/gpu/drm-kms-helpers.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/gpu/drm-kms-helpers.rst b/Documentation/gpu/drm-kms-helpers.rst index 58b375e47615..14102ae035dc 100644 --- a/Documentation/gpu/drm-kms-helpers.rst +++ b/Documentation/gpu/drm-kms-helpers.rst @@ -107,6 +107,12 @@ fbdev Helper Functions Reference .. kernel-doc:: drivers/gpu/drm/drm_fb_helper.c :export: +format Helper Functions Reference +================================= + +.. kernel-doc:: drivers/gpu/drm/drm_format_helper.c + :export: + Framebuffer CMA Helper Functions Reference ========================================== |