Searched refs:drm_fourcc (Results 1 - 25 of 208) sorted by relevance

123456789

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.h8 #include <drm/drm_fourcc.h>
/linux-master/include/linux/platform_data/
H A Dsimplefb.h11 #include <drm/drm_fourcc.h>
36 * @fourcc: 32bit DRM four-CC code (see drm_fourcc.h)
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_format_caps.h12 #include <uapi/drm/drm_fourcc.h>
13 #include <drm/drm_fourcc.h>
/linux-master/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock_plane.c4 #include <drm/drm_fourcc.h>
/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_plane.h9 #include <drm/drm_fourcc.h>
/linux-master/include/drm/
H A Ddrm_gem_atomic_helper.h9 #include <drm/drm_fourcc.h>
H A Ddrm_fourcc.h27 #include <uapi/drm/drm_fourcc.h>
H A Ddrm_framebuffer.h30 #include <drm/drm_fourcc.h>
/linux-master/drivers/gpu/drm/sprd/
H A Dsprd_dpu.h18 #include <drm/drm_fourcc.h>
/linux-master/drivers/gpu/drm/xen/
H A Dxen_drm_front_conn.c13 #include <drm/drm_fourcc.h>
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fb.c12 #include <drm/drm_fourcc.h>
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_scaler.h12 #include <drm/drm_fourcc.h>
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_plane.c9 #include <drm/drm_fourcc.h>
/linux-master/drivers/gpu/drm/sti/
H A Dsti_plane.c12 #include <drm/drm_fourcc.h>
/linux-master/drivers/gpu/drm/
H A Ddrm_fb_dma_helper.c14 #include <drm/drm_fourcc.h>
H A Ddrm_modeset_helper.c25 #include <drm/drm_fourcc.h>
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c28 #include <drm/drm_fourcc.h>
40 uint32_t virtio_gpu_translate_format(uint32_t drm_fourcc) argument
44 switch (drm_fourcc) {
H A Dvirtgpu_drv.h38 #include <drm/drm_fourcc.h>
433 uint32_t virtio_gpu_translate_format(uint32_t drm_fourcc);
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_fb.c15 #include <drm/drm_fourcc.h>
/linux-master/drivers/gpu/drm/armada/
H A Darmada_fb.c7 #include <drm/drm_fourcc.h>
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_kms.c13 #include <drm/drm_fourcc.h>
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_kunit_helpers.c6 #include <drm/drm_fourcc.h>
/linux-master/drivers/gpu/drm/tegra/
H A Dfb.c12 #include <drm/drm_fourcc.h>
/linux-master/include/video/
H A Dimx-ipu-v3.h278 int ipu_cpmem_set_fmt(struct ipuv3_channel *ch, u32 drm_fourcc);
487 enum ipu_color_space ipu_drm_fourcc_to_colorspace(u32 drm_fourcc);
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-cpmem.c10 #include <drm/drm_fourcc.h>
641 int ipu_cpmem_set_fmt(struct ipuv3_channel *ch, u32 drm_fourcc) argument
643 switch (drm_fourcc) {
746 switch (drm_fourcc) {

Completed in 183 milliseconds

123456789