> Subject: [PATCH 15/16] drm/i915/nvlp: Hook up display support > > From: Matt Roper <[email protected]> > > Although NVL-S and NVL-P are quite different on the GT side, they use > identical Xe3p_LPD display IP and should take all the same codepaths. > > Signed-off-by: Matt Roper <[email protected]> > Signed-off-by: Gustavo Sousa <[email protected]>
LGTM, Reviewed-by: Suraj Kandpal <[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 471f236c9ddf..1a7f3ca079e8 100644 > --- a/drivers/gpu/drm/i915/display/intel_display_device.c > +++ b/drivers/gpu/drm/i915/display/intel_display_device.c > @@ -1500,6 +1500,7 @@ static const struct { > INTEL_PTL_IDS(INTEL_DISPLAY_DEVICE, &ptl_desc), > INTEL_WCL_IDS(INTEL_DISPLAY_DEVICE, &ptl_desc), > INTEL_NVLS_IDS(INTEL_DISPLAY_DEVICE, &nvl_desc), > + INTEL_NVLP_IDS(INTEL_DISPLAY_DEVICE, &nvl_desc), > }; > > static const struct { > > -- > 2.52.0
