protonscr

Direct Storage Benchmark v1.2 "Avocado" significantly slower with HVV on RADV/Navi21

vkd3dopen
HansKristian-Work/vkd3d-proton#1777 · opened 2023-11-10 by DiabeticCrab · updated 2026-03-10 · 3 comments · github
DDiabeticCrab 2023-11-10 github

Software information and Problem

BulkLoadDemo, also trivially known as "Avocado Benchmark", downloaded from Google Drive, 65MiB, achieves around 10GiB/s of throughput when launching it as is with wine Release/Output/BulkLoadDemo/BulkLoadDemo.exe.

When preventing the use of ReBAR: env VKD3D_CONFIG=no_upload_hvv wine Release/Output/BulkLoadDemo/BulkLoadDemo.exe,
I achieve more than double the bandwidth (21+ GiB/s)!

Additionally exporting RADV_PERFTEST=nosam does not alter the behavior and measurement results.

This may suggest that VKD3D-Proton requires specific settings presets for games utilizing DirectStorage, or that something is going on with ReBAR/host visible VRAM. Is it explainable why NOT using hvv helps performance so much? Shouldn't be the opposite the case? It doesn't make any sense to me.

System information

  • CPU: Ryzen 5900X
  • GPU: RX 6800 XT
  • Driver: RADV mesa-23.3.0-rc3
  • Linux Kernel: 6.6.1
  • Wine version: Wine-vanilla 8.19
  • VKD3D-Proton version: 2.3

I used a Samsung 990 Pro 1TB on a PCIe 4.0x4 bus, aswell as tmpfs in order to determine whether my drive had any measurable bandwidth impact. It didn't.

Logs

Console output

HHansKristian-Work maintainer 2023-11-16 github

This is likely a fallout from the HVV promotion, but we have zero knowledge up front what the intended usage of the UPLOAD heap is due to poor D3D12 API design, so there is nothing we can do here without app-opting it. It's likely a case where hammering a ton of data over ReBAR memory is slower than using the decompression shaders to pull bulk data over the wire.

SSuperSamus 2026-03-10 github

Still an issue on 3.0b.

New Google Drive link (the old one is dead).

  • CPU: Ryzen 5600G (DisplayPort attached to dGPU)
  • GPU: RX 6700 XT
  • Driver: RADV 26.0.1
  • Linux Kernel: 6.19.6
  • Wine version: Wine-vanilla wine-tkg-11.3
  • VKD3D-Proton version: 3.0b

Basically the same performance described by OP. Tested on tmpfs.

Console output (without no_upload_hvv)

Ddoitsujin maintainer 2026-03-10 github

Yes, it's a known issue but it's kind of impossible to do anything about it. Disabling HVV across the board is going to regress performance elsewhere.

Launch options