]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/memirq: Make page layout macros private
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 18 May 2026 19:25:40 +0000 (21:25 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 19 May 2026 08:50:25 +0000 (10:50 +0200)
commite89b59652ccb0987c8f4647b4e7062516880756d
tree5802f179ed2ec63e0a3281009f2d28a9a6d838be
parent31f855a47c8beb8fee7d74374c9d21ba9ab06700
drm/xe/memirq: Make page layout macros private

There is no need to expose the macros describing memory-based
interrupts page layouts in the .h file as we only use them in
the private code. Move them to the .c file near the kernel-doc.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Ilia Levi <ilia.levi@intel.com>
Link: https://patch.msgid.link/20260518192547.600-3-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_memirq.c
drivers/gpu/drm/xe/xe_memirq_types.h