Chia-I Wu
97c948fc2c
freedreno: bump up FD6_MAX_BORDER_COLORS
...
Fixes
$ deqp-gles31 -n 'dEQP-GLES31.functional.texture.border_clamp.*'
on a618/a635.
Fixes: c0fc8d5046 ("freedreno/a6xx: Switch to global bcolor buffer")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20419 >
2022-12-22 17:31:57 -08:00
Martin Roukala (né Peres)
19920f126e
radv/ci: remove locally-deleted files from the job bucket
...
This makes the downloaded artifacts reflect the content of the folder
as generated by the job.
In this the case of vkcts, this removes from the downloaded artifacts
the log files that were deemed uninteresting by deqp-runner.
Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org >
Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20415 >
2022-12-22 14:54:43 +00:00
Martin Roukala (né Peres)
596c11494f
radv/ci/vkcts: do not sync back the *.qpa
...
These files are relatively big (amounting to ~4.5GB for one run) but
are not really useful.
Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org >
Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20415 >
2022-12-22 14:54:43 +00:00
David Heidelberg
fa07dcb588
radeon: drmGetVersion can return NULL
...
Do not crash on scenarios where drmGetVersion returns NULL.
Make Radeon driver initialization more robust.
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/476
Reviewed-by: Marek Olšák <marek.olsak@amd.com >
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20402 >
2022-12-22 14:32:03 +00:00
Lionel Landwerlin
739a08ad23
anv: handle null push descriptors in deferred optimization
...
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Fixes: b49b18f0 ("anv: reduce BT emissions & surface state writes with push descriptors")
Reviewed-by: José Roberto de Souza <jose.souza@intel.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20410 >
2022-12-22 14:07:21 +00:00
David Heidelberg
c52b7aa732
ci: Windows runner is experiencing DNS issues; disable Microsoft farm
...
Multiple failures in https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20097
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20411 >
2022-12-21 21:40:22 +00:00
Timur Kristóf
0d36f7f76d
radv: Only apply taskmesh indirect 0 bug workaround when necessary.
...
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20097 >
2022-12-21 17:41:23 +01:00
Timur Kristóf
50330aaccb
ac: Add has_taskmesh_indirect0_bug field to ac_gpu_info struct.
...
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20097 >
2022-12-21 17:40:28 +01:00
Timur Kristóf
d368914a38
radv: Include view index SET_SH_REG in ace_predication_size.
...
This fixes an issue when conditional rendering and multiple views
were used with a task+mesh draw call.
Fixes: 2479b62869
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20098 >
2022-12-21 16:55:35 +01:00
Guilherme Gallo
590f74084d
ci/lava: Show LAVA job info during fails
...
Currently, LAVA jobs only show metadata when successful, let's show this
info in all retries to make it easier to debug or report issues.
Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20051 >
2022-12-21 12:44:49 +00:00
Guilherme Gallo
2e723cdc10
ci/lava: Anticipate overlayfs download
...
To debug the LAVA jobs locally, we have an option in the
lava_job_submitter script to ignore the JWT token to make it possible to
retry jobs without the need to get an unexpired token.
But this trick needs to modify the overlayed directory so that we would
need to download and extract it earlier in the run.
Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20051 >
2022-12-21 12:44:49 +00:00
Guilherme Gallo
584762c216
ci/lava: Fix Gitlab section rendering
...
LAVA splits the DUT log lines with `\r` in them. Unfortunately, it
breaks the Gitlab section line syntax when the HWCI script calls it
since it is a oneliner.
This commit changes the` fix_lava_gitlab_section_log` function to a
stateful generator that can merge lines that respects two consecutive
patterns.
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7703
Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20051 >
2022-12-21 12:44:49 +00:00
Guilherme Gallo
f040122bed
ci/lava: Feed yaml.load with raw bytes data
...
LAVA uses XMLRPC to send jobs information and control, more specifically
it sends device logs via YAML dumps encoded in UTF-8 bytes.
In Python, we have xmlrpc.client.Binary class as the serializer
protocol, we get the logs wrapped by this class, which encodes the data
as UTF-8 bytes data.
We were converting the encoded data to a string via the `str` function,
but this led the loaded YAML data to use single quotes instead of double
quotes for string values that made special characters, such as `\x1b` to
be escaped as `\\x1b`.
With this fix, we can now drop one of the hacks that fixed the bash
colors.
Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20051 >
2022-12-21 12:44:49 +00:00
Erico Nunes
ce0ca7ed21
Revert "ci: Lima farm maintenance"
...
This reverts commit e66df0d362 .
Signed-off-by: Erico Nunes <nunes.erico@gmail.com >
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com >
Reviewed-by: Guilherme Gallo <guilherme.gallo@collabora.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20390 >
2022-12-21 11:00:27 +01:00
Timur Kristóf
d004b4929d
radv: Don't assume there is always at least 1 preamble.
...
This fixes a mistake which assumes there is always at least 1 preamble.
This assumption is currently incorrect on transfer queues.
Fixes: e10b2f273e
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Dave Airlie <airlied@redhat.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20401 >
2022-12-21 09:39:37 +01:00
Yiwei Zhang
376a947c09
venus: fallback to passthrough pci bus info when not natively supported
...
This avoids an assert with VN_DEBUG=all on virtgpu backend.
Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20383 >
2022-12-20 22:39:01 +00:00
Gert Wollny
55df7ad571
r600/sfn: Fix possible dest channels for variable size dot
...
Fixes: 357e5fac99
r600/sfn: Use variable length DOT on Evergreen and Cayman
Signed-off-by: Gert Wollny <gert.wollny@collabora.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20398 >
2022-12-20 21:36:41 +00:00
Marcell Kiss
281c07d89f
radv: Fix uninitalized struct for trap handler
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20354 >
2022-12-20 19:52:23 +00:00
Gert Wollny
05fab97b2c
r600/sfn: Don't try to re-use the iterator when uses is updated
...
It seems on libc++ the iterator is invalidated when an element is removed
from the set, so make sure that we don't implicitely use the old,
invalidated iterator in the range based - open code the loop using while
instead.
Fixes: f3415c (r600/sfn: copy propagate register load chains)
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7931
Signed-off-by: Gert Wollny <gert.wollny@collabora.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20394 >
2022-12-20 15:05:04 +00:00
Timur Kristóf
aace38c2d8
radv: Enable EXT_mesh_shader by default on GFX10.3.
...
Only enable mesh+task shaders when IBs and gang submit are enabled.
We won't support gang submit with noibs.
Also remove the RADV_PERFTEST=ext_ms option.
Side note, GFX11 task/mesh support is still a TODO.
Don't skip the CTS tests which require GFX->ACE synchronization.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
b8e4cc73bf
radv/amdgpu: Remove cs_add_buffers because it's no longer necessary.
...
This function was added because previously ACE and GFX work was
submitted separately and we needed to make sure they both use the
same BOs. Now they are part of the same submission so this
function is not necessary anymore.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
97d3377b56
radv/amdgpu: Remove command submission with scheduled dependencies.
...
These are no longer used by any part of RADV, so we
can just safely delete it.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
7cb128ffb1
radv: Add gang wait preambles and postambles to ensure correct behaviour.
...
Add new preambles and postambles for synchronizing gang members in a
gang submission using semaphores.
These semaphores are both located in a small BO.
Gang wait preambles:
- gang leader writes 1 to a semaphore
- gang member waits for it to be written
When task shaders are used, make sure ACE waits until GFX starts to execute.
Userspace is required to emit this wait to make sure it behaves correctly
in a multi-process environment, because task shader dispatches are not
meant to be executed on multiple compute engines at the same time.
Gang wait postambles:
- gang member writes 1 to a semaphore
- gang leader waits for it to be written
This ensures that the gang leader waits for the whole gang,
which is necessary because the kernel signals the userspace fence
as soon as the gang leader is done, which may lead to bugs because the
same command buffers could be submitted again while still being executed.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
c47c4d5f80
radv: Remove ACE->GFX wait at the end of each command buffer.
...
This is now handled in the queue submission code so is not necessary.
However, keep the semaphore for future use.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
0b0c941d75
radv: Rename radv_update_ace_preambles to radv_update_gang_preambles.
...
The new name reflects more accurately what this is.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
bcadea6af6
radv: Implement gang submit in radv_queue_submit_normal.
...
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
d065abef75
radv: Update ACE preambles in radv_queue_submit_normal.
...
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
76deaa1b1a
radv: Refactor command buffer handling in radv_queue_submit_normal.
...
Move processing of the command buffer array inside the loop that
splits a submission.
We now also add the perf counter lock/unlock to each submission
instead of just the first and last.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
5ec9a96b91
radv: Remove radv_queue_submit_with_ace and disable task/mesh shaders.
...
It would be too difficult to keep the radv_queue_submit_with_ace
function while also refactoring the radv_queue_submit_with_ace function,
so let's delete it first.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
ce62ec3bbb
radv: Enable gang submit on the null winsys.
...
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
24404d8330
ac: Add has_gang_submit field to ac_gpu_info.
...
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
294604bc56
radv/amdgpu: Allow using more than 1 preamble with cs_submit.
...
Add the ability to have multiple preambles,
except for the sysmem (NOIBS/GFX6) code path which still only allows 1.
This is necessary because with gang submit we will need a way to submit
a preamble to different queues at the same time.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
e9d5b5c9b3
radv/amdgpu: Add IP type to IB info and use it when submitting.
...
This is necessary for supporting gang submit.
With gang submit, the kernel now allows us to submit multiple IBs
with different IP types. Therefore, RADV will also need to group
various CSs with different IP types together and remember the IP
type of each CS.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
ff772a7ba4
radv/amdgpu: Introduce a custom struct for submitted BO info.
...
We are going to need additional data which is not present in
the currently used struct.
This commit just adds the new struct but does not yet add
new fields to it.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
dfb89077b9
radv/amdgpu: Set fallback submit request ip_type from the last CS.
...
When using gang submit, the last IB is considered the "gang leader"
and its IP type will determine which fence to signal when the
submission is done. Therefore, use the last CS to set the IP type.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
e10b2f273e
radv/amdgpu: Change extra_cs to array in get_bo_list.
...
This is necessary because we are going to want to allow using
more than just 1 preamble.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
f0492a6efb
radv: Return correct error code when failed to allocate CS array.
...
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
c70c2d9730
radv: Determine use_ace in radv_update_preambles.
...
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
a59e49bae3
radv: Rename uses_perf_counters to use_perf_counters.
...
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
3ff86e3be6
radv: Stylistic changes in radv_queue_submit_normal.
...
Move some variables, add const, and fix a comment.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
64aa555909
radv: Destroy mesh shader scratch ring in radv_queue_state_finish.
...
Fixes: 0280b526d5
Signed-off--by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Timur Kristóf
db4c62ea39
radv: Remove trailing whitespace again.
...
Also ran clang-format on the affected line.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010 >
2022-12-20 14:23:49 +00:00
Danylo Piliaiev
499e33061b
lvp: fix load_helper_invocation not being lowered
...
nir_lower_is_helper_invocation should be after nir_lower_system_values
to handle possible nir_intrinsic_is_helper_invocation which may be
produced by nir_lower_system_values.
Happens with SPIR-V 1.6 for which gl_HelperInvocation is translated into
"BuiltIn HelperInvocation" + "Volatile", which nir_lower_system_values
translates into is_helper_invocation.
Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com >
Reviewed-by: Emma Anholt <emma@anholt.net >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19677 >
2022-12-20 11:06:52 +00:00
Danylo Piliaiev
7f2ce867cf
tu: fix load_helper_invocation not being lowered
...
nir_lower_is_helper_invocation should be after nir_lower_system_values
to handle possible nir_intrinsic_is_helper_invocation which may be
produced by nir_lower_system_values.
Happens with SPIR-V 1.6 for which gl_HelperInvocation is translated into
"BuiltIn HelperInvocation" + "Volatile", which nir_lower_system_values
translates into is_helper_invocation.
Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com >
Reviewed-by: Emma Anholt <emma@anholt.net >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19677 >
2022-12-20 11:06:52 +00:00
Danylo Piliaiev
8482ad0110
nir/nir_lower_is_helper_invocation: Lower helper invocation if required
...
nir_lower_is_helper_invocation lowers intrinsic_is_helper_invocation
and uses load_helper_invocation (which is lowered by nir_lower_system_values).
While nir_lower_system_values may lower SYSTEM_VALUE_HELPER_INVOCATION
into intrinsic_is_helper_invocation.
So they depend on each other. Break the dependency by making
nir_lower_is_helper_invocation aware of lower_helper_invocation option
and emitting lowered load_helper_invocation when required.
Happens with SPIR-V 1.6 for which gl_HelperInvocation is translated into
"BuiltIn HelperInvocation" + "Volatile", which nir_lower_system_values
translates into is_helper_invocation.
Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com >
Reviewed-by: Emma Anholt <emma@anholt.net >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19677 >
2022-12-20 11:06:52 +00:00
Rohan Garg
ad9c0e8cd9
anv: Ensure we clear ANV_PIPE_PSS_STALL_SYNC_BIT on flush
...
Add the PSS stall bit to ANV_PIPE_STALL_BITS so that it get's cleared on
flush.
Fixes: f3c62973 ("anv,iris: PSS Stall Sync around color fast clears")
Signed-off-by: Rohan Garg <rohan.garg@intel.com >
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com >
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20317 >
2022-12-20 10:44:54 +00:00
Yonggang Luo
22bf19c1f5
util: Fixes os_get_option_cached with bool options_tbl_exited
...
Fixes: cdad035cfd ("util: Add function debug_get_option_cached os_get_option_cached")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7922
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com >
Reviewed-by: Marek Olšák <marek.olsak@amd.com >
Reviewed-by: Rob Clark <robdclark@chromium.org >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20386 >
2022-12-20 01:49:10 +00:00
Giancarlo Devich
f0fe74ceaa
d3d12: Don't flush indiscriminately for query result accumulation
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20217 >
2022-12-19 22:57:51 +00:00
Giancarlo Devich
a607df2f0f
d3d12: Fix race condition when getting query results
...
Before, when an application called into d3d12_query_result, and
the results were not ready to be read, a flush-and-wait would
be attempted via synchronized mapping of the query result resource.
This can end up calling close/execute on the command list while it is
already being executed by the driver thread.
With the current fence value attached to the query, we now wait
for completion if necessary and then map the resource unsynchronized, or
return false if the result is not ready and wait == false.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20217 >
2022-12-19 22:57:51 +00:00
Giancarlo Devich
8886f5e343
d3d12: Move query structs to header
...
Also adds `fence_value` to `d3d12_query` to track which batch of work
this query exists in and must be waited on.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20217 >
2022-12-19 22:57:51 +00:00