UHD 750 - Rocket Lake IGP support.


Recommended Posts

I know i915 is supported so is there any way we could get the new UHD 750 i915 drivers supported in Unraid? Specifically the new Rocket Lake line of processors and the new UHD 750 IGP.

 

Maybe I'm just doing it wrong, but trying to load the i915 drivers i get this error message:

[  636.077251] i915 0000:00:02.0: Your graphics device 4c8a is not properly supported by the driver in this
               kernel version. To force driver probe anyway, use i915.force_probe=4c8a
               module parameter or CONFIG_DRM_I915_FORCE_PROBE=4c8a configuration option,
               or (recommended) check for kernel updates.

Edited by alex711
  • Like 1
Link to comment
17 hours ago, fahmietalife said:

desperate for UHD750 to be supported by unraid..... 

@xXxFound this, looks like support is already there, but needs to be triggered at present. You should be able to add to the i915 conf file in modprobe.d 

 

With Rocket Lake, the Linux support is all in order once again. But there is one sort of exception: the Gen12 Xe Graphics might not be working out-of-the-box depending upon your kernel. When I first booted up the Rocket Lake test system with Linux 5.12 + Mesa Git previously already installed, I was startled to find accelerated graphics not working... LLVMpipe was at play. This was a big surprise given Intel's track record and Gen12 Linux graphics support being out for a while now. Checking dmesg though quickly revealed that the PCI ID was still hidden behind the early support flag.

 

Re-booting the system while having "i915.force_probe=4c8a" avoided the issue and accelerated graphics were quickly working. All was well on both the i5-11600K and i9-11900K processors when booting the stable Linux kernel with the force_probe option. While the patch to remove Rocket Lake from requiring the force probe has been on the mailing list for several months, as of writing it hasn't landed in the stable upstream Linux kernel. At the moment that is queued into DRM-Next ahead of Linux 5.13... We'll see if one of the "fixes" pull request soon removes this restriction. Some distribution kernels including the likes of Ubuntu are already carrying the patch for providing the Rocket Lake support out-of-the-box.

 

I am not 100% sure if this is correct. But I think you should be able to add the following to i915.conf

 

options i915 force_probe=4c8a

 

Removal of support flag not in kernel as yet.

 

 

Edited by SimonF
  • Thanks 1
Link to comment
46 minutes ago, xXx said:

 

IMG_20210408_153112__01.jpg

Just to confirm you have the following

 

root@computenode:~# cat /boot/config/modprobe.d/i915.conf 
options i915 force_probe=4c8a
root@computenode:~# 

 

I dont have a new gen cpu, but dont get any errors.

 

root@computenode:~# modprobe -c | grep 4c8a
options i915 force_probe=4c8a

Edited by SimonF
  • Thanks 1
Link to comment
24 minutes ago, xXx said:

I realized just when I made the capture, it is changed to 4c8b, but it keeps giving me the same error

Please try to append 'force_probe=4c8a' to your syslinux.config and reboot (if you do it like that then please remove the contents of the i915.conf file).

Please don't double post, you also can mention me here. ;)

 

Your i915.conf file has to be empty or at least have only the middle line in it, the first and the last line are wrong.

  • Like 1
  • Thanks 1
Link to comment
30 minutes ago, ich777 said:

Intente agregar 'force_probe = 4c8a' a su syslinux.config y reinicie (si lo hace así, elimine el contenido del archivo i915.conf).

Por favor, no publiques dos veces, también puedes mencionarme aquí. ;)

 

Su archivo i915.conf debe estar vacío o al menos tener solo la línea media, la primera y la última línea son incorrectas.

yes, I have added only one line: options i915 force_probe = 4c8b
Sorry to mention in two,

Link to comment

What output to you get from lspci -v for your gpu.

 

Example:


00:02.0 VGA compatible controller: Intel Corporation Device 9ba8 (rev 03) (prog-if 00 [VGA controller])
        DeviceName: Onboard - Video
        Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7c88
        Flags: bus master, fast devsel, latency 0, IRQ 127, IOMMU group 2
        Memory at c2000000 (64-bit, non-prefetchable) [size=16M]
        Memory at a0000000 (64-bit, prefetchable) [size=256M]
        I/O ports at 5000 [size=64]
        Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
        Capabilities: [40] Vendor Specific Information: Len=0c <?>
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
        Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
        Capabilities: [d0] Power Management version 2
        Capabilities: [100] Process Address Space ID (PASID)
        Capabilities: [200] Address Translation Service (ATS)
        Capabilities: [300] Page Request Interface (PRI)
        Kernel driver in use: i915
        Kernel modules: i915
 

  • Thanks 1
Link to comment
Hace 5 minutos, SimonF dijo:

