From: Jani Nikula <jani.nikula@intel.com>
To: Lucas De Marchi <lucas.demarchi@intel.com>,
intel-xe@lists.freedesktop.org
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Subject: Re: [Intel-xe] [PATCH v2 0/8] drm/xe: clean up i915 includes both sides
Date: Wed, 08 Mar 2023 10:09:29 +0200 [thread overview]
Message-ID: <87edpzd5qe.fsf@intel.com> (raw)
In-Reply-To: <167823854624.1367036.8213075220868814471.b4-ty@intel.com>
On Tue, 07 Mar 2023, Lucas De Marchi <lucas.demarchi@intel.com> wrote:
> On Fri, 3 Mar 2023 12:52:14 +0200, Jani Nikula wrote:
>> v2 of https://patchwork.freedesktop.org/series/114573/
>>
>> Jani Nikula (8):
>> drm/i915/display: don't use relative ../i915 includes
>> drm/i915/display: drop redundant display/ from includes
>> drm/xe: drop unnecessary include
>> drm/xe: drop redundant display/ from includes
>> drm/xe: drop redundant ../ from includes
>> drm/xe: move all top level i915 compat headers to a separate
>> subdirectory
>> drm/xe: remove unnecessary include
>> drm/xe: drop top level i915 from include path
>>
>> [...]
>
> CI failures seem totally unrelated, with build failing in paths that don't
> exist. Tested it locally on DG2 without (new) issues.
>
> Applied, thanks!
Oh, nice surprise, thanks!
BR,
Jani.
>
>
> [1/8] drm/i915/display: don't use relative ../i915 includes
> commit: 7427e6efafe5d27b61c874d601b9777d2c3d22be
> [2/8] drm/i915/display: drop redundant display/ from includes
> commit: 8125838bb041c99c44c7a1a9c835f3e8b5ba0872
> [3/8] drm/xe: drop unnecessary include
> commit: 4c49d3819590d7d4f47063060eb9c67b1a2413db
> [4/8] drm/xe: drop redundant display/ from includes
> commit: cda2426139690947b709afe5328e2b566a27ccae
> [5/8] drm/xe: drop redundant ../ from includes
> commit: ff19a0d7bade988ac8bb45d2b22b4e9777694a7a
> [6/8] drm/xe: move all top level i915 compat headers to a separate subdirectory
> commit: d718a268655a51169764d7a9faf9fb34be53372c
> [7/8] drm/xe: remove unnecessary include
> commit: e411806284d177358c9ba7f33346fa8a9641490c
> [8/8] drm/xe: drop top level i915 from include path
> commit: c60ca5493bbb5dc134b93331a111445e945a1521
>
> Best regards,
--
Jani Nikula, Intel Open Source Graphics Center
next prev parent reply other threads:[~2023-03-08 8:09 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-03 10:52 [Intel-xe] [PATCH v2 0/8] drm/xe: clean up i915 includes both sides Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 1/8] drm/i915/display: don't use relative ../i915 includes Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 2/8] drm/i915/display: drop redundant display/ from includes Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 3/8] drm/xe: drop unnecessary include Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 4/8] drm/xe: drop redundant display/ from includes Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 5/8] drm/xe: drop redundant ../ " Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 6/8] drm/xe: move all top level i915 compat headers to a separate subdirectory Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 7/8] drm/xe: remove unnecessary include Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 8/8] drm/xe: drop top level i915 from include path Jani Nikula
2023-03-03 10:55 ` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: clean up i915 includes both sides (rev2) Patchwork
2023-03-03 10:56 ` [Intel-xe] ✗ CI.KUnit: failure " Patchwork
2023-03-03 12:29 ` Jani Nikula
2023-03-03 13:19 ` [Intel-xe] ✓ CI.Patch_applied: success " Patchwork
2023-03-03 13:19 ` [Intel-xe] ✗ CI.KUnit: failure " Patchwork
2023-03-07 16:45 ` [Intel-xe] ✗ CI.Patch_applied: " Patchwork
2023-03-07 16:48 ` Patchwork
2023-03-07 16:51 ` [Intel-xe] ✓ CI.Patch_applied: success " Patchwork
2023-03-07 19:37 ` Lucas De Marchi
2023-03-07 16:52 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-03-07 16:56 ` [Intel-xe] ✗ CI.Build: failure " Patchwork
2023-03-07 19:38 ` Lucas De Marchi
2023-03-07 19:47 ` Lucas De Marchi
2023-03-08 1:24 ` [Intel-xe] [PATCH v2 0/8] drm/xe: clean up i915 includes both sides Lucas De Marchi
2023-03-08 8:09 ` Jani Nikula [this message]
2023-03-08 10:44 ` [Intel-xe] ✗ CI.Patch_applied: failure for drm/xe: clean up i915 includes both sides (rev2) 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=87edpzd5qe.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-xe@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 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.