Skip to content

Commit 8ed226f

Browse files
austriancoderlynxeye-dev
authored andcommitted
drm/etnaviv: update hardware headers from rnndb
Update the state HI header from rnndb commit 7f1ce75 ("rnndb: document some GPU identity register") Signed-off-by: Christian Gmeiner <[email protected]> Signed-off-by: Lucas Stach <[email protected]>
1 parent bb6d3fb commit 8ed226f

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

drivers/gpu/drm/etnaviv/state_hi.xml.h

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ This file was generated by the rules-ng-ng headergen tool in this git repository
88
git clone git://0x04.net/rules-ng-ng
99
1010
The rules-ng-ng source files this header was generated from are:
11-
- state.xml ( 26087 bytes, from 2017-12-18 16:51:59)
12-
- common.xml ( 35468 bytes, from 2018-01-22 13:48:54)
13-
- common_3d.xml ( 14615 bytes, from 2017-12-18 16:51:59)
14-
- state_hi.xml ( 30232 bytes, from 2018-02-15 15:48:01)
15-
- copyright.xml ( 1597 bytes, from 2016-12-08 16:37:56)
16-
- state_2d.xml ( 51552 bytes, from 2016-12-08 16:37:56)
17-
- state_3d.xml ( 79992 bytes, from 2017-12-18 16:51:59)
18-
- state_blt.xml ( 13405 bytes, from 2017-12-18 16:51:59)
19-
- state_vg.xml ( 5975 bytes, from 2016-12-08 16:37:56)
20-
21-
Copyright (C) 2012-2018 by the following authors:
11+
- state.xml ( 26666 bytes, from 2019-12-20 21:20:35)
12+
- common.xml ( 35468 bytes, from 2018-02-10 13:09:26)
13+
- common_3d.xml ( 15058 bytes, from 2019-12-28 20:02:03)
14+
- state_hi.xml ( 30552 bytes, from 2019-12-28 20:02:48)
15+
- copyright.xml ( 1597 bytes, from 2018-02-10 13:09:26)
16+
- state_2d.xml ( 51552 bytes, from 2018-02-10 13:09:26)
17+
- state_3d.xml ( 83098 bytes, from 2019-12-28 20:02:03)
18+
- state_blt.xml ( 14252 bytes, from 2019-10-20 19:59:15)
19+
- state_vg.xml ( 5975 bytes, from 2018-02-10 13:09:26)
20+
21+
Copyright (C) 2012-2019 by the following authors:
2222
- Wladimir J. van der Laan <[email protected]>
2323
- Christian Gmeiner <[email protected]>
2424
- Lucas Stach <[email protected]>
@@ -48,6 +48,9 @@ DEALINGS IN THE SOFTWARE.
4848
#define MMU_EXCEPTION_SLAVE_NOT_PRESENT 0x00000001
4949
#define MMU_EXCEPTION_PAGE_NOT_PRESENT 0x00000002
5050
#define MMU_EXCEPTION_WRITE_VIOLATION 0x00000003
51+
#define MMU_EXCEPTION_OUT_OF_BOUND 0x00000004
52+
#define MMU_EXCEPTION_READ_SECURITY_VIOLATION 0x00000005
53+
#define MMU_EXCEPTION_WRITE_SECURITY_VIOLATION 0x00000006
5154
#define VIVS_HI 0x00000000
5255

5356
#define VIVS_HI_CLOCK_CONTROL 0x00000000
@@ -140,6 +143,8 @@ DEALINGS IN THE SOFTWARE.
140143

141144
#define VIVS_HI_CHIP_TIME 0x0000002c
142145

146+
#define VIVS_HI_CHIP_CUSTOMER_ID 0x00000030
147+
143148
#define VIVS_HI_CHIP_MINOR_FEATURE_0 0x00000034
144149

145150
#define VIVS_HI_CACHE_CONTROL 0x00000038
@@ -237,6 +242,8 @@ DEALINGS IN THE SOFTWARE.
237242

238243
#define VIVS_HI_BLT_INTR 0x000000d4
239244

245+
#define VIVS_HI_CHIP_ECO_ID 0x000000e8
246+
240247
#define VIVS_HI_AUXBIT 0x000000ec
241248

242249
#define VIVS_PM 0x00000000

0 commit comments

Comments
 (0)