mesa/src/nouveau/headers
Yonggang Luo 1de805e986 nouveau: Fixes error: unused import: crate::nvh_classes_cl906f::*
Full error message:
error: unused import: `crate::nvh_classes_cl906f::*`
   --> src/nouveau/headers/lib.rs:184:9
    |
184 | pub use crate::nvh_classes_cl906f::*;
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `-D unused-imports` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(unused_imports)]`

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28855>
2024-04-24 06:37:39 +00:00
..
nvidia nouveau: Import the hwref headers from Nvidia OGK 2024-04-19 14:20:35 -05:00
class_parser.py nouveau/headers: Add initial Rust bindings 2024-04-08 20:28:43 +00:00
lib_rs_gen.py nouveau: Fixes error: unused import: crate::nvh_classes_cl906f::* 2024-04-24 06:37:39 +00:00
meson.build nouveau/headers: Add the MMU headers to the Rust crate 2024-04-19 15:43:14 -05:00
nv_device_info.h nouveau/winsys: Getch the BAR size from the kernel 2024-02-23 16:25:49 -06:00
nv_push.c nouveau: Fix NINC TERT handling in vk_push_print 2024-03-27 19:37:18 +00:00
nv_push.h
nv_push_dump.c nouveau: nvidia-headers: Add nv_push_dump tool 2024-01-17 21:26:07 +00:00
nvtypes.h
struct_parser.py nouveau/headers: Generate Rust for QMDs 2024-04-19 18:56:02 +00:00
update-from-open-gpu-doc.py