Re: [PATCH] drm/xe/dp: Enable DP tunneling

2025-01-21 Thread Imre Deak
On Fri, Jan 17, 2025 at 10:45:56AM -0600, Lucas De Marchi wrote: > [...] > > > > > > diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig > > > > > > index b51a2bde73e29..50cf80df51900 100644 > > > > > > --- a/drivers/gpu/drm/xe/Kconfig > > > > > > +++ b/drivers/gpu/drm/xe/Kconfig >

Re: [PATCH] drm/xe/dp: Enable DP tunneling

2025-01-17 Thread Lucas De Marchi
On Fri, Jan 17, 2025 at 05:55:57PM +0200, Imre Deak wrote: On Thu, Jan 16, 2025 at 02:38:34PM -0600, Lucas De Marchi wrote: On Mon, Jan 13, 2025 at 07:40:59PM +0200, Imre Deak wrote: > On Mon, Jan 13, 2025 at 06:38:34PM +0200, Jani Nikula wrote: > > On Mon, 13 Jan 2025, Imre Deak wrote: > > > E

Re: [PATCH] drm/xe/dp: Enable DP tunneling

2025-01-17 Thread Imre Deak
On Thu, Jan 16, 2025 at 02:38:34PM -0600, Lucas De Marchi wrote: > On Mon, Jan 13, 2025 at 07:40:59PM +0200, Imre Deak wrote: > > On Mon, Jan 13, 2025 at 06:38:34PM +0200, Jani Nikula wrote: > > > On Mon, 13 Jan 2025, Imre Deak wrote: > > > > Enable the DP tunneling functionality in the xe driver.

Re: [PATCH] drm/xe/dp: Enable DP tunneling

2025-01-17 Thread Imre Deak
On Thu, Jan 16, 2025 at 02:32:21PM -0600, Lucas De Marchi wrote: > On Mon, Jan 13, 2025 at 05:48:32PM +0200, Imre Deak wrote: > > Enable the DP tunneling functionality in the xe driver. > > > > Signed-off-by: Imre Deak > > --- > > drivers/gpu/drm/i915/display/intel_dp_tunnel.h | 5 +++-- > > driv

Re: [PATCH] drm/xe/dp: Enable DP tunneling

2025-01-16 Thread Lucas De Marchi
On Mon, Jan 13, 2025 at 07:40:59PM +0200, Imre Deak wrote: On Mon, Jan 13, 2025 at 06:38:34PM +0200, Jani Nikula wrote: On Mon, 13 Jan 2025, Imre Deak wrote: > Enable the DP tunneling functionality in the xe driver. > > Signed-off-by: Imre Deak > --- > drivers/gpu/drm/i915/display/intel_dp_tu

Re: [PATCH] drm/xe/dp: Enable DP tunneling

2025-01-16 Thread Lucas De Marchi
On Mon, Jan 13, 2025 at 05:48:32PM +0200, Imre Deak wrote: Enable the DP tunneling functionality in the xe driver. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/display/intel_dp_tunnel.h | 5 +++-- drivers/gpu/drm/xe/Kconfig | 14 ++ drivers/gpu/drm/xe/Makefil

Re: [PATCH] drm/xe/dp: Enable DP tunneling

2025-01-13 Thread Imre Deak
On Mon, Jan 13, 2025 at 06:38:34PM +0200, Jani Nikula wrote: > On Mon, 13 Jan 2025, Imre Deak wrote: > > Enable the DP tunneling functionality in the xe driver. > > > > Signed-off-by: Imre Deak > > --- > > drivers/gpu/drm/i915/display/intel_dp_tunnel.h | 5 +++-- > > drivers/gpu/drm/xe/Kconfig

Re: [PATCH] drm/xe/dp: Enable DP tunneling

2025-01-13 Thread Jani Nikula
On Mon, 13 Jan 2025, Imre Deak wrote: > Enable the DP tunneling functionality in the xe driver. > > Signed-off-by: Imre Deak > --- > drivers/gpu/drm/i915/display/intel_dp_tunnel.h | 5 +++-- > drivers/gpu/drm/xe/Kconfig | 14 ++ > drivers/gpu/drm/xe/Makefile

[PATCH] drm/xe/dp: Enable DP tunneling

2025-01-13 Thread Imre Deak
Enable the DP tunneling functionality in the xe driver. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/display/intel_dp_tunnel.h | 5 +++-- drivers/gpu/drm/xe/Kconfig | 14 ++ drivers/gpu/drm/xe/Makefile| 3 +++ 3 files changed, 20 inserti