[Intel-gfx] [PATCH] drm/i915: Fix wrong name announced on FB driver switching

Janusz Krzysztofik janusz.krzysztofik at linux.intel.com
Wed May 26 11:32:21 UTC 2021


Hi,

On poniedziałek, 3 maja 2021 19:38:17 CEST Jani Nikula wrote:
> On Thu, 29 Apr 2021, Janusz Krzysztofik <janusz.krzysztofik at linux.intel.com> 
wrote:
> > Commit 7a0f9ef9703d ("drm/i915: Use drm_fb_helper_fill_info")
> > effectively changed our FB driver name from "inteldrmfb" to
> > "i915drmfb".  However, we are still using the old name when kicking out
> > a firmware fbdev driver potentially bound to our device.  Use the new
> > name to avoid confusion.
> >
> > Note: since the new name is assigned by a DRM fbdev helper called at
> > the DRM driver registration time, that name is not available when we
> > kick the other driver out early, hence a hardcoded name must be used
> > unless the DRM layer exposes a macro for converting a DRM driver name
> > to its associated fbdev driver name.
> >
> > Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik at linux.intel.com>
> 
> LGTM, Daniel?
> 
> Reviewed-by: Jani Nikula <jani.nikula at intel.com>

Am I supposed to do something to push processing of this patch forward?  
Please note I have no push permissions so can't merge it myself.

> 
> $ dim fixes 7a0f9ef9703d
> Fixes: 7a0f9ef9703d ("drm/i915: Use drm_fb_helper_fill_info")
> Cc: Noralf Trønnes <noralf at tronnes.org>
> Cc: Alex Deucher <alexander.deucher at amd.com>
> Cc: Daniel Vetter <daniel.vetter at intel.com>
> Cc: Jani Nikula <jani.nikula at linux.intel.com>
> Cc: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
> Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
> Cc: intel-gfx at lists.freedesktop.org
> Cc: <stable at vger.kernel.org> # v5.2+

Should I resubmit with those tags appended?

Thanks,
Janusz

> 
> 
> > ---
> >  drivers/gpu/drm/i915/i915_drv.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/
i915_drv.c
> > index 785dcf20c77b..46082490dc9a 100644
> > --- a/drivers/gpu/drm/i915/i915_drv.c
> > +++ b/drivers/gpu/drm/i915/i915_drv.c
> > @@ -554,7 +554,7 @@ static int i915_driver_hw_probe(struct 
drm_i915_private *dev_priv)
> >  	if (ret)
> >  		goto err_perf;
> >  
> > -	ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, 
"inteldrmfb");
> > +	ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, 
"i915drmfb");
> >  	if (ret)
> >  		goto err_ggtt;
> 
> 






More information about the Intel-gfx mailing list