Re: [Intel-gfx] [PATCH] i915/display/dmc: Add Support for PipeC and PipeD DMC

2021-10-22 Thread Imre Deak
On Wed, Oct 06, 2021 at 01:45:47PM -0700, Anusha Srivatsa wrote: > So far we had support for main, PipeA and PipeB > DMC. If we find a binary from PipeA-D, lets load it. > > Cc: Imre Deak > Signed-off-by: Anusha Srivatsa Reviewed-by: Imre Deak > --- > drivers/gpu/drm/i915/display/intel_dmc.h

[Intel-gfx] [PATCH] i915/display/dmc: Add Support for PipeC and PipeD DMC

2021-10-06 Thread Anusha Srivatsa
So far we had support for main, PipeA and PipeB DMC. If we find a binary from PipeA-D, lets load it. Cc: Imre Deak Signed-off-by: Anusha Srivatsa --- drivers/gpu/drm/i915/display/intel_dmc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i915/display/intel_dmc.h b/driver