mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
intel/genxml: fix the length of VDENC_DS_REF_SURFACE_STATE
Signed-off-by: Hyunjun Ko <zzoon@igalia.com> Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27810>
This commit is contained in:
parent
e79cad5af0
commit
3eb69b9577
1 changed files with 2 additions and 2 deletions
|
|
@ -2909,8 +2909,8 @@
|
|||
<field name="Bindless Sampler State Base Address" start="620" end="671" type="address" />
|
||||
<field name="Bindless Sampler State Buffer Size" start="684" end="703" type="uint" />
|
||||
</instruction>
|
||||
<instruction name="VDENC_DS_REF_SURFACE_STATE" bias="2" length="6" engine="video">
|
||||
<field name="DWord Length" start="0" end="11" type="uint" default="4" />
|
||||
<instruction name="VDENC_DS_REF_SURFACE_STATE" bias="2" length="10" engine="video">
|
||||
<field name="DWord Length" start="0" end="11" type="uint" default="8" />
|
||||
<field name="SubOpcode B" start="16" end="20" type="uint" default="3" />
|
||||
<field name="SubOpcode A" start="21" end="22" type="uint" default="0" />
|
||||
<field name="Media Command Opcode" start="23" end="26" type="uint" default="1" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue