Module: Mesa
Branch: staging/22.3
Commit: efda889e4f59cccbd6041dfa716553d912c5983c
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=efda889e4f59cccbd6041dfa716553d912c5983c

Author: Tapani Pälli <[email protected]>
Date:   Wed Nov 23 08:40:59 2022 +0200

intel/genxml: add disable preemption field for gen125

Signed-off-by: Tapani Pälli <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20438>
(cherry picked from commit 910f5a18cf891828ff2675bfc5290a459783f99b)

---

 .pick_status.json           | 2 +-
 src/intel/genxml/gen125.xml | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.pick_status.json b/.pick_status.json
index 71a30b721f5..26f0392f42b 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -16780,7 +16780,7 @@
         "description": "intel/genxml: add disable preemption field for gen125",
         "nominated": false,
         "nomination_type": null,
-        "resolution": 4,
+        "resolution": 1,
         "main_sha": null,
         "because_sha": null
     },
diff --git a/src/intel/genxml/gen125.xml b/src/intel/genxml/gen125.xml
index 6d27fb84b65..87b17aaf434 100644
--- a/src/intel/genxml/gen125.xml
+++ b/src/intel/genxml/gen125.xml
@@ -7517,7 +7517,9 @@
       <value name="Mid-cmdbuffer Preemption" value="0" />
       <value name="Object Level Preemption" value="1" />
     </field>
+    <field name="Disable Preemption and High Priority Pausing due to 
3DPRIMITIVE Command" start="10" end="10" type="bool" />
     <field name="Replay Mode Mask" start="16" end="16" type="bool" />
+    <field name="Disable Preemption and High Priority Pausing due to 
3DPRIMITIVE Command Mask" start="26" end="26" type="bool" />
   </register>
   <register name="CS_DEBUG_MODE2" length="1" num="0x20d8">
     <field name="3D Rendering Instruction Disable" start="0" end="0" 
type="bool" />
@@ -7807,4 +7809,4 @@
   <register name="VS_INVOCATION_COUNT" length="2" num="0x2320">
     <field name="VS Invocation Count Report" start="0" end="63" type="uint" />
   </register>
-</genxml>
\ No newline at end of file
+</genxml>

Reply via email to