Home
last modified time | relevance | path

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

/Linux-v6.6/include/drm/
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];
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];
Ddrm_gem_atomic_helper.h60 struct iosys_map map[DRM_FORMAT_MAX_PLANES];
68 struct iosys_map data[DRM_FORMAT_MAX_PLANES];
/Linux-v6.6/drivers/gpu/drm/
Ddrm_format_helper.c139 static const unsigned int default_dst_pitch[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xfrm()
177 static const unsigned int default_dst_pitch[DRM_FORMAT_MAX_PLANES] = { in drm_fb_memcpy()
314 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()
[all …]
Ddrm_gem_framebuffer_helper.c158 struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES]; in drm_gem_fb_init_with_funcs()
/Linux-v6.6/drivers/gpu/drm/vkms/
Dvkms_drv.h32 struct iosys_map map[DRM_FORMAT_MAX_PLANES];
49 struct iosys_map data[DRM_FORMAT_MAX_PLANES];
/Linux-v6.6/drivers/gpu/drm/msm/
Dmsm_fb.c27 uint64_t iova[DRM_FORMAT_MAX_PLANES];