Home
last modified time | relevance | path

Searched refs:dmabuf_capable (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl.c64 int dmabuf_capable; member
319 if (modifiers_ok && glamor_egl->dmabuf_capable) { in glamor_make_pixmap_exportable()
574 if (glamor_egl->dmabuf_capable && modifier != DRM_FORMAT_MOD_INVALID) { in glamor_pixmap_from_fds()
646 if (!glamor_egl->dmabuf_capable) in glamor_get_formats()
686 if (!glamor_egl->dmabuf_capable) in glamor_get_modifiers()
1090 glamor_egl->dmabuf_capable = !!strstr(xf86Info.debug, in glamor_egl_init()
1093 glamor_egl->dmabuf_capable = TRUE; in glamor_egl_init()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-gbm.c57 int dmabuf_capable; member
211 if (xwl_gbm->dmabuf_capable) { in xwl_glamor_gbm_create_pixmap()
495 if (xwl_gbm->dmabuf_capable && modifier != DRM_FORMAT_MOD_INVALID) { in glamor_pixmap_from_fds()
607 if (!xwl_gbm->dmabuf_capable || !xwl_gbm->dmabuf) in glamor_get_formats()
636 if (!xwl_gbm->dmabuf_capable || !xwl_gbm->dmabuf) in glamor_get_modifiers()
1002 xwl_gbm->dmabuf_capable = TRUE; in xwl_glamor_gbm_init_egl()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog6366 glamor: Don't fail in glamor_get_formats if not dmabuf_capable.
6368 If dmabuf_capable is false, because the server "dmabuf_capable"
7865 glamor: sanitze handling of "Debug" Option for "dmabuf_capable"
7870 Default dmabuf_capable to off/FALSE for now - a user without knowledge about
7873 Fixes: d11d5bb80 ("glamor: Hide new DRI behind Option "Debug" "dmabuf_capable")
7901 glamor: Hide new DRI behind Option "Debug" "dmabuf_capable"