* [PATCH] drm/xe/vf: Enable VF resource fixup unconditionally
@ 2025-11-07 16:10 Michał Winiarski
2025-11-07 16:41 ` Michal Wajdeczko
0 siblings, 1 reply; 2+ messages in thread
From: Michał Winiarski @ 2025-11-07 16:10 UTC (permalink / raw)
To: Lucas De Marchi, Thomas Hellström, Rodrigo Vivi, intel-xe,
Matthew Brost, Michal Wajdeczko, Tomasz Lis
Cc: dri-devel, David Airlie, Simona Vetter, Lukasz Laguna,
Michał Winiarski
All the feature enabling code is in place - drop the debug flag
requirement for VF resource fixup.
Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
---
drivers/gpu/drm/xe/xe_sriov_vf.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_sriov_vf.c b/drivers/gpu/drm/xe/xe_sriov_vf.c
index 39c829daa97c7..284ce37ca92d7 100644
--- a/drivers/gpu/drm/xe/xe_sriov_vf.c
+++ b/drivers/gpu/drm/xe/xe_sriov_vf.c
@@ -156,14 +156,6 @@ void xe_sriov_vf_migration_disable(struct xe_device *xe, const char *fmt, ...)
static void vf_migration_init_early(struct xe_device *xe)
{
- /*
- * TODO: Add conditions to allow specific platforms, when they're
- * supported at production quality.
- */
- if (!IS_ENABLED(CONFIG_DRM_XE_DEBUG))
- return xe_sriov_vf_migration_disable(xe,
- "experimental feature not available on production builds");
-
if (!xe_device_has_memirq(xe))
return xe_sriov_vf_migration_disable(xe, "requires memory-based IRQ support");
--
2.51.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] drm/xe/vf: Enable VF resource fixup unconditionally
2025-11-07 16:10 [PATCH] drm/xe/vf: Enable VF resource fixup unconditionally Michał Winiarski
@ 2025-11-07 16:41 ` Michal Wajdeczko
0 siblings, 0 replies; 2+ messages in thread
From: Michal Wajdeczko @ 2025-11-07 16:41 UTC (permalink / raw)
To: Michał Winiarski, Lucas De Marchi, Thomas Hellström,
Rodrigo Vivi, intel-xe, Matthew Brost, Tomasz Lis
Cc: dri-devel, David Airlie, Simona Vetter, Lukasz Laguna
On 11/7/2025 5:10 PM, Michał Winiarski wrote:
> All the feature enabling code is in place - drop the debug flag
> requirement for VF resource fixup.
>
> Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
> ---
> drivers/gpu/drm/xe/xe_sriov_vf.c | 8 --------
> 1 file changed, 8 deletions(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_sriov_vf.c b/drivers/gpu/drm/xe/xe_sriov_vf.c
> index 39c829daa97c7..284ce37ca92d7 100644
> --- a/drivers/gpu/drm/xe/xe_sriov_vf.c
> +++ b/drivers/gpu/drm/xe/xe_sriov_vf.c
> @@ -156,14 +156,6 @@ void xe_sriov_vf_migration_disable(struct xe_device *xe, const char *fmt, ...)
>
> static void vf_migration_init_early(struct xe_device *xe)
> {
> - /*
> - * TODO: Add conditions to allow specific platforms, when they're
> - * supported at production quality.
> - */
> - if (!IS_ENABLED(CONFIG_DRM_XE_DEBUG))
> - return xe_sriov_vf_migration_disable(xe,
> - "experimental feature not available on production builds");
> -
> if (!xe_device_has_memirq(xe))
> return xe_sriov_vf_migration_disable(xe, "requires memory-based IRQ support");
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-07 16:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-07 16:10 [PATCH] drm/xe/vf: Enable VF resource fixup unconditionally Michał Winiarski
2025-11-07 16:41 ` Michal Wajdeczko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox