About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/.clang-format-include
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2025-02-23 14:26:01 +0100
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2025-07-28 08:06:38 +0200
commit5b829658f74f8108fef7decf3fae5d317c85fd01 (patch)
treedcd9f05dc66224e7e3e49b75301d869feec820b2 /.clang-format-include
parent41eee4c3cc9b61dbeb921161956e489fc4e4dd10 (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 '.clang-format-include')
-rw-r--r--.clang-format-include1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format-include b/.clang-format-include
index d40db0e1d0b..9f2d1dd1977 100644
--- a/.clang-format-include
+++ b/.clang-format-include
@@ -3,6 +3,7 @@
src/gallium/drivers/i915
src/gallium/drivers/r300/compiler/*
+src/gallium/drivers/rocket/**/*
src/gallium/targets/teflon/**/*
src/gallium/frontends/teflon/**/*
src/amd/vulkan/**/*