mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 19:10:12 +01:00
intel: Rename the PSD bit in PIPE_CONTROL for XeHP
The name of the field now starts with PSS Stall instead of PSD. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Rohan Garg <rohan.garg@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14024>
This commit is contained in:
parent
de5f1cdd31
commit
8ec8298ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -6757,7 +6757,7 @@
|
|||
<value name="Write Timestamp" value="3"/>
|
||||
</field>
|
||||
<field name="Generic Media State Clear" start="48" end="48" type="bool"/>
|
||||
<field name="PSD Sync Enable" start="49" end="49" type="bool"/>
|
||||
<field name="PSS Stall Sync Enable" start="49" end="49" type="bool"/>
|
||||
<field name="TLB Invalidate" start="50" end="50" type="bool"/>
|
||||
<field name="Global Snapshot Count Reset" start="51" end="51" type="bool"/>
|
||||
<field name="Command Streamer Stall Enable" start="52" end="52" type="bool"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue