On 10/15/2025 8:45, Gustavo Sousa wrote:
From: Sai Teja Pottumuttu <[email protected]> Xe3p_LPD (display version 35) is similar to Xe2_LPD with respect to the features described by struct intel_display_device_info, so reuse its device descriptor. Bspec: 74304 Signed-off-by: Sai Teja Pottumuttu <[email protected]> Signed-off-by: Gustavo Sousa <[email protected]>
Maybe we can add Bspec: 74201 as well, but nothing that might stop the block the patch, so with that aside, LGTM,
Reviewed-by: Shekhar Chauhan <[email protected]>
--- 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 f3f1f25b0f38..a38de39ed98c 100644 --- a/drivers/gpu/drm/i915/display/intel_display_device.c +++ b/drivers/gpu/drm/i915/display/intel_display_device.c @@ -1507,6 +1507,7 @@ static const struct { { 20, 0, &xe2_lpd_display }, { 30, 0, &xe2_lpd_display }, { 30, 2, &wcl_display }, + { 35, 0, &xe2_lpd_display }, };static const struct intel_display_device_info *
