Home
last modified time | relevance | path

Searched refs:DRM_FORMAT_XYUV8888 (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0048-gl-renderer-Support-NV16-dma-buf.patch22 DRM_FORMAT_XYUV8888,
/OK3568_Linux_fs/buildroot/package/weston/
H A D0051-gl-renderer-Support-NV16-dma-buf.patch22 DRM_FORMAT_XYUV8888,
H A D0057-gl-renderer-dmabuf-Support-NV12-AFBC-and-NV12_10-AFB.patch24 case DRM_FORMAT_XYUV8888:
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0051-gl-renderer-Support-NV16-dma-buf.patch22 DRM_FORMAT_XYUV8888,
H A D0057-gl-renderer-dmabuf-Support-NV12-AFBC-and-NV12_10-AFB.patch24 case DRM_FORMAT_XYUV8888:
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_sprite.c2476 DRM_FORMAT_XYUV8888,
2495 DRM_FORMAT_XYUV8888,
2514 DRM_FORMAT_XYUV8888,
2538 DRM_FORMAT_XYUV8888,
2566 DRM_FORMAT_XYUV8888,
2598 DRM_FORMAT_XYUV8888,
2769 case DRM_FORMAT_XYUV8888: in skl_plane_format_mod_supported()
2841 case DRM_FORMAT_XYUV8888: in gen12_plane_format_mod_supported()
H A Dintel_display.c3346 return DRM_FORMAT_XYUV8888; in skl_format_to_fourcc()
4643 case DRM_FORMAT_XYUV8888: in skl_plane_ctl_format()
6239 case DRM_FORMAT_XYUV8888: in skl_update_scaler_plane()
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm_fourcc.h165 #define DRM_FORMAT_XYUV8888 fourcc_code('X', 'Y', 'U', 'V') /* [31:0] X:Y:Cb:Cr 8:8:8:8 little endi… macro
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_fourcc.h165 #define DRM_FORMAT_XYUV8888 fourcc_code('X', 'Y', 'U', 'V') /* [31:0] X:Y:Cb:Cr 8:8:8:8 little endi… macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_fourcc.h165 #define DRM_FORMAT_XYUV8888 fourcc_code('X', 'Y', 'U', 'V') /* [31:0] X:Y:Cb:Cr 8:8:8:8 little endi… macro
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm_fourcc.h165 #define DRM_FORMAT_XYUV8888 fourcc_code('X', 'Y', 'U', 'V') /* [31:0] X:Y:Cb:Cr 8:8:8:8 little endi… macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/
H A Dmalidp_hw.c53 { DRM_FORMAT_XYUV8888, DE_VIDEO1, 16 },
87 { DRM_FORMAT_XYUV8888, DE_VIDEO1 | DE_VIDEO2, MALIDP_ID(5, 0) },\
1135 case DRM_FORMAT_XYUV8888: in malidp_hw_format_is_linear_only()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ingenic/
H A Dingenic-ipu.c375 case DRM_FORMAT_XYUV8888: in ingenic_ipu_plane_atomic_update()
854 DRM_FORMAT_XYUV8888,
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_fourcc.h202 #define DRM_FORMAT_XYUV8888 fourcc_code('X', 'Y', 'U', 'V') /* [31:0] X:Y:Cb:Cr 8:8:8:8 little endi… macro
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_fourcc.h195 #define DRM_FORMAT_XYUV8888 fourcc_code('X', 'Y', 'U', 'V') /* [31:0] X:Y:Cb:Cr 8:8:8:8 little endi… macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_fourcc.c231 …{ .format = DRM_FORMAT_XYUV8888, .depth = 0, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()