mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
radv: Timestamps are not valid on dedicated sparse queue.
Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35766>
(cherry picked from commit ac16b8c439)
This commit is contained in:
parent
e9629998aa
commit
11bc07dcf5
2 changed files with 2 additions and 2 deletions
|
|
@ -2154,7 +2154,7 @@
|
||||||
"description": "radv: Timestamps are not valid on dedicated sparse queue.",
|
"description": "radv: Timestamps are not valid on dedicated sparse queue.",
|
||||||
"nominated": true,
|
"nominated": true,
|
||||||
"nomination_type": 1,
|
"nomination_type": 1,
|
||||||
"resolution": 0,
|
"resolution": 1,
|
||||||
"main_sha": null,
|
"main_sha": null,
|
||||||
"because_sha": null,
|
"because_sha": null,
|
||||||
"notes": null
|
"notes": null
|
||||||
|
|
|
||||||
|
|
@ -2485,7 +2485,7 @@ radv_get_physical_device_queue_family_properties(struct radv_physical_device *pd
|
||||||
*pQueueFamilyProperties[idx] = (VkQueueFamilyProperties){
|
*pQueueFamilyProperties[idx] = (VkQueueFamilyProperties){
|
||||||
.queueFlags = VK_QUEUE_SPARSE_BINDING_BIT,
|
.queueFlags = VK_QUEUE_SPARSE_BINDING_BIT,
|
||||||
.queueCount = 1,
|
.queueCount = 1,
|
||||||
.timestampValidBits = 64,
|
.timestampValidBits = 0,
|
||||||
.minImageTransferGranularity = (VkExtent3D){1, 1, 1},
|
.minImageTransferGranularity = (VkExtent3D){1, 1, 1},
|
||||||
};
|
};
|
||||||
idx++;
|
idx++;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue