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

Imre Deak imre.deak at intel.com
Fri Oct 22 20:53:10 UTC 2021


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 at intel.com>
> Signed-off-by: Anusha Srivatsa <anusha.srivatsa at intel.com>

Reviewed-by: Imre Deak <imre.deak at intel.com>

> ---
>  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
> 


More information about the Intel-gfx mailing list