Name Date Size

..25-Oct-20244 KiB

etnaviv_noop.cH A D25-Oct-20249.1 KiB

meson.buildH A D25-Oct-20241.4 KiB

README.mdH A D25-Oct-2024430

README.md

1### etnaviv_noop backend
2
3This implements the minimum of etnaviv in order to make shader-db work.
4The submit ioctl is stubbed out to not execute anything.
5
6Export `MESA_LOADER_DRIVER_OVERRIDE=etnaviv
7LD_PRELOAD=$prefix/lib/libetnaviv_noop_drm_shim.so`.
8
9It is possible to select a specific GPU model by setting the ETNA_SHIM_GPU
10environment variable.
11
12The following GPU models are available:
13- GC2000 (default)
14- GC3000
15- GC7000L
16