]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Ignore drm_gem_vram_mm_funcs in generated documentation
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 4 Jun 2019 11:13:30 +0000 (13:13 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 6 Jun 2019 07:44:40 +0000 (09:44 +0200)
commit99ea769d61de01e58794fda0376f94240f56b218
tree759e6e7306f320d33701ba8d73026049a0fcbabe
parent38649f61bb936ae1af3f1ef5939f642181dc20c7
drm: Ignore drm_gem_vram_mm_funcs in generated documentation

The documentation tools interpret drm_gem_vram_mm_funcs as function and
there appears to be no way of inline-documenting constants. This results
in a warning by 'make htmldocs'. For now, removing drm_gem_vram_mm_funcs
from generated documentation works around the issue.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: http://patchwork.freedesktop.org/patch/msgid/20190604111330.25324-1-tzimmermann@suse.de
Fixes: edcc84a6b949 ("drm: Add default instance for VRAM MM callback functions")
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/drm_gem_vram_helper.c