mesa/src/amd
Tatsuyuki Ishi 648731e2bd radv: Only set pstate for the first hw_ctx.
We used to do it for every queue, which was duplicate work as pstate is
per-device. It could also cause trouble when multiple hw_ctx are created as
the call will succeed for only one of them and the rest will return -EBUSY.

Simplify and fix this by only setting for the first non-null hw_ctx.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17541>
2022-07-15 15:08:07 +00:00
..
addrlib amd: Revert gfx10 addrlib changes 2022-07-11 09:10:16 +00:00
ci spirv: switch to uint64 for rayquery internal type 2022-07-14 09:15:52 +00:00
common ac/surface: expose all 64K_R_X and 256K_R_X modifiers on gfx11 2022-07-09 21:00:51 +00:00
compiler radv: Use a global address for sbt_base 2022-07-14 16:35:31 +00:00
drm-shim Use proper types for meson objects 2022-04-18 13:03:08 +03:00
llvm ac/llvm: use LLVMBuildLoad2 in visit_load 2022-07-08 08:41:25 +00:00
registers amd/gfx11: add PixelWaitSync packet fields 2022-06-15 20:52:42 +00:00
vulkan radv: Only set pstate for the first hw_ctx. 2022-07-15 15:08:07 +00:00
.clang-format radv: allow holes in inline push constants 2022-04-12 11:44:30 +00:00
meson.build r300/r600: Add drm-shim support. 2022-02-02 00:59:08 +00:00