diff --git a/glamor/glamor_egl.c b/glamor/glamor_egl.c index e508f9df0f..897b634eab 100644 --- a/glamor/glamor_egl.c +++ b/glamor/glamor_egl.c @@ -1381,6 +1381,8 @@ glamor_egl_init(ScrnInfoPtr scrn, int fd) glamor_egl->dmabuf_capable = TRUE; else if (strstr((const char *)renderer, "NVIDIA")) glamor_egl->dmabuf_capable = TRUE; + else if (strstr((const char *)renderer, "radeonsi")) + glamor_egl->dmabuf_capable = TRUE; else glamor_egl->dmabuf_capable = FALSE; }