Home
last modified time | relevance | path

Searched refs:drm_fourcc (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/external/linux-rga/core/utils/drm_utils/src/
H A Ddrm_utils.cpp82 uint32_t get_format_from_drm_fourcc(uint32_t drm_fourcc) { in get_format_from_drm_fourcc() argument
83 auto entry = drm_fourcc_table.find(drm_fourcc); in get_format_from_drm_fourcc()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c247 uint32_t drm_fourcc; in ms_exa_xv_create_dma_pixmap() local
293 drm_fourcc = port_priv->dma_drm_fourcc ? port_priv->dma_drm_fourcc : id; in ms_exa_xv_create_dma_pixmap()
294 if (drm_fourcc == DRM_FORMAT_XRGB8888) { in ms_exa_xv_create_dma_pixmap()
302 if (drm_fourcc == DRM_FORMAT_NV12_10) { in ms_exa_xv_create_dma_pixmap()
304 } else if (drm_fourcc == DRM_FORMAT_NV16) { in ms_exa_xv_create_dma_pixmap()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch160 + if (context->drm_fourcc != -1)
174 +#include <libdrm/drm_fourcc.h>
207 + guint32 drm_fourcc;
329 + prop_atom, context->drm_fourcc);
464 + context->drm_fourcc = -1;
470 + context->drm_fourcc = DRM_FORMAT_NV12_10;
475 + context->drm_fourcc = DRM_FORMAT_NV16;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch160 + if (context->drm_fourcc != -1)
174 +#include <libdrm/drm_fourcc.h>
207 + guint32 drm_fourcc;
329 + prop_atom, context->drm_fourcc);
464 + context->drm_fourcc = -1;
470 + context->drm_fourcc = DRM_FORMAT_NV12_10;
475 + context->drm_fourcc = DRM_FORMAT_NV16;
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch160 + if (context->drm_fourcc != -1)
174 +#include <libdrm/drm_fourcc.h>
207 + guint32 drm_fourcc;
329 + prop_atom, context->drm_fourcc);
464 + context->drm_fourcc = -1;
470 + context->drm_fourcc = DRM_FORMAT_NV12_10;
475 + context->drm_fourcc = DRM_FORMAT_NV16;
/OK3568_Linux_fs/external/linux-rga/core/utils/drm_utils/
H A Ddrm_utils.h29 uint32_t get_format_from_drm_fourcc(uint32_t drm_fourcc);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0022-HACK-kmssink-Open-drm-devnode-directly.patch17 #include <drm_fourcc.h>
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0022-HACK-kmssink-Open-drm-devnode-directly.patch17 #include <drm_fourcc.h>
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0021-HACK-kmssink-Open-drm-devnode-directly.patch17 #include <drm_fourcc.h>
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0091-HACK-vnc-Compat-with-new-aml-and-weston-11.0.0.patch24 #include <drm_fourcc.h>
H A D0056-pixel-formats-Support-NV15-YU08-YU10.patch57 /* The kernel header drm_fourcc.h defines the DRM formats below. We duplicate
H A D0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch188 #include <drm_fourcc.h>
194 /* The kernel header drm_fourcc.h defines the DRM formats below. We duplicate
/OK3568_Linux_fs/buildroot/package/weston/
H A D0090-HACK-vnc-Compat-with-new-aml-and-weston-11.0.0.patch24 #include <drm_fourcc.h>
H A D0056-pixel-formats-Support-NV15-YU08-YU10.patch57 /* The kernel header drm_fourcc.h defines the DRM formats below. We duplicate
H A D0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch188 #include <drm_fourcc.h>
194 /* The kernel header drm_fourcc.h defines the DRM formats below. We duplicate
/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 D..install.cmd1 …veau_drm.h sis_drm.h vmwgfx_drm.h omap_drm.h amdgpu_drm.h armada_drm.h drm_fourcc.h virtgpu_drm.h …
/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 D..install.cmd1 …veau_drm.h sis_drm.h vmwgfx_drm.h omap_drm.h amdgpu_drm.h armada_drm.h drm_fourcc.h virtgpu_drm.h …
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0059-pixel-formats-Support-NV15-YU08-YU10.patch59 * wl_shm and drm_fourcc.h (which are deliberately identical, but for the
/OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c48 uint32_t virtio_gpu_translate_format(uint32_t drm_fourcc) in virtio_gpu_translate_format() argument
52 switch (drm_fourcc) { in virtio_gpu_translate_format()
H A Dvirtgpu_drv.h359 uint32_t virtio_gpu_translate_format(uint32_t drm_fourcc);
/OK3568_Linux_fs/kernel/include/video/
H A Dimx-ipu-v3.h277 int ipu_cpmem_set_fmt(struct ipuv3_channel *ch, u32 drm_fourcc);
485 enum ipu_color_space ipu_drm_fourcc_to_colorspace(u32 drm_fourcc);
/OK3568_Linux_fs/external/linux-rga/
H A DCHANGELOG.md76 - 增加对drm_fourcc格式支持。
/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A Dipu-cpmem.c641 int ipu_cpmem_set_fmt(struct ipuv3_channel *ch, u32 drm_fourcc) in ipu_cpmem_set_fmt() argument
643 switch (drm_fourcc) { in ipu_cpmem_set_fmt()
746 switch (drm_fourcc) { in ipu_cpmem_set_fmt()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A DMakefile10 drm_crtc.o drm_fourcc.o drm_modes.o \
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Ddrm-kms.rst340 .. kernel-doc:: include/uapi/drm/drm_fourcc.h
346 .. kernel-doc:: include/drm/drm_fourcc.h
349 .. kernel-doc:: drivers/gpu/drm/drm_fourcc.c

12