Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Nilawar, Badal" <badal.nilawar@intel.com>
To: Michal Wajdeczko <michal.wajdeczko@intel.com>,
	<intel-xe@lists.freedesktop.org>
Subject: Re: [PATCH 2/2] drm/xe/vf: Don't claim support for firmware late-bind if VF
Date: Mon, 29 Sep 2025 14:25:48 +0530	[thread overview]
Message-ID: <725ae00e-8483-4dc0-af11-00346b3f707d@intel.com> (raw)
In-Reply-To: <20250928174811.198933-3-michal.wajdeczko@intel.com>


On 28-09-2025 23:18, Michal Wajdeczko wrote:
> 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;

Looks good to me.
Reviewed-by: Badal Nilawar <badal.nilawar@intel.com>

Thanks,
Badal

>   	xe->info.skip_guc_pc = 1;
>   	xe->info.skip_pcode = 1;
>   }

  parent reply	other threads:[~2025-09-29  8:56 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
2025-09-29  8:55   ` Nilawar, Badal [this message]
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=725ae00e-8483-4dc0-af11-00346b3f707d@intel.com \
    --to=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