mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
drm/i915/nvls: Add NVL-S display support
Add platform description and PCI IDs for NVL-S. BSpec: 74201 Signed-off-by: Sai Teja Pottumuttu <sai.teja.pottumuttu@intel.com> Reviewed-by: Shekhar Chauhan <shekhar.chauhan@intel.com> Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com> Link: https://patch.msgid.link/20251202012306.9315-6-matthew.s.atwood@intel.com Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
This commit is contained in:
parent
df96701916
commit
8fad54133b
|
|
@ -1420,6 +1420,10 @@ static const struct platform_desc ptl_desc = {
|
|||
}
|
||||
};
|
||||
|
||||
static const struct platform_desc nvl_desc = {
|
||||
PLATFORM(novalake),
|
||||
};
|
||||
|
||||
__diag_pop();
|
||||
|
||||
/*
|
||||
|
|
@ -1495,6 +1499,7 @@ static const struct {
|
|||
INTEL_BMG_IDS(INTEL_DISPLAY_DEVICE, &bmg_desc),
|
||||
INTEL_PTL_IDS(INTEL_DISPLAY_DEVICE, &ptl_desc),
|
||||
INTEL_WCL_IDS(INTEL_DISPLAY_DEVICE, &ptl_desc),
|
||||
INTEL_NVLS_IDS(INTEL_DISPLAY_DEVICE, &nvl_desc),
|
||||
};
|
||||
|
||||
static const struct {
|
||||
|
|
|
|||
|
|
@ -103,7 +103,9 @@ struct pci_dev;
|
|||
func(battlemage) \
|
||||
/* Display ver 30 (based on GMD ID) */ \
|
||||
func(pantherlake) \
|
||||
func(pantherlake_wildcatlake)
|
||||
func(pantherlake_wildcatlake) \
|
||||
/* Display ver 35 (based on GMD ID) */ \
|
||||
func(novalake)
|
||||
|
||||
|
||||
#define __MEMBER(name) unsigned long name:1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user