Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] drm-uapi/xe: Move eudebug uapi to experimental directory
@ 2024-09-27 14:13 Christoph Manszewski
  2024-09-27 14:28 ` Ville Syrjälä
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Christoph Manszewski @ 2024-09-27 14:13 UTC (permalink / raw)
  To: igt-dev
  Cc: Zbigniew Kempczyński, Ville Syrjälä,
	Dominik Grzegorzek, Mika Kuoppala, Christoph Manszewski

Currently eudebug support is not available in drm-next. IGT support for
eudebug is experimental and disabled by default yet relevant uapi
was added to include/drm-uapi. This results in it getting deleted after
performing the documented uapi update procedure.

Since eudebug support is still experimental, create a separate
'drm-uapi-experimental' directory and move eudebug uapi there.

Signed-off-by: Christoph Manszewski <christoph.manszewski@intel.com>
Suggested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
 include/{drm-uapi => drm-uapi-experimental}/xe_drm_eudebug.h | 0
 meson.build                                                  | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename include/{drm-uapi => drm-uapi-experimental}/xe_drm_eudebug.h (100%)

diff --git a/include/drm-uapi/xe_drm_eudebug.h b/include/drm-uapi-experimental/xe_drm_eudebug.h
similarity index 100%
rename from include/drm-uapi/xe_drm_eudebug.h
rename to include/drm-uapi-experimental/xe_drm_eudebug.h
diff --git a/meson.build b/meson.build
index 0d06721b4..64f57f232 100644
--- a/meson.build
+++ b/meson.build
@@ -96,7 +96,7 @@ with_libdrm = get_option('libdrm_drivers')
 build_info = ['Build type: ' + get_option('buildtype')]
 build_info += 'Build Xe EU debugger test framework: @0@'.format(build_xe_eudebug)
 
-inc = include_directories('include', 'include/drm-uapi', 'include/linux-uapi', 'lib', 'lib/stubs/syscalls', '.')
+inc = include_directories('include', 'include/drm-uapi', 'include/drm-uapi-experimental', 'include/linux-uapi', 'lib', 'lib/stubs/syscalls', '.')
 
 inc_for_gtkdoc = include_directories('lib')
 
-- 
2.34.1


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

end of thread, other threads:[~2024-09-30  5:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-27 14:13 [PATCH i-g-t] drm-uapi/xe: Move eudebug uapi to experimental directory Christoph Manszewski
2024-09-27 14:28 ` Ville Syrjälä
2024-09-27 16:37 ` ✗ Fi.CI.BAT: failure for " Patchwork
2024-09-27 17:10 ` ✓ CI.xeBAT: success " Patchwork
2024-09-30  5:56 ` ✗ CI.xeFULL: failure " Patchwork

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