From 4ab8c7b97ea513e209705907afce9852934a7d86 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Thu, 26 Mar 2026 19:50:19 +1100 Subject: Implement QueueNotifyOutOfBandNV, SetLatencySleepModeNV - also some bookkeeping --- src/queue_context.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/queue_context.hh') diff --git a/src/queue_context.hh b/src/queue_context.hh index 701fc0d..221626f 100644 --- a/src/queue_context.hh +++ b/src/queue_context.hh @@ -57,6 +57,11 @@ class QueueContext final : public Context { std::unique_ptr timestamp_pool; + // NVIDIA's extension lets the application explicitly state that this queue + // does not contribute to the frame. AMD's extension has no such mechanism - + // so this will always be false. + bool should_ignore_latency = false; + public: // Potentially in flight queue submissions that come from this queue. struct Submission { -- cgit v1.2.3