From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Alan Previn <alan.previn.teres.alexis@intel.com>,
intel-gfx@lists.freedesktop.org,
Alexander Usyskin <alexander.usyskin@intel.com>,
dri-devel@lists.freedesktop.org,
Tomas Winkler <tomas.winkler@intel.com>
Subject: Re: [Intel-gfx] [PATCH v2 00/15] drm/i915: HuC loading for DG2
Date: Fri, 19 Aug 2022 09:21:00 +0200 [thread overview]
Message-ID: <Yv853PiPcf+gaIf0@kroah.com> (raw)
In-Reply-To: <20220818230243.3921066-1-daniele.ceraolospurio@intel.com>
On Thu, Aug 18, 2022 at 04:02:28PM -0700, Daniele Ceraolo Spurio wrote:
> Note that this series includes several mei patches that add support for
> sending the HuC loading command via mei-gsc. These patches depend on the
> GSC support for DG2 [1], which has been included squashed in a single
> patch to make the series apply and allow CI to run. We plan to merge
> those patches through the drm tree because i915 is the sole user.
Doesn't look like you cc:ed me on any of the mei patches, which is odd,
and ensure I can't review them :(
And why are mei changes needed only for drm?
thanks,
greg k-h
WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Tony Ye <tony.ye@intel.com>,
Alan Previn <alan.previn.teres.alexis@intel.com>,
intel-gfx@lists.freedesktop.org,
Alexander Usyskin <alexander.usyskin@intel.com>,
dri-devel@lists.freedesktop.org,
Tomas Winkler <tomas.winkler@intel.com>
Subject: Re: [PATCH v2 00/15] drm/i915: HuC loading for DG2
Date: Fri, 19 Aug 2022 09:21:00 +0200 [thread overview]
Message-ID: <Yv853PiPcf+gaIf0@kroah.com> (raw)
In-Reply-To: <20220818230243.3921066-1-daniele.ceraolospurio@intel.com>
On Thu, Aug 18, 2022 at 04:02:28PM -0700, Daniele Ceraolo Spurio wrote:
> Note that this series includes several mei patches that add support for
> sending the HuC loading command via mei-gsc. These patches depend on the
> GSC support for DG2 [1], which has been included squashed in a single
> patch to make the series apply and allow CI to run. We plan to merge
> those patches through the drm tree because i915 is the sole user.
Doesn't look like you cc:ed me on any of the mei patches, which is odd,
and ensure I can't review them :(
And why are mei changes needed only for drm?
thanks,
greg k-h
next prev parent reply other threads:[~2022-08-19 7:21 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-18 23:02 [Intel-gfx] [PATCH v2 00/15] drm/i915: HuC loading for DG2 Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-18 23:02 ` [Intel-gfx] [PATCH v2 01/15] HAX: mei: GSC support for XeHP SDV and DG2 platform Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-18 23:02 ` [Intel-gfx] [PATCH v2 02/15] mei: add support to GSC extended header Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-18 23:02 ` [Intel-gfx] [PATCH v2 03/15] mei: bus: enable sending gsc commands Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-18 23:02 ` [Intel-gfx] [PATCH v2 04/15] mei: bus: extend bus API to support command streamer API Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-18 23:02 ` [Intel-gfx] [PATCH v2 05/15] mei: pxp: add command streamer API to the PXP driver Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-18 23:02 ` [Intel-gfx] [PATCH v2 06/15] mei: pxp: support matching with a gfx discrete card Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-18 23:02 ` [Intel-gfx] [PATCH v2 07/15] drm/i915/pxp: load the pxp module when we have a gsc-loaded huc Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-18 23:02 ` [Intel-gfx] [PATCH v2 08/15] drm/i915/pxp: implement function for sending tee stream command Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-18 23:02 ` [Intel-gfx] [PATCH v2 09/15] drm/i915/pxp: add huc authentication and loading command Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-19 4:11 ` [Intel-gfx] " kernel test robot
2022-08-18 23:02 ` [Intel-gfx] [PATCH v2 10/15] drm/i915/dg2: setup HuC loading via GSC Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-18 23:02 ` [Intel-gfx] [PATCH v2 11/15] drm/i915/huc: track delayed HuC load with a fence Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-18 23:02 ` [Intel-gfx] [PATCH v2 12/15] drm/i915/huc: stall media submission until HuC is loaded Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-18 23:02 ` [Intel-gfx] [PATCH v2 13/15] drm/i915/huc: better define HuC status getparam possible return values Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-18 23:02 ` [Intel-gfx] [PATCH v2 14/15] drm/i915/huc: define gsc-compatible HuC fw for DG2 Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-18 23:02 ` [Intel-gfx] [PATCH v2 15/15] HAX: drm/i915: force INTEL_MEI_GSC and INTEL_MEI_PXP on for CI Daniele Ceraolo Spurio
2022-08-18 23:02 ` Daniele Ceraolo Spurio
2022-08-19 1:39 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: HuC loading for DG2 Patchwork
2022-08-19 1:39 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-08-19 2:01 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-08-19 7:21 ` Greg Kroah-Hartman [this message]
2022-08-19 7:21 ` [PATCH v2 00/15] " Greg Kroah-Hartman
2022-08-19 15:01 ` [Intel-gfx] " Ceraolo Spurio, Daniele
2022-08-19 15:01 ` Ceraolo Spurio, Daniele
2022-08-20 2:01 ` [Intel-gfx] ✗ Fi.CI.IGT: failure for " 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=Yv853PiPcf+gaIf0@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=alan.previn.teres.alexis@intel.com \
--cc=alexander.usyskin@intel.com \
--cc=daniele.ceraolospurio@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=tomas.winkler@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.