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

On Fri, Sep 27, 2024 at 04:13:18PM +0200, Christoph Manszewski wrote:
> 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>

wfm

Reviewed-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

-- 
Ville Syrjälä
Intel

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

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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ä [this message]
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=ZvbA8VXtKDa42rx3@intel.com \
    --to=ville.syrjala@linux.intel.com \
    --cc=christoph.manszewski@intel.com \
    --cc=dominik.grzegorzek@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=mika.kuoppala@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.