| /OK3568_Linux_fs/external/libmali/hook/ |
| H A D | hook.c | 370 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 D | 0042-backend-drm-Support-modifier.patch | 91 + !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 D | 0037-backend-drm-Support-using-ARGB8888-gbm_format.patch | 4 Subject: [PATCH 37/93] backend-drm: Support using ARGB8888 gbm_format 38 + format = pixel_format_get_info(output->gbm_format);
|
| H A D | 0031-backend-drm-Add-dummy-output-when-no-screens-connect.patch | 272 + output->gbm_format = DRM_FORMAT_XRGB8888; 301 + output->gbm_format);
|
| H A D | 0016-backend-drm-Support-virtual-screen-size.patch | 293 + output->gbm_format);
|
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 344 + 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 D | 0039-backend-drm-Support-modifier.patch | 101 + !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 D | 0034-backend-drm-Support-using-ARGB8888-gbm_format.patch | 4 Subject: [PATCH 34/79] backend-drm: Support using ARGB8888 gbm_format 38 + format = pixel_format_get_info(output->gbm_format);
|
| H A D | 0028-backend-drm-Add-dummy-output-when-no-screens-connect.patch | 262 + output->gbm_format = DRM_FORMAT_XRGB8888; 279 + output->gbm_format);
|
| H A D | 0014-backend-drm-Support-virtual-screen-size.patch | 307 + output->gbm_format);
|
| H A D | 0015-backend-drm-Support-mirror-mode.patch | 342 + fb = drm_fb_create_dumb(b, width, height, output->gbm_format);
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0042-backend-drm-Support-modifier.patch | 91 + !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 D | 0037-backend-drm-Support-using-ARGB8888-gbm_format.patch | 4 Subject: [PATCH 37/95] backend-drm: Support using ARGB8888 gbm_format 38 + format = pixel_format_get_info(output->gbm_format);
|
| H A D | 0031-backend-drm-Add-dummy-output-when-no-screens-connect.patch | 272 + output->gbm_format = DRM_FORMAT_XRGB8888; 301 + output->gbm_format);
|
| H A D | 0016-backend-drm-Support-virtual-screen-size.patch | 293 + output->gbm_format);
|
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 346 + fb = drm_fb_create_dumb(b->drm, width, height, output->gbm_format);
|
| /OK3568_Linux_fs/external/libmali/include/GBM/ |
| H A D | gbm.h | 432 gbm_format_get_name(uint32_t gbm_format, struct gbm_format_name_desc *desc);
|