Re: [PATCH] drm/xe/dp: Fix non-display builds with DP tunnelling incorrectly enabled

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Jan 21, 2025 at 06:37:54AM +0200, Kandpal, Suraj wrote:
> 
> 
> > -----Original Message-----
> > From: Deak, Imre <imre.deak@xxxxxxxxx>
> > Sent: Friday, January 17, 2025 9:09 PM
> > To: intel-xe@xxxxxxxxxxxxxxxxxxxxx; intel-gfx@xxxxxxxxxxxxxxxxxxxxx
> > Cc: Kandpal, Suraj <suraj.kandpal@xxxxxxxxx>; De Marchi, Lucas
> > <lucas.demarchi@xxxxxxxxx>
> > Subject: [PATCH] drm/xe/dp: Fix non-display builds with DP tunnelling
> > incorrectly enabled
> >
> > Code for the DP tunnelling functionality in the xe driver can be built only if
> > the display code is also built, adjust the kconfig dependency accordingly.
> >
> > Cc: Suraj Kandpal <suraj.kandpal@xxxxxxxxx>
> > Fixes: 73900dce57e4 ("drm/xe/dp: Enable DP tunneling")
> > Reported-by: Lucas De Marchi <lucas.demarchi@xxxxxxxxx>
> > Signed-off-by: Imre Deak <imre.deak@xxxxxxxxx>
> 
> LGTM,
> Reviewed-by: Suraj Kandpal <suraj.kandpal@xxxxxxxxx>

Thanks, patch is pushed to drm-intel-next.

> > ---
> >  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
> > 50cf80df51900..99219c16e8aac 100644
> > --- a/drivers/gpu/drm/xe/Kconfig
> > +++ b/drivers/gpu/drm/xe/Kconfig
> > @@ -61,7 +61,7 @@ config DRM_XE_DISPLAY
> >
> >  config DRM_XE_DP_TUNNEL
> >       bool "Enable DP tunnel support"
> > -     depends on DRM_XE
> > +     depends on DRM_XE_DISPLAY
> >       depends on USB4
> >       select DRM_DISPLAY_DP_TUNNEL
> >       default y
> > --
> > 2.44.2
> 



[Index of Archives]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux