[PATCH 0/2] drm: add header tests
Jani Nikula
jani.nikula at intel.com
Wed Jan 22 14:41:32 UTC 2025
Add CONFIG_DRM_HEADER_TEST to ensure drm headers are self-contained and
pass kernel-doc. And for starters, fix one header that this catches.
Jani Nikula (2):
drm/client: include types.h to make drm_client_event.h self-contained
drm: ensure drm headers are self-contained and pass kernel-doc
Kbuild | 1 +
drivers/gpu/drm/Kconfig | 11 +++++++++++
drivers/gpu/drm/Makefile | 18 ++++++++++++++++++
include/Kbuild | 1 +
include/drm/Makefile | 18 ++++++++++++++++++
include/drm/drm_client_event.h | 2 ++
6 files changed, 51 insertions(+)
create mode 100644 include/Kbuild
create mode 100644 include/drm/Makefile
--
2.39.5
More information about the dri-devel
mailing list