mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 18:20:10 +01:00
radv: enable SQTT tracing on GFX11
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20338>
This commit is contained in:
parent
dfa9b5d624
commit
ad459054ed
1 changed files with 1 additions and 1 deletions
|
|
@ -4055,7 +4055,7 @@ radv_CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo *pCr
|
|||
|
||||
if (radv_thread_trace_enabled()) {
|
||||
if (device->physical_device->rad_info.gfx_level < GFX8 ||
|
||||
device->physical_device->rad_info.gfx_level > GFX10_3) {
|
||||
device->physical_device->rad_info.gfx_level > GFX11) {
|
||||
fprintf(stderr, "GPU hardware not supported: refer to "
|
||||
"the RGP documentation for the list of "
|
||||
"supported GPUs!\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue