From b2cae005dee8a0fea165733847b5f48b1205c802 Mon Sep 17 00:00:00 2001 From: itycodes Date: Tue, 5 Nov 2024 10:44:38 +0100 Subject: [PATCH] Added a readme file --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dd81e78 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +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 +