Merge branch 'handle_mgpu_reset' into 'master'

backend/drm: handle secondary GPU reset

See merge request wlroots/wlroots!4706
This commit is contained in:
Abílio Costa 2024-08-26 11:58:47 +00:00
commit 1b930e502a
6 changed files with 26 additions and 6 deletions

View file

@ -29,6 +29,7 @@ struct wlr_renderer {
// Capabilities required for the buffer used as a render target (bitmask of
// enum wlr_buffer_cap)
uint32_t render_buffer_caps;
bool lost;
struct {
struct wl_signal destroy;