Re: [Intel-gfx] [PATCH 23/29] drm/i915/dp_mst: Enable DSC passthrough

2023-10-27 Thread Imre Deak
On Fri, Oct 27, 2023 at 06:00:33PM +0300, Imre Deak wrote: > On Fri, Oct 27, 2023 at 05:52:17PM +0300, Ville Syrjälä wrote: > > On Tue, Oct 24, 2023 at 04:09:19AM +0300, Imre Deak wrote: > > > Enable passing through DSC streams to the sink in last branch devices. > > > > > > Signed-off-by: Imre De

Re: [Intel-gfx] [PATCH 23/29] drm/i915/dp_mst: Enable DSC passthrough

2023-10-27 Thread Imre Deak
On Fri, Oct 27, 2023 at 05:52:17PM +0300, Ville Syrjälä wrote: > On Tue, Oct 24, 2023 at 04:09:19AM +0300, Imre Deak wrote: > > Enable passing through DSC streams to the sink in last branch devices. > > > > Signed-off-by: Imre Deak > > --- > > drivers/gpu/drm/i915/display/intel_dp.c | 26 +++

Re: [Intel-gfx] [PATCH 23/29] drm/i915/dp_mst: Enable DSC passthrough

2023-10-27 Thread Ville Syrjälä
On Tue, Oct 24, 2023 at 04:09:19AM +0300, Imre Deak wrote: > Enable passing through DSC streams to the sink in last branch devices. > > Signed-off-by: Imre Deak > --- > drivers/gpu/drm/i915/display/intel_dp.c | 26 - > 1 file changed, 25 insertions(+), 1 deletion(-) > >

[Intel-gfx] [PATCH 23/29] drm/i915/dp_mst: Enable DSC passthrough

2023-10-23 Thread Imre Deak
Enable passing through DSC streams to the sink in last branch devices. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/display/intel_dp.c | 26 - 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i91