mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 14:18:07 +02:00
freedreno/registers: add missing copyright imports
Import copyright into all files so that it is included into the generated headers. 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
bf89f777f8
commit
a3d8acc875
4 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
<database xmlns="http://nouveau.freedesktop.org/"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
|
||||
<import file="freedreno_copyright.xml"/>
|
||||
|
||||
<enum name="chip" bare="yes">
|
||||
<value name="A2XX" value="2"/>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<database xmlns="http://nouveau.freedesktop.org/"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
|
||||
<import file="freedreno_copyright.xml"/>
|
||||
|
||||
<!--
|
||||
This documents the internal register spaces used by the CP firmware since
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<database xmlns="http://nouveau.freedesktop.org/"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
|
||||
<import file="freedreno_copyright.xml"/>
|
||||
|
||||
<!--
|
||||
Pipe registers are a special kind of registers used by SQE on a6xxx, and
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<database xmlns="http://nouveau.freedesktop.org/"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
|
||||
<import file="freedreno_copyright.xml"/>
|
||||
<import file="adreno/adreno_common.xml"/>
|
||||
|
||||
<enum name="vgt_event_type" varset="chip">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue