[PATCH] drm/xe/bmg: Drop force_probe requirement

Thomas Hellström thomas.hellstrom at linux.intel.com
Wed Aug 28 19:15:21 UTC 2024


On Wed, 2024-08-28 at 12:46 -0400, Rodrigo Vivi wrote:
> On Wed, Aug 28, 2024 at 07:22:16AM -0500, Lucas De Marchi wrote:
> > 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.
> 
> No worries, the 64k-size-alignment for display is already in drm-
> intel-next
> and going in tomorrow's PR towards drm-next.
> 
> So, let's just add this here in Xe and send in this week's PR as
> well.
> 
> Next week we do backmerge no both sides to bring everything to a sync
> again in our -next branches.
> 
> > 
> > 
> > Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
> 
> Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom at linux.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