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.
		
		
		
		
		
			|  | 11 months ago | |
|---|---|---|
| .cargo | 1 year ago | |
| src | 11 months ago | |
| tests | 11 months ago | |
| .gitignore | 1 year ago | |
| Cargo.lock | 1 year ago | |
| Cargo.toml | 1 year ago | |
| README.md | 1 year ago | |
| build.rs | 1 year ago | |
| gen_workaround.sh | 1 year 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 bindings
- src/uapi/i915low-level ioctl bindings specific to i915
- src/gpulow-level OOP wrapper around the ioctl bindings
- src/gpu/i915low-level OOP wrapper around the i915-specific ioctl bindings