[PATCH] drm/xe: display support should not depend on EXPERT

Francois Dugast francois.dugast at intel.com
Thu Jan 11 10:58:09 UTC 2024


On Thu, Jan 11, 2024 at 12:48:22PM +0200, Jani Nikula wrote:
> On Thu, 11 Jan 2024, Jani Nikula <jani.nikula at intel.com> wrote:
> > Remove the DRM_XE_DISPLAY config dependency on EXPERT. I can only
> > presume the idea was only experts should be able to disable it, but the
> > effect is the opposite.
> 
> Forgot to add,
> 
> Reported-by: Eero Tamminen <eero.t.tamminen at intel.com>
> 
> > Signed-off-by: Jani Nikula <jani.nikula at intel.com>

Reviewed-by: Francois Dugast <francois.dugast at intel.com>

> > ---
> >  drivers/gpu/drm/xe/Kconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig
> > index 1cced50d8d8c..e36ae1f0d885 100644
> > --- a/drivers/gpu/drm/xe/Kconfig
> > +++ b/drivers/gpu/drm/xe/Kconfig
> > @@ -47,7 +47,7 @@ config DRM_XE
> >  
> >  config DRM_XE_DISPLAY
> >  	bool "Enable display support"
> > -	depends on DRM_XE && EXPERT && DRM_XE=m
> > +	depends on DRM_XE && DRM_XE=m
> >  	select FB_IOMEM_HELPERS
> >  	select I2C
> >  	select I2C_ALGOBIT
> 
> -- 
> Jani Nikula, Intel


More information about the Intel-xe mailing list