Rust modules for userspace Intel GPU drivers.
WIP, unstable API and issues present!
(Possibly outdated) docs at https://itycodes.org/doc/intel_gpu/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
itycodes
55612ec953
|
2 weeks ago | |
---|---|---|
.cargo | 3 weeks ago | |
src | 2 weeks ago | |
tests | 2 weeks ago | |
.gitignore | 3 weeks ago | |
Cargo.lock | 3 weeks ago | |
Cargo.toml | 3 weeks ago | |
README.md | 2 weeks ago | |
build.rs | 3 weeks ago | |
gen_workaround.sh | 3 weeks ago |
README.md
WIP Rust modules for Intel GPUs.
Possibly outdated docs at https://itycodes.org/doc/intel_gpu/ .
Structure:
src/uapi
: low-level ioctl bindingssrc/uapi/i915
low-level ioctl bindings specific to i915src/gpu
low-level OOP wrapper around the ioctl bindingssrc/gpu/i915
low-level OOP wrapper around the i915-specific ioctl bindings