00:02.0 VGA compatible controller: Intel Corporation Device 4c8b (rev 04) (prog-if 00 [VGA controller])
        Subsystem: ASRock Incorporation Device 4c8b
        Flags: bus master, fast devsel, latency 0, IRQ 159, IOMMU group 1
        Memory at 6000000000 (64-bit, non-prefetchable) [size=16M]
        Memory at 4000000000 (64-bit, prefetchable) [size=256M]
        I/O ports at 5000 [size=64]
        Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
        Capabilities: [40] Vendor Specific Information: Len=0c <?>
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
        Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable+ 64bit-
        Capabilities: [d0] Power Management version 2
        Capabilities: [100] Process Address Space ID (PASID)
        Capabilities: [200] Address Translation Service (ATS)
        Capabilities: [300] Page Request Interface (PRI)
        Kernel driver in use: i915
        Kernel modules: i915

 

 

Link to comment
55 minutes ago, xXx said:

Yes now. Thanks a lot :)

yes!!.PNG

intel GPU.PNG

 

1 hour ago, xXx said:

force_probe = 4c8b

You can also add this as said to your syslinux.conf file so that you don't have to do anything or create a file if you installed the Intel-GPU-TOP plugin.

But I was wrong above you have to do it in this format:

i915.force_probe=4c8b

Simply append this to your syslinux.conf file and this is appended when the Intel-GPU-TOP plugin loads the drivers, so no need to create the file with the contents (Main -> Click on 'Flash' and append it like that and click Apply at the bottom):

grafik.thumb.png.aad9d9542c4ab9425e84802da2210050.png

 

 

57 minutes ago, xXx said:

It already works albeit half, when I use plex pass, it only transcodes H264 the integrated igpu, but if I run H265 it does not transcode the igpu

From what I know this is a problem with Plex and you can only solve this if you run a custom script but you have to run it on every update of the container otherwise it will stop working again.

 

I would post an issue an the Plex Forums about that. ;)

  • Like 2
Link to comment
  • 2 weeks later...

Adding "i915.force_probe=4c8b" to "/boot/config/modprobe.d/i915.conf" worked for me, until I added an additional discrete Nvidia card, a Quadro RTX 4000, and installed the Nvidia Driver package. The Intel iGPU no longer appears in syslog or lspci, yet devices are created in /dev/dri. 

 

root@photon:/dev/dri# modprobe i915

root@photon:/dev/dri# lspci | grep i915 -i

root@photon:/dev/dri# modprobe -r i915

root@photon:/dev/dri# modprobe i915

root@photon:/dev/dri# ls /dev/dri
by-path/  card0  renderD128

root@photon:/dev/dri# intel_gpu_top 
No device filter specified and no discrete/integrated i915 devices found

root@photon:/dev/dri# lspci -v | grep gpu -i

root@photon:/dev/dri# lspci -v | grep nvidia -i

01:00.0 VGA compatible controller: NVIDIA Corporation TU104GL [Quadro RTX 4000] (rev a1) (prog-if 00 [VGA controller])
        Subsystem: NVIDIA Corporation Device 12a0
        Kernel driver in use: nvidia
        Kernel modules: nvidia_drm, nvidia
01:00.1 Audio device: NVIDIA Corporation TU104 HD Audio Controller (rev a1)
        Subsystem: NVIDIA Corporation Device 12a0
01:00.2 USB controller: NVIDIA Corporation TU104 USB 3.1 Host Controller (rev a1) (prog-if 30 [XHCI])
        Subsystem: NVIDIA Corporation Device 12a0
01:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU104 USB Type-C UCSI Controller (rev a1)
        Subsystem: NVIDIA Corporation Device 12a0
root@photon:/dev/dri# lspci -v | grep vga -i
01:00.0 VGA compatible controller: NVIDIA Corporation TU104GL [Quadro RTX 4000] (rev a1) (prog-if 00 [VGA controller])

root@photon:/dev/dri# lsmod | grep i915
i915                 1712128  0
video                  45056  1 i915
iosf_mbi               16384  1 i915
i2c_algo_bit           16384  1 i915
intel_gtt              20480  1 i915
drm_kms_helper        163840  2 nvidia_drm,i915
drm                   356352  4 drm_kms_helper,nvidia_drm,i915
i2c_core               45056  7 drm_kms_helper,i2c_algo_bit,nvidia,i2c_smbus,i2c_i801,i915,drm
backlight              16384  3 video,i915,drm

 

Edited by ensnare
Link to comment

I think on my motherboard, I had to set to iGPU other wise uses the pGPU(PEG). So you may need to check BIOS.

 

root@computenode:~# lspci  | grep VGA 
00:02.0 VGA compatible controller: Intel Corporation Device 9ba8 (rev 03)
01:00.0 VGA compatible controller: NVIDIA Corporation GK106GL [Quadro K4000] (rev a1)

 

This is for a MSI taken from a youtube video, you will need to change Primary from PEG or enable IGD Multi. Not sure which Motherboard you have.

image.png.885ded1aade8c9f28ac00c33ed4cc5cd.png

Edited by SimonF
  • Like 1
