Announcement

Collapse
No announcement yet.

Intel Vulkan Driver Implements A Transfer Queue For DG2/Alchemist GPUs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Intel Vulkan Driver Implements A Transfer Queue For DG2/Alchemist GPUs

    Phoronix: Intel Vulkan Driver Implements A Transfer Queue For DG2/Alchemist GPUs

    In addition to Vulkan sparse support that works with the existing i915 kernel driver, another exciting open-source Intel Vulkan driver development this week is landing a transfer queue implementation for DG2/Alchemist GPUs. This in turn can help with hybrid graphics systems and other situations...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Does anyone care to explain in which setups is this patch beneficial?

    Is it on regular PRIME setups where the display is connected to the igpu and vulkan app is running on dgpu (alchemist) or with Reverse PRIME (the othe way around)? https://wiki.archlinux.org/title/PRIME

    Comment


    • #3
      Michael

      Typo

      "Linux graphivs developer" probably should be "graphics"

      Comment


      • #4
        Originally posted by bezirg View Post
        Does anyone care to explain in which setups is this patch beneficial?

        Is it on regular PRIME setups where the display is connected to the igpu and vulkan app is running on dgpu (alchemist) or with Reverse PRIME (the othe way around)? https://wiki.archlinux.org/title/PRIME
        Dedicated transfer queues can asynchronously move data from/to the GPU in the background without disrupting the main rendering task. This is similar to AMDGPU's SDMA engine.

        Comment


        • #5
          Thanks to Sagar Ghuge for taking over and finishing up and landing this work! :)
          Free Software Developer .:. Mesa and Xorg
          Opinions expressed in these forum posts are my own.

          Comment

          Working...
          X