]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/i915/nvlp: Hook up display support
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 6 Feb 2026 18:36:10 +0000 (15:36 -0300)
committerGustavo Sousa <gustavo.sousa@intel.com>
Tue, 10 Feb 2026 13:09:23 +0000 (10:09 -0300)
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 <matthew.d.roper@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patch.msgid.link/20260206-nvl-p-upstreaming-v3-14-636e1ad32688@intel.com
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
drivers/gpu/drm/i915/display/intel_display_device.c

index 471f236c9ddf81647856d1706d8daf1ee8013c9b..1a7f3ca079e819a2213b6d822ebdc13d77e9b492 100644 (file)
@@ -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 {