diff options
| author | Matt Roper <matthew.d.roper@intel.com> | 2025-06-14 01:01:38 +0530 |
|---|---|---|
| committer | Matt Roper <matthew.d.roper@intel.com> | 2025-06-18 15:39:21 -0700 |
| commit | f8e1c3e07db1805b585df65bd747fd98edbf4ca3 (patch) | |
| tree | f8c001251f39abe2486ee370f2e621bd44446d03 | |
| parent | 8383bdca54792fdae8221a92e6ac0b1f26712e39 (diff) | |
| download | linux-f8e1c3e07db1805b585df65bd747fd98edbf4ca3.tar.gz linux-f8e1c3e07db1805b585df65bd747fd98edbf4ca3.zip | |
drm/i915/xe3lpd: Add support for display version 30.02
Display version 30.02 should be treated the same as other Xe3 IP, but
will have a slightly different set of workarounds.
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://lore.kernel.org/r/20250613193146.3549862-2-dnyaneshwar.bhadane@intel.com
| -rw-r--r-- | drivers/gpu/drm/i915/display/intel_display_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_display_device.c b/drivers/gpu/drm/i915/display/intel_display_device.c index a4070f40e26f..089cffabbad5 100644 --- a/drivers/gpu/drm/i915/display/intel_display_device.c +++ b/drivers/gpu/drm/i915/display/intel_display_device.c @@ -1480,6 +1480,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 * |