Link to comment

That worked, thanks. I added a dummy HDMI key to the on-board GPU and now both are working.

 

Also as a follow-up for anyone else enabling a UHD 720/750 iGPU, I added these two lines to:

/boot/config/modprobe.d/i915.conf

 

options i915 force_probe=4c8a
options i915 enable_guc=2

 

The second was required to enable hardware VP9 encoding and additional HEVC encoding profiles

 

root@9362b3a147fb:~# vainfo
error: XDG_RUNTIME_DIR not set in the environment.
error: can't connect to X server!
libva info: VA-API version 1.11.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_11
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.11 (libva 2.11.0)
vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 21.1.3 (bec8e13)
vainfo: Supported profile and entrypoints
      VAProfileNone                   :	VAEntrypointVideoProc
      VAProfileNone                   :	VAEntrypointStats
      VAProfileMPEG2Simple            :	VAEntrypointVLD
      VAProfileMPEG2Simple            :	VAEntrypointEncSlice
      VAProfileMPEG2Main              :	VAEntrypointVLD
      VAProfileMPEG2Main              :	VAEntrypointEncSlice
      VAProfileH264Main               :	VAEntrypointVLD
      VAProfileH264Main               :	VAEntrypointEncSlice
      VAProfileH264Main               :	VAEntrypointFEI
      VAProfileH264Main               :	VAEntrypointEncSliceLP
      VAProfileH264High               :	VAEntrypointVLD
      VAProfileH264High               :	VAEntrypointEncSlice
      VAProfileH264High               :	VAEntrypointFEI
      VAProfileH264High               :	VAEntrypointEncSliceLP
      VAProfileVC1Simple              :	VAEntrypointVLD
      VAProfileVC1Main                :	VAEntrypointVLD
      VAProfileVC1Advanced            :	VAEntrypointVLD
      VAProfileJPEGBaseline           :	VAEntrypointVLD
      VAProfileJPEGBaseline           :	VAEntrypointEncPicture
      VAProfileH264ConstrainedBaseline:	VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:	VAEntrypointEncSlice
      VAProfileH264ConstrainedBaseline:	VAEntrypointFEI
      VAProfileH264ConstrainedBaseline:	VAEntrypointEncSliceLP
      VAProfileHEVCMain               :	VAEntrypointVLD
      VAProfileHEVCMain               :	VAEntrypointEncSlice
      VAProfileHEVCMain               :	VAEntrypointFEI
      VAProfileHEVCMain               :	VAEntrypointEncSliceLP
      VAProfileHEVCMain10             :	VAEntrypointVLD
      VAProfileHEVCMain10             :	VAEntrypointEncSlice
      VAProfileHEVCMain10             :	VAEntrypointEncSliceLP
      VAProfileVP9Profile0            :	VAEntrypointVLD
      VAProfileVP9Profile0            :	VAEntrypointEncSliceLP
      VAProfileVP9Profile1            :	VAEntrypointVLD
      VAProfileVP9Profile1            :	VAEntrypointEncSliceLP
      VAProfileVP9Profile2            :	VAEntrypointVLD
      VAProfileVP9Profile2            :	VAEntrypointEncSliceLP
      VAProfileVP9Profile3            :	VAEntrypointVLD
      VAProfileVP9Profile3            :	VAEntrypointEncSliceLP
      VAProfileHEVCMain12             :	VAEntrypointVLD
      VAProfileHEVCMain12             :	VAEntrypointEncSlice
      VAProfileHEVCMain422_10         :	VAEntrypointVLD
      VAProfileHEVCMain422_10         :	VAEntrypointEncSlice
      VAProfileHEVCMain422_12         :	VAEntrypointVLD
      VAProfileHEVCMain422_12         :	VAEntrypointEncSlice
      VAProfileHEVCMain444            :	VAEntrypointVLD
      VAProfileHEVCMain444            :	VAEntrypointEncSliceLP
      VAProfileHEVCMain444_10         :	VAEntrypointVLD
      VAProfileHEVCMain444_10         :	VAEntrypointEncSliceLP
      VAProfileHEVCMain444_12         :	VAEntrypointVLD
      VAProfileHEVCSccMain            :	VAEntrypointVLD
      VAProfileHEVCSccMain            :	VAEntrypointEncSliceLP
      VAProfileHEVCSccMain10          :	VAEntrypointVLD
      VAProfileHEVCSccMain10          :	VAEntrypointEncSliceLP
      VAProfileHEVCSccMain444         :	VAEntrypointVLD
      VAProfileHEVCSccMain444         :	VAEntrypointEncSliceLP
      VAProfileAV1Profile0            :	VAEntrypointVLD
      VAProfileHEVCSccMain444_10      :	VAEntrypointVLD
      VAProfileHEVCSccMain444_10      :	VAEntrypointEncSliceLP
root@9362b3a147fb:~#

 

Edited by ensnare
  • Like 2
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.