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.

15 lines
364 B

WIP Rust modules for Intel GPUs.
Possibly outdated docs at https://itycodes.org/doc/intel_gpu/ .
Structure:
- `src/uapi`:
low-level ioctl bindings
- `src/uapi/i915`
low-level ioctl bindings specific to i915
- `src/gpu`
low-level OOP wrapper around the ioctl bindings
- `src/gpu`
low-level OOP wrapper around the i915-specific ioctl bindings