mesa/src/etnaviv
LingMan d18c33b1fe entaviv/isa: Silence warnings about non snake case names
These are benign style warnings. The code is generated by bindgen and it's a bug there that these
names get generated at all.

Silences these warnings since we can't do anything about them:

```
warning: method `use__raw` should have a snake case name
   --> src/etnaviv/isa/isa_bindings.rs:358:19
    |
358 |     pub unsafe fn use__raw(this: *const Self) -> ::std::os::raw::c_uint {
    |                   ^^^^^^^^ help: convert the identifier to snake case: `use_raw`
    |
    = note: `#[warn(non_snake_case)]` on by default

warning: method `use__raw` should have a snake case name
    --> src/etnaviv/isa/isa_bindings.rs:1023:19
     |
1023 |     pub unsafe fn use__raw(this: *const Self) -> ::std::os::raw::c_uint {
     |                   ^^^^^^^^ help: convert the identifier to snake case: `use_raw`
```

Fixes: 15a784689e ("etnaviv: isa: Generate Rust FFI bindings for asm.h")
Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34969>
(cherry picked from commit 040ef8f5c9)
2025-06-04 15:52:44 +02:00
..
ci etnaviv/ci: remove fragcoord related fails on GC7000 2025-03-15 10:56:21 +00:00
common etnaviv: Add multi-planar YUV support 2025-03-31 17:41:04 +00:00
drm etnaviv: Add multi-planar YUV support 2025-03-31 17:41:04 +00:00
drm-shim build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00
hw etnaviv: Update headers from rnndb 2025-03-15 10:56:21 +00:00
hwdb etnaviv: Add multi-planar YUV support 2025-03-31 17:41:04 +00:00
isa entaviv/isa: Silence warnings about non snake case names 2025-06-04 15:52:44 +02:00
meson.build build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00