Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Manszewski <christoph.manszewski@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>,
	"Ville Syrjälä" <ville.syrjala@linux.intel.com>,
	"Dominik Grzegorzek" <dominik.grzegorzek@intel.com>,
	"Mika Kuoppala" <mika.kuoppala@linux.intel.com>,
	"Christoph Manszewski" <christoph.manszewski@intel.com>
Subject: [PATCH i-g-t] drm-uapi/xe: Move eudebug uapi to experimental directory
Date: Fri, 27 Sep 2024 16:13:18 +0200	[thread overview]
Message-ID: <20240927141319.52745-1-christoph.manszewski@intel.com> (raw)

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


             reply	other threads:[~2024-09-27 14:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-27 14:13 Christoph Manszewski [this message]
2024-09-27 14:28 ` [PATCH i-g-t] drm-uapi/xe: Move eudebug uapi to experimental directory 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240927141319.52745-1-christoph.manszewski@intel.com \
    --to=christoph.manszewski@intel.com \
    --cc=dominik.grzegorzek@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=mika.kuoppala@linux.intel.com \
    --cc=ville.syrjala@linux.intel.com \
    --cc=zbigniew.kempczynski@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox