Jump to content
XPEnology Community

i915.ko backported driver for intel 10th gen (DS918+ ver 7.0.1 up3)


Recommended Posts

2 часа назад, blackmanga сказал:

 

Much better, but:

 

root@xpe-home:/volume1/homes/mitya/i915# ./rm_modules.sh
rmmod: ERROR: Module fb is in use by: efifb fbcon softcursor bitblit
root@xpe-home:/volume1/homes/mitya/i915# ./in_modules.sh
insmod: ERROR: could not insert module fb.ko: File exists
./in_modules.sh: line 10:  9267 Killed                  insmod i915.ko

 


 

dmesg.txt

Edited by mitya_zzz
Link to comment
Share on other sites

  • 3 months later...

@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(+)
 ....

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...