Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
To: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t v3 1/8] drm-uapi/xe_drm: Add Xe uAPI
Date: Wed, 1 Mar 2023 07:08:58 +0100	[thread overview]
Message-ID: <20230301070858.4a95c134@maurocar-mobl2> (raw)
In-Reply-To: <20230228150852.6jhwxigitk7rhfx7@ldmartin-desk2.lan>

On Tue, 28 Feb 2023 07:08:52 -0800
Lucas De Marchi <lucas.demarchi@intel.com> wrote:

> On Tue, Feb 28, 2023 at 09:25:43AM +0100, Zbigniew Kempczyński wrote:
> >On Fri, Feb 24, 2023 at 06:57:52PM +0100, Michal Wajdeczko wrote:  
> >>
> >>
> >> On 24.02.2023 11:44, Zbigniew Kempczyński wrote:  
> >> > Introduce uAPI contract for Xe IGT.
> >> >
> >> > Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
> >> > Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> >> > Signed-off-by: Matthew Brost <matthew.brost@intel.com>
> >> > Signed-off-by: Philippe Lecluse <philippe.lecluse@intel.com>
> >> > Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
> >> > ---
> >> >  include/drm-uapi/xe_drm.h | 807 ++++++++++++++++++++++++++++++++++++++
> >> >  1 file changed, 807 insertions(+)
> >> >  create mode 100644 include/drm-uapi/xe_drm.h  
> >>
> >> is it really necessary to copy this buggy header to IGT right now?
> >>
> >> maybe we can wait until this header will be properly reviewed and
> >> cleaned up in the kernel repo first ?  
> >
> >+Lucas
> >
> >We discussed yesterday about this header - from IGT perspective it
> >is not a blocker, after fixing in xe kernel we'll copy it here.
> >Xe-igt repository had sense during early development stage, but now
> >we want to migrate it here. Code still requires fixups and cleanup
> >but we may do it here. Otherwise workflow would require sending to
> >igt ml (squashed patches with some of them removed [kunit]), then
> >fixup to xe-igt and repeat squash/send. Very time consuming we want
> >to avoid. Fixing that later in igt is acceptable for us as xe driver
> >is not production ready.  
> 
> yep, any fix to this file should be done in the kernel side. igt only
> copies this file so it doesn't depend on any kernel-headers package.

Agreed.

Acked-by: Mauro Carvalho Chehab <mchehab@kernel.org>

> 
> The obvious issues I see are in the comments/docs where we have
> leftovers from i915. Michal, is this what you are referring to or there
> is something else?  If you can send a patch cleaning that up or creating
> an issue in gitlab it would be appreciated
> 
> 
> Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
> 
> Lucas De Marchi

  reply	other threads:[~2023-03-01  6:09 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-24 10:44 [igt-dev] [PATCH i-g-t v3 0/8] Initial Xe test suite Zbigniew Kempczyński
2023-02-24 10:44 ` [igt-dev] [PATCH i-g-t v3 1/8] drm-uapi/xe_drm: Add Xe uAPI Zbigniew Kempczyński
2023-02-24 17:57   ` Michal Wajdeczko
2023-02-28  8:25     ` Zbigniew Kempczyński
2023-02-28 15:08       ` Lucas De Marchi
2023-03-01  6:08         ` Mauro Carvalho Chehab [this message]
2023-02-24 10:44 ` [igt-dev] [PATCH i-g-t v3 2/8] lib/xe: Introduce Xe library Zbigniew Kempczyński
2023-02-24 18:46   ` Michal Wajdeczko
2023-02-28 10:04     ` Zbigniew Kempczyński
2023-02-28 20:27       ` Dugast, Francois
2023-02-24 10:44 ` [igt-dev] [PATCH i-g-t v3 3/8] lib/igt_pm: Add a helper to query the runtime_usage Zbigniew Kempczyński
2023-02-24 10:44 ` [igt-dev] [PATCH i-g-t v3 4/8] tests/xe: Add Xe IGT tests Zbigniew Kempczyński
2023-02-24 10:44 ` [igt-dev] [PATCH i-g-t v3 5/8] tools/xe_reg: Add Xe register read/write tool Zbigniew Kempczyński
2023-02-24 10:44 ` [igt-dev] [PATCH i-g-t v3 6/8] intel-ci/xe-fast-feedback: Introduce xe-fast-feedback list Zbigniew Kempczyński
2023-02-24 10:44 ` [igt-dev] [PATCH i-g-t v3 7/8] docs/testplan: Introduce new way for documenting IGT Zbigniew Kempczyński
2023-02-24 10:44 ` [igt-dev] [PATCH i-g-t v3 8/8] runner/job_list: return error on crashes while running --list-subtests Zbigniew Kempczyński
2023-02-24 13:17 ` [igt-dev] ✗ GitLab.Pipeline: warning for Initial Xe test suite (rev3) Patchwork
2023-02-24 13:34 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-02-24 17:14 ` [igt-dev] ✗ Fi.CI.IGT: 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=20230301070858.4a95c134@maurocar-mobl2 \
    --to=mauro.chehab@linux.intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=lucas.demarchi@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