[PATCH 1/9] drm/i915/xe3lpd: Add support for display version 30.02

Matt Roper matthew.d.roper at intel.com
Mon Jun 9 14:36:09 UTC 2025


On Sat, Jun 07, 2025 at 01:20:56AM +0530, Dnyaneshwar Bhadane wrote:
> From: Matt Roper <matthew.d.roper at intel.com>
> 
> Display version 30.02 should be treated the same as other Xe3 IP, but
> will have a slightly different set of workarounds.

It looks like this series was only sent to the intel-xe mailing list.
The display-related patches will also need to be sent or cc'd to
intel-gfx so that i915's CI can run on them and ensure there isn't any
accidental breakage of i915 platforms.


Matt

> 
> Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
> Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane at intel.com>
> Reviewed-by: Gustavo Sousa <gustavo.sousa at intel.com>
> ---
>  drivers/gpu/drm/i915/display/intel_display_device.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_display_device.c b/drivers/gpu/drm/i915/display/intel_display_device.c
> index 1d8c2036d967..d398b9086116 100644
> --- a/drivers/gpu/drm/i915/display/intel_display_device.c
> +++ b/drivers/gpu/drm/i915/display/intel_display_device.c
> @@ -1479,6 +1479,7 @@ static const struct {
>  	{ 14,  1, &xe2_hpd_display },
>  	{ 20,  0, &xe2_lpd_display },
>  	{ 30,  0, &xe2_lpd_display },
> +	{ 30,  2, &xe2_lpd_display },
>  };
>  
>  static const struct intel_display_device_info *
> -- 
> 2.34.1
> 

-- 
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation


More information about the Intel-xe mailing list