[PATCH] drm/xe/bmg: Drop force_probe requirement
Lucas De Marchi
lucas.demarchi at intel.com
Wed Aug 28 12:22:16 UTC 2024
On Wed, Aug 28, 2024 at 01:51:52PM GMT, Balasubramani Vivekanandan wrote:
>Battlemage platform is sufficiently tested and found stable. CI is also
>pretty stable.
>Removing the force_probe requirement to enable the platform support by
>default.
>
>Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
>Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
>Cc: Jani Nikula <jani.nikula at intel.com>
>Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan at intel.com>
main caveat is that there are things needed that's going through the
drm-intel-next branch. That is known and we are testing with the merged
result. We need to get this in and drm-intel-next needs to get a pull
request done.
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
Lucas De Marchi
>---
> drivers/gpu/drm/xe/xe_pci.c | 1 -
> 1 file changed, 1 deletion(-)
>
>diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
>index fa57996f9c37..330cd2d785bc 100644
>--- a/drivers/gpu/drm/xe/xe_pci.c
>+++ b/drivers/gpu/drm/xe/xe_pci.c
>@@ -348,7 +348,6 @@ static const struct xe_device_desc bmg_desc = {
> DGFX_FEATURES,
> PLATFORM(BATTLEMAGE),
> .has_display = true,
>- .require_force_probe = true,
> .has_heci_cscfi = 1,
> };
>
>--
>2.34.1
>
More information about the Intel-xe
mailing list