mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 01:40:14 +01:00
freedreno/registers: fix WB doffsets array in mdp5.xml
In mdp5.xml the doffsets attribute of the WB array contains one extra comma, resulting in one empty entry in __offset_WB(). Fix that now. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28193>
This commit is contained in:
parent
7f2af6841b
commit
f50da71198
1 changed files with 1 additions and 1 deletions
|
|
@ -594,7 +594,7 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
|
|||
<value name="DS_MTHD_PIXEL_DROP" value="1"/>
|
||||
</enum>
|
||||
|
||||
<array doffsets="mdp5_cfg->wb.base[0],mdp5_cfg->wb.base[1],mdp5_cfg->wb.base[2],mdp5_cfg->wb.base[3],,mdp5_cfg->wb.base[4]" name="WB" length="5" stride="0x400">
|
||||
<array doffsets="mdp5_cfg->wb.base[0],mdp5_cfg->wb.base[1],mdp5_cfg->wb.base[2],mdp5_cfg->wb.base[3],mdp5_cfg->wb.base[4]" name="WB" length="5" stride="0x400">
|
||||
<reg32 offset="0x000" name="DST_FORMAT">
|
||||
<bitfield name="DSTC0_OUT" low="0" high="1" type="uint"/>
|
||||
<bitfield name="DSTC1_OUT" low="2" high="3" type="uint"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue