Home
last modified time | relevance | path

Searched refs:gbm (Results 1 – 25 of 85) sorted by relevance

1234

/OK3568_Linux_fs/external/libmali/debian/
H A Dtargets1 aarch64-linux-gnu/libmali-bifrost-g31-g13p0-gbm.so
3 aarch64-linux-gnu/libmali-bifrost-g31-g13p0-wayland-gbm.so
4 aarch64-linux-gnu/libmali-bifrost-g31-g13p0-without-cl-wayland-gbm.so
5 aarch64-linux-gnu/libmali-bifrost-g31-g13p0-x11-gbm.so
6 aarch64-linux-gnu/libmali-bifrost-g31-g2p0-gbm.so
8 aarch64-linux-gnu/libmali-bifrost-g31-g2p0-wayland-gbm.so
9 aarch64-linux-gnu/libmali-bifrost-g31-g2p0-without-cl-wayland-gbm.so
10 aarch64-linux-gnu/libmali-bifrost-g31-g2p0-x11-gbm.so
11 aarch64-linux-gnu/libmali-bifrost-g52-g13p0-dummy-gbm.so
13 aarch64-linux-gnu/libmali-bifrost-g52-g13p0-gbm.so
[all …]
H A Dcontrol22 Package: libmali-bifrost-g31-g13p0-gbm
38 Package: libmali-bifrost-g31-g13p0-wayland-gbm
46 Package: libmali-bifrost-g31-g13p0-without-cl-wayland-gbm
54 Package: libmali-bifrost-g31-g13p0-x11-gbm
62 Package: libmali-bifrost-g31-g2p0-gbm
78 Package: libmali-bifrost-g31-g2p0-wayland-gbm
86 Package: libmali-bifrost-g31-g2p0-without-cl-wayland-gbm
94 Package: libmali-bifrost-g31-g2p0-x11-gbm
110 Package: libmali-bifrost-g52-g13p0-dummy-gbm
118 Package: libmali-bifrost-g52-g13p0-gbm
[all …]
H A Dchangelog26 * Add -gbm.so into libmali-utgard-450-r7p0 located in /gbm/ subfolder
27 * Fix replaces to allow easy switching between regular, gbm and other variants
28 * Fix gbm variant
29 * Add gbm variant
/OK3568_Linux_fs/external/libmali/include/GBM/
H A Dgbm.h254 gbm_device_get_fd(struct gbm_device *gbm);
257 gbm_device_get_backend_name(struct gbm_device *gbm);
260 gbm_device_is_format_supported(struct gbm_device *gbm,
264 gbm_device_get_format_modifier_plane_count(struct gbm_device *gbm,
269 gbm_device_destroy(struct gbm_device *gbm);
275 gbm_bo_create(struct gbm_device *gbm,
280 gbm_bo_create_with_modifiers(struct gbm_device *gbm,
312 gbm_bo_import(struct gbm_device *gbm, uint32_t type,
408 gbm_surface_create(struct gbm_device *gbm,
413 gbm_surface_create_with_modifiers(struct gbm_device *gbm,
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0063-HACK-clients-Drop-dmabuf-feedback.patch38 - dependency('gbm', version: '>= 21.1.1',
40 - not_found_message: 'dmabuf-feedback requires gbm which was not found. If you rather not build …
43 - 'deps': [ 'egl', 'glesv2', 'gbm' ],
63 +# dependency('gbm', version: '>= 21.1.1',
65 +# not_found_message: 'dmabuf-feedback requires gbm which was not found. If you rather not build…
68 +# 'deps': [ 'egl', 'glesv2', 'gbm' ],
H A D0034-backend-drm-Support-using-ARGB8888-gbm_format.patch9 gbm-format=argb8888
13 libweston/backend-drm/drm-gbm.c | 8 ++++++--
17 diff --git a/libweston/backend-drm/drm-gbm.c b/libweston/backend-drm/drm-gbm.c
19 --- a/libweston/backend-drm/drm-gbm.c
20 +++ b/libweston/backend-drm/drm-gbm.c
H A D0022-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch31 +dep_gbm = dependency('gbm', required: false)
49 +#include <gbm.h>
73 + struct gbm_device *gbm;
314 + if (pr->gbm)
315 + gbm_device_destroy(pr->gbm);
438 + pr->gbm = gbm_create_device(pr->drm_fd);
439 + if (!pr->gbm) {
440 + weston_log("Failed to create gbm device\n");
445 + (void*) pr->gbm, NULL);
483 + gbm_device_destroy(pr->gbm);
[all …]
H A D0027-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch12 libweston/backend-drm/drm-gbm.c | 3 ++-
54 diff --git a/libweston/backend-drm/drm-gbm.c b/libweston/backend-drm/drm-gbm.c
56 --- a/libweston/backend-drm/drm-gbm.c
57 +++ b/libweston/backend-drm/drm-gbm.c
58 @@ -196,7 +196,8 @@ create_gbm_surface(struct gbm_device *gbm, struct drm_output *output)
67 gbm_surface_create_with_modifiers(gbm,
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0065-HACK-clients-Drop-dmabuf-feedback.patch40 - dependency('gbm', version: '>= 21.1.1',
42 - not_found_message: 'dmabuf-feedback requires gbm which was not found. If you rather not build …
45 - 'deps': [ 'egl', 'glesv2', 'gbm' ],
67 +# dependency('gbm', version: '>= 21.1.1',
69 +# not_found_message: 'dmabuf-feedback requires gbm which was not found. If you rather not build…
72 +# 'deps': [ 'egl', 'glesv2', 'gbm' ],
H A D0037-backend-drm-Support-using-ARGB8888-gbm_format.patch9 gbm-format=argb8888
13 libweston/backend-drm/drm-gbm.c | 8 ++++++--
17 diff --git a/libweston/backend-drm/drm-gbm.c b/libweston/backend-drm/drm-gbm.c
19 --- a/libweston/backend-drm/drm-gbm.c
20 +++ b/libweston/backend-drm/drm-gbm.c
H A D0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch31 +dep_gbm = dependency('gbm', required: false)
49 +#include <gbm.h>
73 + struct gbm_device *gbm;
376 + if (pr->gbm)
377 + gbm_device_destroy(pr->gbm);
501 + pr->gbm = gbm_create_device(pr->drm_fd);
502 + if (!pr->gbm) {
503 + weston_log("Failed to create gbm device\n");
508 + (void*) pr->gbm, NULL);
546 + gbm_device_destroy(pr->gbm);
[all …]
H A D0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch13 libweston/backend-drm/drm-gbm.c | 3 ++-
58 diff --git a/libweston/backend-drm/drm-gbm.c b/libweston/backend-drm/drm-gbm.c
60 --- a/libweston/backend-drm/drm-gbm.c
61 +++ b/libweston/backend-drm/drm-gbm.c
62 @@ -206,7 +206,8 @@ create_gbm_surface(struct gbm_device *gbm, struct drm_output *output)
71 gbm_surface_create_with_modifiers(gbm,
/OK3568_Linux_fs/buildroot/package/weston/
H A D0064-HACK-clients-Drop-dmabuf-feedback.patch40 - dependency('gbm', version: '>= 21.1.1',
42 - not_found_message: 'dmabuf-feedback requires gbm which was not found. If you rather not build …
45 - 'deps': [ 'egl', 'glesv2', 'gbm' ],
67 +# dependency('gbm', version: '>= 21.1.1',
69 +# not_found_message: 'dmabuf-feedback requires gbm which was not found. If you rather not build…
72 +# 'deps': [ 'egl', 'glesv2', 'gbm' ],
H A D0037-backend-drm-Support-using-ARGB8888-gbm_format.patch9 gbm-format=argb8888
13 libweston/backend-drm/drm-gbm.c | 8 ++++++--
17 diff --git a/libweston/backend-drm/drm-gbm.c b/libweston/backend-drm/drm-gbm.c
19 --- a/libweston/backend-drm/drm-gbm.c
20 +++ b/libweston/backend-drm/drm-gbm.c
H A D0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch31 +dep_gbm = dependency('gbm', required: false)
49 +#include <gbm.h>
73 + struct gbm_device *gbm;
376 + if (pr->gbm)
377 + gbm_device_destroy(pr->gbm);
501 + pr->gbm = gbm_create_device(pr->drm_fd);
502 + if (!pr->gbm) {
503 + weston_log("Failed to create gbm device\n");
508 + (void*) pr->gbm, NULL);
546 + gbm_device_destroy(pr->gbm);
[all …]
H A D0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch13 libweston/backend-drm/drm-gbm.c | 3 ++-
58 diff --git a/libweston/backend-drm/drm-gbm.c b/libweston/backend-drm/drm-gbm.c
60 --- a/libweston/backend-drm/drm-gbm.c
61 +++ b/libweston/backend-drm/drm-gbm.c
62 @@ -206,7 +206,8 @@ create_gbm_surface(struct gbm_device *gbm, struct drm_output *output)
71 gbm_surface_create_with_modifiers(gbm,
/OK3568_Linux_fs/external/libmali/hook/
H A Dhook.c215 gbm_device_get_format_modifier_plane_count(struct gbm_device *gbm, in gbm_device_get_format_modifier_plane_count() argument
225 gbm_bo_create_with_modifiers(struct gbm_device *gbm, in gbm_bo_create_with_modifiers() argument
234 return gbm_bo_create(gbm, width, height, format, GBM_BO_USE_LINEAR); in gbm_bo_create_with_modifiers()
240 gbm_surface_create_with_modifiers(struct gbm_device *gbm, in gbm_surface_create_with_modifiers() argument
249 return gbm_surface_create(gbm, width, height, format, 0); in gbm_surface_create_with_modifiers()
413 gbm_surface_create(struct gbm_device *gbm, in gbm_surface_create() argument
419 surface = _gbm_surface_create(gbm, width, height, format, flags); in gbm_surface_create()
424 return _gbm_surface_create(gbm, width, height, format, flags); in gbm_surface_create()
428 gbm_bo_create(struct gbm_device *gbm, in gbm_bo_create() argument
434 bo = _gbm_bo_create(gbm, width, height, format, flags); in gbm_bo_create()
[all …]
/OK3568_Linux_fs/buildroot/package/opengl/libgbm/
H A DConfig.in8 # gbm implementations should select
11 # initially introduced in mesa3d version 17. A gbm implementation
18 # gbm implementations should select
21 # 10. A gbm implementation provides this feature if it is implement
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dpresent.c227 struct gbm_bo *gbm; in ms_present_check_unflip() local
243 if (drmmode_crtc->rotate_bo.gbm) in ms_present_check_unflip()
268 gbm = glamor_gbm_bo_from_pixmap(screen, pixmap); in ms_present_check_unflip()
269 if (gbm) { in ms_present_check_unflip()
273 format = gbm_bo_get_format(gbm); in ms_present_check_unflip()
274 modifier = gbm_bo_get_modifier(gbm); in ms_present_check_unflip()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/
H A Dmesa-demos_8.4.0.bb28 PACKAGECONFIG ?= "drm osmesa freetype2 gbm egl gles1 gles2 \
39 PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/libgl"
/OK3568_Linux_fs/buildroot/package/rockchip/rockchip-mali-nvr/
H A DConfig.in40 default "libmali-valhall-g610-g13p0-without-cl-dummy-gbm.so" if BR2_PACKAGE_ROCKCHIP_MALI_NVR_G610
41 default "libmali-bifrost-g52-g13p0-dummy-gbm.so" if BR2_PACKAGE_ROCKCHIP_MALI_NVR_G52
51 bool "gbm"
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl.c63 struct gbm_device *gbm; member
147 return glamor_egl->gbm; in glamor_egl_get_gbm_device()
325 bo = gbm_bo_create_with_modifiers(glamor_egl->gbm, width, height, in glamor_make_pixmap_exportable()
335 bo = gbm_bo_create(glamor_egl->gbm, width, height, format, in glamor_make_pixmap_exportable()
526 bo = gbm_bo_import(glamor_egl->gbm, GBM_BO_IMPORT_FD, &import_data, 0); in glamor_back_pixmap_from_fd()
588 bo = gbm_bo_import(glamor_egl->gbm, GBM_BO_IMPORT_FD_MODIFIER, &import_data, 0); in glamor_pixmap_from_fds()
931 if (glamor_egl->gbm) in glamor_egl_cleanup()
932 gbm_device_destroy(glamor_egl->gbm); in glamor_egl_cleanup()
965 glamor_egl->gbm = gbm_create_device(glamor_egl->fd); in glamor_egl_init()
966 if (glamor_egl->gbm == NULL) { in glamor_egl_init()
[all …]
H A Dglamor_prepare.c84 struct gbm_bo *gbm = NULL; in glamor_prep_pixmap_box() local
90 gbm = glamor_gbm_bo_from_pixmap(screen, pixmap); in glamor_prep_pixmap_box()
92 if (gbm) { in glamor_prep_pixmap_box()
94 gbm_bo_map(gbm, 0, 0, pixmap->drawable.width, in glamor_prep_pixmap_box()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-gbm.c50 struct gbm_device *gbm; member
216 bo = gbm_bo_create_with_modifiers(xwl_gbm->gbm, width, height, in xwl_glamor_gbm_create_pixmap()
223 bo = gbm_bo_create(xwl_gbm->gbm, width, height, format, in xwl_glamor_gbm_create_pixmap()
374 if (xwl_gbm->gbm) in xwl_glamor_gbm_cleanup()
375 gbm_device_destroy(xwl_gbm->gbm); in xwl_glamor_gbm_cleanup()
509 bo = gbm_bo_import(xwl_gbm->gbm, GBM_BO_IMPORT_FD_MODIFIER, &data, in glamor_pixmap_from_fds()
520 bo = gbm_bo_import(xwl_gbm->gbm, GBM_BO_IMPORT_FD, &data, in glamor_pixmap_from_fds()
943 xwl_gbm->gbm = gbm_create_device(xwl_gbm->drm_fd); in xwl_glamor_gbm_init_egl()
944 if (!xwl_gbm->gbm) { in xwl_glamor_gbm_init_egl()
950 xwl_gbm->gbm); in xwl_glamor_gbm_init_egl()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/waffle/
H A Dwaffle_1.7.0.bb27 … ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gbm surfaceless-egl', '', d)} \
40 # wants gbm.pc egl.pc
41 PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled,virtual/${MLPREFIX}egl virtual/${MLPREFIX}libgbm…

1234