Home
last modified time | relevance | path

Searched refs:DRM_FORMAT_BIG_ENDIAN (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0053-gl-renderer-dmabuf-Support-NV12-AFBC-and-NV12_10-AFB.patch39 switch (attributes->format & ~DRM_FORMAT_BIG_ENDIAN) {
54 ~DRM_FORMAT_BIG_ENDIAN);
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_fourcc.h38 DRM_FORMAT_BIG_ENDIAN)
40 DRM_FORMAT_BIG_ENDIAN)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tve200/
H A Dtve200_display.c184 if (format & DRM_FORMAT_BIG_ENDIAN) { in tve200_display_enable()
186 format &= ~DRM_FORMAT_BIG_ENDIAN; in tve200_display_enable()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Ddrm_fourcc.h72 #define DRM_FORMAT_BIG_ENDIAN (1<<31) /* format is big endian instead of little endian */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Ddrm_fourcc.h72 #define DRM_FORMAT_BIG_ENDIAN (1<<31) /* format is big endian instead of little endian */ macro
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm_fourcc.h72 #define DRM_FORMAT_BIG_ENDIAN (1<<31) /* format is big endian instead of little endian */ macro
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_fourcc.h72 #define DRM_FORMAT_BIG_ENDIAN (1<<31) /* format is big endian instead of little endian */ macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_fourcc.h72 #define DRM_FORMAT_BIG_ENDIAN (1<<31) /* format is big endian instead of little endian */ macro
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm_fourcc.h72 #define DRM_FORMAT_BIG_ENDIAN (1U<<31) /* format is big endian instead of little endian */ macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_fourcc.h96 #define DRM_FORMAT_BIG_ENDIAN (1U<<31) /* format is big endian instead of little endian */ macro
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_fourcc.h96 #define DRM_FORMAT_BIG_ENDIAN (1U<<31) /* format is big endian instead of little endian */ macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_fourcc.c146 format & DRM_FORMAT_BIG_ENDIAN ? "big" : "little", in drm_get_format_name()