Home
last modified time | relevance | path

Searched refs:gbm_format (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/libmali/hook/
H A Dhook.c370 gbm_format_canonicalize(uint32_t gbm_format) in gbm_format_canonicalize() argument
372 switch (gbm_format) { in gbm_format_canonicalize()
378 return gbm_format; in gbm_format_canonicalize()
383 gbm_format_get_name(uint32_t gbm_format, struct gbm_format_name_desc *desc) in gbm_format_get_name() argument
385 gbm_format = gbm_format_canonicalize(gbm_format); in gbm_format_get_name()
387 desc->name[0] = gbm_format; in gbm_format_get_name()
388 desc->name[1] = gbm_format >> 8; in gbm_format_get_name()
389 desc->name[2] = gbm_format >> 16; in gbm_format_get_name()
390 desc->name[3] = gbm_format >> 24; in gbm_format_get_name()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0042-backend-drm-Support-modifier.patch91 + !drm_plane_has_modifier(plane, output->gbm_format))
113 - if (parse_gbm_format(config->gbm_format, DRM_FORMAT_XRGB8888, &b->gbm_format) < 0)
141 + b->gbm_format = DRM_FORMAT_XRGB8888;
145 + b->gbm_format = DRM_FORMAT_XBGR8888;
147 + if (parse_gbm_format(config->gbm_format, b->gbm_format, &b->gbm_format) < 0)
H A D0037-backend-drm-Support-using-ARGB8888-gbm_format.patch4 Subject: [PATCH 37/93] backend-drm: Support using ARGB8888 gbm_format
38 + format = pixel_format_get_info(output->gbm_format);
H A D0031-backend-drm-Add-dummy-output-when-no-screens-connect.patch272 + output->gbm_format = DRM_FORMAT_XRGB8888;
301 + output->gbm_format);
H A D0016-backend-drm-Support-virtual-screen-size.patch293 + output->gbm_format);
H A D0017-backend-drm-Support-mirror-mode.patch344 + fb = drm_fb_create_dumb(b->drm, width, height, output->gbm_format);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0039-backend-drm-Support-modifier.patch101 + !drm_plane_has_modifier(plane, output->gbm_format))
123 - if (parse_gbm_format(config->gbm_format, DRM_FORMAT_XRGB8888, &b->gbm_format) < 0)
139 + b->gbm_format = DRM_FORMAT_XRGB8888;
143 + b->gbm_format = DRM_FORMAT_XBGR8888;
145 + if (parse_gbm_format(config->gbm_format, b->gbm_format, &b->gbm_format) < 0)
H A D0034-backend-drm-Support-using-ARGB8888-gbm_format.patch4 Subject: [PATCH 34/79] backend-drm: Support using ARGB8888 gbm_format
38 + format = pixel_format_get_info(output->gbm_format);
H A D0028-backend-drm-Add-dummy-output-when-no-screens-connect.patch262 + output->gbm_format = DRM_FORMAT_XRGB8888;
279 + output->gbm_format);
H A D0014-backend-drm-Support-virtual-screen-size.patch307 + output->gbm_format);
H A D0015-backend-drm-Support-mirror-mode.patch342 + fb = drm_fb_create_dumb(b, width, height, output->gbm_format);
/OK3568_Linux_fs/buildroot/package/weston/
H A D0042-backend-drm-Support-modifier.patch91 + !drm_plane_has_modifier(plane, output->gbm_format))
113 - if (parse_gbm_format(config->gbm_format, DRM_FORMAT_XRGB8888, &b->gbm_format) < 0)
141 + b->gbm_format = DRM_FORMAT_XRGB8888;
145 + b->gbm_format = DRM_FORMAT_XBGR8888;
147 + if (parse_gbm_format(config->gbm_format, b->gbm_format, &b->gbm_format) < 0)
H A D0037-backend-drm-Support-using-ARGB8888-gbm_format.patch4 Subject: [PATCH 37/95] backend-drm: Support using ARGB8888 gbm_format
38 + format = pixel_format_get_info(output->gbm_format);
H A D0031-backend-drm-Add-dummy-output-when-no-screens-connect.patch272 + output->gbm_format = DRM_FORMAT_XRGB8888;
301 + output->gbm_format);
H A D0016-backend-drm-Support-virtual-screen-size.patch293 + output->gbm_format);
H A D0017-backend-drm-Support-mirror-mode.patch346 + fb = drm_fb_create_dumb(b->drm, width, height, output->gbm_format);
/OK3568_Linux_fs/external/libmali/include/GBM/
H A Dgbm.h432 gbm_format_get_name(uint32_t gbm_format, struct gbm_format_name_desc *desc);