Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm: add header tests
@ 2025-01-22 14:41 Jani Nikula
  2025-01-22 14:41 ` [PATCH 1/2] drm/client: include types.h to make drm_client_event.h self-contained Jani Nikula
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Jani Nikula @ 2025-01-22 14:41 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx, intel-xe, simona.vetter, jani.nikula

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


^ permalink raw reply	[flat|nested] 19+ messages in thread
* [PATCH 1/2] drm/ttm: fix kernel-doc typo for @trylock_only
@ 2024-08-23 14:11 Jani Nikula
  2024-08-23 14:11 ` [PATCH 2/2] drm: ensure drm headers are self-contained and pass kernel-doc Jani Nikula
  0 siblings, 1 reply; 19+ messages in thread
From: Jani Nikula @ 2024-08-23 14:11 UTC (permalink / raw)
  To: dri-devel
  Cc: intel-gfx, jani.nikula, Thomas Hellström,
	Christian König

s/tryock_only/trylock_only/

Fixes: da966b82bf3d ("drm/ttm: Provide a generic LRU walker helper")
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Cc: Christian König <christian.koenig@amd.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 include/drm/ttm/ttm_bo.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/drm/ttm/ttm_bo.h b/include/drm/ttm/ttm_bo.h
index d1a732d56259..7294dde240fb 100644
--- a/include/drm/ttm/ttm_bo.h
+++ b/include/drm/ttm/ttm_bo.h
@@ -222,7 +222,7 @@ struct ttm_lru_walk {
 	struct ttm_operation_ctx *ctx;
 	/** @ticket: The struct ww_acquire_ctx if any. */
 	struct ww_acquire_ctx *ticket;
-	/** @tryock_only: Only use trylock for locking. */
+	/** @trylock_only: Only use trylock for locking. */
 	bool trylock_only;
 };
 
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2025-03-13 10:59 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-22 14:41 [PATCH 0/2] drm: add header tests Jani Nikula
2025-01-22 14:41 ` [PATCH 1/2] drm/client: include types.h to make drm_client_event.h self-contained Jani Nikula
2025-01-22 14:41 ` [PATCH 2/2] drm: ensure drm headers are self-contained and pass kernel-doc Jani Nikula
2025-03-02 16:01   ` Masahiro Yamada
2025-03-03 10:02     ` Jani Nikula
2025-03-03 12:59       ` Masahiro Yamada
2025-03-03 13:52         ` Jani Nikula
2025-03-04 18:05           ` Masahiro Yamada
2025-03-05 13:59             ` Maxime Ripard
2025-03-08 17:05               ` Masahiro Yamada
2025-03-13 10:59                 ` Jani Nikula
2025-01-22 15:23 ` ✗ Fi.CI.CHECKPATCH: warning for drm: add header tests Patchwork
2025-01-22 15:23 ` ✗ Fi.CI.SPARSE: " Patchwork
2025-01-22 15:37 ` ✗ i915.CI.BAT: failure " Patchwork
2025-01-23 14:55 ` [PATCH 0/2] " Simona Vetter
2025-02-12 10:26   ` Jani Nikula
  -- strict thread matches above, loose matches on Subject: below --
2024-08-23 14:11 [PATCH 1/2] drm/ttm: fix kernel-doc typo for @trylock_only Jani Nikula
2024-08-23 14:11 ` [PATCH 2/2] drm: ensure drm headers are self-contained and pass kernel-doc Jani Nikula
2024-08-26 16:05   ` kernel test robot
2024-08-26 22:28   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox