etnaviv: Update headers from rnndb

Update to rnndb commit 1d174e311be6, documenting the TX
descriptor enable bit.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32662>
This commit is contained in:
Lucas Stach 2024-12-16 17:35:17 +01:00 committed by Marge Bot
parent 4a1dd45850
commit 66512cd897
2 changed files with 10 additions and 9 deletions

View file

@ -8,14 +8,14 @@ http://0x04.net/cgit/index.cgi/rules-ng-ng
git clone git://0x04.net/rules-ng-ng
The rules-ng-ng source files this header was generated from are:
- state.xml ( 30526 bytes, from 2024-10-10 18:45:02)
- common.xml ( 35664 bytes, from 2023-12-13 09:33:18)
- common_3d.xml ( 15069 bytes, from 2023-12-13 09:33:18)
- state_hi.xml ( 35909 bytes, from 2024-06-21 11:31:54)
- state.xml ( 30526 bytes, from 2024-12-16 16:01:37)
- common.xml ( 35664 bytes, from 2024-12-05 12:09:36)
- common_3d.xml ( 15069 bytes, from 2024-12-05 12:09:36)
- state_hi.xml ( 35909 bytes, from 2024-12-05 12:09:36)
- copyright.xml ( 1597 bytes, from 2020-10-28 12:56:03)
- state_2d.xml ( 52271 bytes, from 2023-05-30 20:50:02)
- state_3d.xml ( 89542 bytes, from 2024-10-10 18:45:02)
- state_blt.xml ( 14592 bytes, from 2023-12-13 09:33:18)
- state_3d.xml ( 89504 bytes, from 2024-12-16 16:15:15)
- state_blt.xml ( 14592 bytes, from 2024-12-05 12:09:36)
- state_vg.xml ( 5975 bytes, from 2020-10-28 12:56:03)
Copyright (C) 2012-2024 by the following authors:
@ -1877,8 +1877,8 @@ DEALINGS IN THE SOFTWARE.
#define VIVS_NTE_HALTI3_UNK14C00__ESIZE 0x00000004
#define VIVS_NTE_HALTI3_UNK14C00__LEN 0x00000010
#define VIVS_NTE_DESCRIPTOR_UNK14C40 0x00014c40
#define VIVS_NTE_DESCRIPTOR_UNK14C40_UNK0 0x00000001
#define VIVS_NTE_DESCRIPTOR_CONTROL 0x00014c40
#define VIVS_NTE_DESCRIPTOR_CONTROL_ENABLE 0x00000001
#define VIVS_NTE_DESCRIPTOR_FLUSH 0x00014c44
#define VIVS_NTE_DESCRIPTOR_FLUSH_UNK28__MASK 0xf0000000

View file

@ -493,7 +493,8 @@ etna_reset_gpu_state(struct etna_context *ctx)
etna_set_state(stream, VIVS_PE_HALTI4_UNK014C0, 0x00000000);
}
if (screen->info->halti >= 5) { /* Only on HALTI5+ */
etna_set_state(stream, VIVS_NTE_DESCRIPTOR_UNK14C40, 0x00000001);
etna_set_state(stream, VIVS_NTE_DESCRIPTOR_CONTROL,
VIVS_NTE_DESCRIPTOR_CONTROL_ENABLE);
etna_set_state(stream, VIVS_FE_HALTI5_UNK007D8, 0x00000002);
etna_set_state(stream, VIVS_PS_SAMPLER_BASE, 0x00000000);
etna_set_state(stream, VIVS_VS_SAMPLER_BASE, 0x00000020);