Jump to content
XPEnology Community

Whiterat

Rookie
  • Posts

    1
  • Joined

  • Last visited

Whiterat's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. @blackmanga Awesome work. Would you mind having a quick look into adding support for Alder Lake N? It looks a fairly trivial backport since you've already got Gen11 support. I'm on (918 7.2 modules loaded fine, just not matching the id so toolchain/kernel should be good for dva still) Linux GB-NVR 4.4.302+ #69057 SMP Fri Jan 12 17:02:28 CST 2024 x86_64 GNU/Linux synology_geminilake_dva1622 https://lore.kernel.org/all/20211210051802.4063958-1-tejaskumarx.surendrakumar.upadhyay@intel.com/ Adding PCI device ids and enabling ADL-N platform. ADL-N from i915 point of view is subplatform of ADL-P. BSpec: 68397 Changes since V2: - Added version log history Changes since V1: - replace IS_ALDERLAKE_N with IS_ADLP_N - Jani Nikula Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com> --- arch/x86/kernel/early-quirks.c | 1 + drivers/gpu/drm/i915/i915_drv.h | 2 ++ drivers/gpu/drm/i915/i915_pci.c | 1 + drivers/gpu/drm/i915/intel_device_info.c | 7 +++++++ drivers/gpu/drm/i915/intel_device_info.h | 3 +++ include/drm/i915_pciids.h | 6 ++++++ 6 files changed, 20 insertions(+) ....
×
×
  • Create New...