Home
last modified time | relevance | path

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

/linux-6.15/include/video/
H A Dimx-ipu-v3.h276 int ipu_cpmem_set_fmt(struct ipuv3_channel *ch, u32 drm_fourcc);
475 enum ipu_color_space ipu_drm_fourcc_to_colorspace(u32 drm_fourcc);
/linux-6.15/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c44 uint32_t virtio_gpu_translate_format(uint32_t drm_fourcc) in virtio_gpu_translate_format() argument
48 switch (drm_fourcc) { in virtio_gpu_translate_format()
H A Dvirtgpu_drv.h453 uint32_t virtio_gpu_translate_format(uint32_t drm_fourcc);
/linux-6.15/drivers/gpu/ipu-v3/
H A Dipu-cpmem.c618 int ipu_cpmem_set_fmt(struct ipuv3_channel *ch, u32 drm_fourcc) in ipu_cpmem_set_fmt() argument
620 switch (drm_fourcc) { in ipu_cpmem_set_fmt()
723 switch (drm_fourcc) { in ipu_cpmem_set_fmt()
H A Dipu-common.c57 enum ipu_color_space ipu_drm_fourcc_to_colorspace(u32 drm_fourcc) in ipu_drm_fourcc_to_colorspace() argument
59 switch (drm_fourcc) { in ipu_drm_fourcc_to_colorspace()
/linux-6.15/drivers/gpu/drm/
H A DMakefile53 drm_fourcc.o \
/linux-6.15/Documentation/gpu/
H A Ddrm-kms.rst351 .. kernel-doc:: include/uapi/drm/drm_fourcc.h
357 .. kernel-doc:: include/drm/drm_fourcc.h
360 .. kernel-doc:: drivers/gpu/drm/drm_fourcc.c
H A Dafbc.rst12 format modifiers defined in drm_fourcc.h. See DRM_FORMAT_MOD_ARM_AFBC(*).
/linux-6.15/Documentation/userspace-api/
H A Ddma-buf-alloc-exchange.rst98 These tokens are described in the ``drm_fourcc.h`` file, which is a part of