kms/device: Fix render_formats

This commit is contained in:
Victoria Brekenfeld 2025-09-05 14:43:16 +02:00 committed by Victoria Brekenfeld
parent 18a1ba2d26
commit b7fd4bc781

View file

@ -249,7 +249,7 @@ impl State {
.ok()
.and_then(std::convert::identity)
.unwrap_or(drm_node);
let render_formats = egl.context.dmabuf_texture_formats().clone();
let render_formats = egl.context.dmabuf_render_formats().clone();
(render_node, render_formats, egl.device.is_software())
};