Re: [PATCH v4 0/4] Add GPU page fault query interface

2023-10-02 Thread Christian König
Am 28.09.23 um 22:06 schrieb Alex Deucher: This patch set adds support for an application to query GPU page faults. It's useful for debugging and there are vulkan extensions that could make use of this. Preliminary user space code which uses this can be found here: https://gitlab.freedesktop.or

[PATCH v4 0/4] Add GPU page fault query interface

2023-09-28 Thread Alex Deucher
This patch set adds support for an application to query GPU page faults. It's useful for debugging and there are vulkan extensions that could make use of this. Preliminary user space code which uses this can be found here: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23238 https://gi