diff options
| author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2025-02-23 14:26:01 +0100 |
|---|---|---|
| committer | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2025-07-28 08:06:38 +0200 |
| commit | 5b829658f74f8108fef7decf3fae5d317c85fd01 (patch) | |
| tree | dcd9f05dc66224e7e3e49b75301d869feec820b2 /meson.options | |
| parent | 41eee4c3cc9b61dbeb921161956e489fc4e4dd10 (diff) | |
rocket: Initial commit of a driver for Rockchip's NPU
The programming model matches very closely to that of NVIDIA's NVDLA.
Enough is implemented to run SSDLite MobileDet with roughly the same
performance as the blob (when running on a single NPU core).
Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29698>
Diffstat (limited to 'meson.options')
| -rw-r--r-- | meson.options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.options b/meson.options index cd0e56cc429..51a644ad310 100644 --- a/meson.options +++ b/meson.options @@ -82,7 +82,7 @@ option( 'all', 'auto', 'asahi', 'crocus', 'd3d12', 'etnaviv', 'freedreno', 'i915', 'iris', 'lima', 'llvmpipe', 'nouveau', 'panfrost', 'r300', 'r600', 'radeonsi', - 'softpipe', 'svga', 'tegra', 'v3d', 'vc4', 'virgl', 'zink', + 'rocket', 'softpipe', 'svga', 'tegra', 'v3d', 'vc4', 'virgl', 'zink', ], description : 'List of gallium drivers to build. If this is set to auto ' + 'all drivers applicable to the target OS/architecture ' + |