From: "Piotr Piórkowski" <piotr.piorkowski@intel.com>
To: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: <intel-xe@lists.freedesktop.org>,
Badal Nilawar <badal.nilawar@intel.com>
Subject: Re: [PATCH 2/2] drm/xe/vf: Don't claim support for firmware late-bind if VF
Date: Mon, 29 Sep 2025 10:01:56 +0200 [thread overview]
Message-ID: <20250929080156.2laxwtjuavlrsqol@intel.com> (raw)
In-Reply-To: <20250928174811.198933-3-michal.wajdeczko@intel.com>
Michal Wajdeczko <michal.wajdeczko@intel.com> wrote on nie [2025-wrz-28 19:48:11 +0200]:
> In general, the VFs can't load firmwares so attempt to initialize
> the firmware late-bind component leads to errors like:
>
> [] xe 0000:03:00.1: [drm] *ERROR* Late bind component not bound
>
> Fixes: 918bd789d62e ("drm/xe/xe_late_bind_fw: Introduce xe_late_bind_fw")
> Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/6190
> Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
> Cc: Badal Nilawar <badal.nilawar@intel.com>
> ---
> drivers/gpu/drm/xe/xe_device.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/xe/xe_device.c b/drivers/gpu/drm/xe/xe_device.c
> index 0421042597a2..386940323630 100644
> --- a/drivers/gpu/drm/xe/xe_device.c
> +++ b/drivers/gpu/drm/xe/xe_device.c
> @@ -695,6 +695,7 @@ static void vf_update_device_info(struct xe_device *xe)
> xe->info.probe_display = 0;
> xe->info.has_heci_cscfi = 0;
> xe->info.has_heci_gscfi = 0;
> + xe->info.has_late_bind = 0;
> xe->info.skip_guc_pc = 1;
> xe->info.skip_pcode = 1;
> }
LGTM:
Reviewed-by: Piotr Piórkowski <piotr.piorkowski@intel.com>
> --
> 2.47.1
>
--
next prev parent reply other threads:[~2025-09-29 8:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-28 17:48 [PATCH 0/2] Don't claim support for firmware late-bind if VF Michal Wajdeczko
2025-09-28 17:48 ` [PATCH 1/2] drm/xe/vf: Rename sriov_update_device_info Michal Wajdeczko
2025-09-29 7:46 ` Piotr Piórkowski
2025-09-28 17:48 ` [PATCH 2/2] drm/xe/vf: Don't claim support for firmware late-bind if VF Michal Wajdeczko
2025-09-29 8:01 ` Piotr Piórkowski [this message]
2025-09-29 8:55 ` Nilawar, Badal
2025-09-28 17:55 ` ✓ CI.KUnit: success for " Patchwork
2025-09-28 18:32 ` ✓ Xe.CI.BAT: " Patchwork
2025-09-28 19:52 ` ✓ Xe.CI.Full: " 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=20250929080156.2laxwtjuavlrsqol@intel.com \
--to=piotr.piorkowski@intel.com \
--cc=badal.nilawar@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=michal.wajdeczko@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