Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/arc/
H A Darcpgu_crtc.c33 u32 format = DRM_FORMAT_INVALID; in arc_pgu_set_pxl_fmt()
42 if (WARN_ON(format == DRM_FORMAT_INVALID)) in arc_pgu_set_pxl_fmt()
/OK3568_Linux_fs/external/linux-rga/core/utils/drm_utils/src/
H A Ddrm_utils.cpp79 { DRM_FORMAT_INVALID, RK_FORMAT_UNKNOWN },
/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.h75 #define DRM_FORMAT_INVALID 0 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.h75 #define DRM_FORMAT_INVALID 0 macro
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm_fourcc.h75 #define DRM_FORMAT_INVALID 0 macro
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_fourcc.h75 #define DRM_FORMAT_INVALID 0 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_fourcc.h75 #define DRM_FORMAT_INVALID 0 macro
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm_fourcc.h75 #define DRM_FORMAT_INVALID 0 macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_fourcc.h99 #define DRM_FORMAT_INVALID 0 macro
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_fourcc.h99 #define DRM_FORMAT_INVALID 0 macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_fourcc.c48 uint32_t fmt = DRM_FORMAT_INVALID; in drm_mode_legacy_fb_format()
H A Ddrm_framebuffer.c127 if (r.pixel_format == DRM_FORMAT_INVALID) { in drm_mode_addfb()