Home
last modified time | relevance | path

Searched refs:DRM_FORMAT_MAX_PLANES (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_fourcc.h31 #define DRM_FORMAT_MAX_PLANES 4u macro
86 u8 cpp[DRM_FORMAT_MAX_PLANES];
112 u8 char_per_block[DRM_FORMAT_MAX_PLANES];
121 u8 block_w[DRM_FORMAT_MAX_PLANES];
129 u8 block_h[DRM_FORMAT_MAX_PLANES];
H A Ddrm_framebuffer.h150 unsigned int pitches[DRM_FORMAT_MAX_PLANES];
168 unsigned int offsets[DRM_FORMAT_MAX_PLANES];
213 struct drm_gem_object *obj[DRM_FORMAT_MAX_PLANES];
H A Ddrm_gem_atomic_helper.h60 struct iosys_map map[DRM_FORMAT_MAX_PLANES];
68 struct iosys_map data[DRM_FORMAT_MAX_PLANES];
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_format_helper.c314 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_rgb332()
384 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_rgb565()
441 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_xrgb1555()
493 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_argb1555()
545 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_rgba5551()
595 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_rgb888()
643 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_argb8888()
674 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_abgr8888()
704 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_xbgr8888()
755 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_xrgb2101010()
[all …]
H A Ddrm_gem_framebuffer_helper.c158 struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES]; in drm_gem_fb_init_with_funcs()
/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_drv.h32 struct iosys_map map[DRM_FORMAT_MAX_PLANES];
49 struct iosys_map data[DRM_FORMAT_MAX_PLANES];
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_fb.c27 uint64_t iova[DRM_FORMAT_MAX_PLANES];