Re: [PATCH v4 4/7] drm: nova: Add a GPU info ioctl
"Danilo Krummrich" <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,dev.linux.lists.nova-gpu,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue Aug 11, 2026 at 7:06 AM CEST, Alistair Popple wrote: > include/uapi/drm/nova_drm.h | 27 +++++++++++++++++++++++++++ Btw. I think it would be nice to have project to play around with and write tests directly on top of the uAPI before we can run the big test suites. When I implemented the VM_BIND uAPI for nouveau I used IGT for this (but didn't enjoy it too much). It turned out to be very useful to test and benchmark the implementation before being able to complete VK CTS. When I sent the first nova-drm skeleton, I also submitted [1]; maybe we can extend this further accordingly? I'm also open for other ideas, but I'd really like to have something like this as we develop nova-drm. [1] https://gitlab.freedesktop.org/dakr/drm-test