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 <imre.deak@xxxxxxxxx> > Signed-off-by: Anusha Srivatsa <anusha.srivatsa@xxxxxxxxx> Reviewed-by: Imre Deak <imre.deak@xxxxxxxxx> > --- > 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/drivers/gpu/drm/i915/display/intel_dmc.h > index c3c00ff03869..b20f3441ca60 100644 > --- a/drivers/gpu/drm/i915/display/intel_dmc.h > +++ b/drivers/gpu/drm/i915/display/intel_dmc.h > @@ -20,6 +20,8 @@ enum { > DMC_FW_MAIN = 0, > DMC_FW_PIPEA, > DMC_FW_PIPEB, > + DMC_FW_PIPEC, > + DMC_FW_PIPED, > DMC_FW_MAX > }; > > -- > 2.25.1 >