Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/etnaviv: add new GC3000 sensitive states

- Add PS.INST_ADDR (0x01028) and VS.INST_ADDR (0x0086C): GC3000 loads
shader code from these addresses if ICACHE is used.

- Add new NFE vertex stream addresses (0x14600).

- Add PE Multple Render Target pipe addresses (0x14800).

- Add TS Multiple Render Target pipe addresses (0x017C0, 0x17E0).

Signed-off-by: Wladimir J. van der Laan <laanwj@gmail.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>

authored by

Wladimir J. van der Laan and committed by
Lucas Stach
a1540a7f 3546fb0c

+6
+6
drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c
··· 56 56 ST(0x0644, 1), 57 57 ST(0x064c, 1), 58 58 ST(0x0680, 8), 59 + ST(0x086c, 1), 60 + ST(0x1028, 1), 59 61 ST(0x1410, 1), 60 62 ST(0x1430, 1), 61 63 ST(0x1458, 1), ··· 75 73 ST(0x16c0, 8), 76 74 ST(0x16e0, 8), 77 75 ST(0x1740, 8), 76 + ST(0x17c0, 8), 77 + ST(0x17e0, 8), 78 78 ST(0x2400, 14 * 16), 79 79 ST(0x10800, 32 * 16), 80 + ST(0x14600, 16), 81 + ST(0x14800, 8 * 8), 80 82 #undef ST 81 83 }; 82 84