Announcement

Collapse
No announcement yet.

RADV Vulkan Driver Adds Option For Zeroing Out Video Memory

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

  • RADV Vulkan Driver Adds Option For Zeroing Out Video Memory

    Phoronix: RADV Vulkan Driver Adds Option For Zeroing Out Video Memory

    New to Mesa 20.1-devel is a new option for the Radeon Vulkan "RADV" driver to enable zering out video memory allocations...

    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
    Wait, is it "zeroing" or "zering"?

    Comment


    • #3
      This just refactors stuff to make it easier to enable it on select buffers in RADV internally. The ability to zero buffers in VRAM (for e.g. game workarounds) has existed in radv for 1+ years (RADV_DEBUG=zerovram).

      Comment


      • #4
        Originally posted by BNieuwenhuizen View Post
        This just refactors stuff to make it easier to enable it on select buffers in RADV internally. The ability to zero buffers in VRAM (for e.g. game workarounds) has existed in radv for 1+ years (RADV_DEBUG=zerovram).
        making things easier to debug is always good!

        Comment


        • #5
          Is AMD going to implement eGPU unplug? I find it rather problematic that attaching Type-C cable from eGPU dock couple of times cause hard lockup.

          Comment


          • #6
            Oh, so, we would not see trash on screen with gnome on wayland when new window is created but yet to be redrawn by application. That is nice.

            Comment


            • #7
              Originally posted by blacknova View Post
              Oh, so, we would not see trash on screen with gnome on wayland when new window is created but yet to be redrawn by application. That is nice.
              Annoying how the drivers need to build workarounds for these buggy apps.

              Comment


              • #8
                Originally posted by caligula View Post

                Annoying how the drivers need to build workarounds for these buggy apps.
                There will always be buggy and poorly written apps, but we always want the user experience to be as good as possible, so driver work arounds are a necessary evil

                Comment


                • #9
                  how about add "VK_EXT_fragment_shader_interlock" support ?

                  Comment


                  • #10
                    radv: initial support for the Radeon GPU Profiler

                    The Radeon GPU profiler support [1] is an awesome performance tool provided by AMD that can be used by developers to optimize Vulkan (also DX12 and OpenCL) applications...

                    Comment

                    Working...
                    X