Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_fourcc.h32 #define DRM_FORMAT_MAX_PLANES 4u macro
87 u8 cpp[DRM_FORMAT_MAX_PLANES];
113 u8 char_per_block[DRM_FORMAT_MAX_PLANES];
122 u8 block_w[DRM_FORMAT_MAX_PLANES];
130 u8 block_h[DRM_FORMAT_MAX_PLANES];
Ddrm_framebuffer.h150 unsigned int pitches[DRM_FORMAT_MAX_PLANES];
168 unsigned int offsets[DRM_FORMAT_MAX_PLANES];
201 struct drm_gem_object *obj[DRM_FORMAT_MAX_PLANES];
Ddrm_panic.h40 struct iosys_map map[DRM_FORMAT_MAX_PLANES];
55 unsigned int pitch[DRM_FORMAT_MAX_PLANES];
/openbsd/src/sys/dev/pci/drm/
Ddrm_format_helper.c237 static const unsigned int default_dst_pitch[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xfrm()
277 static const unsigned int default_dst_pitch[DRM_FORMAT_MAX_PLANES] = { in drm_fb_memcpy()
417 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_rgb332()
489 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_rgb565()
547 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_xrgb1555()
600 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_argb1555()
653 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_rgba5551()
704 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_rgb888()
753 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_argb8888()
785 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_abgr8888()
[all …]