Searched refs:DRM_FORMAT_MAX_PLANES (Results 1 – 9 of 9) sorted by relevance
32 #define DRM_FORMAT_MAX_PLANES 4u macro87 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];
150 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];
40 struct iosys_map map[DRM_FORMAT_MAX_PLANES];55 unsigned int pitch[DRM_FORMAT_MAX_PLANES];
70 struct iosys_map map[DRM_FORMAT_MAX_PLANES];78 struct iosys_map data[DRM_FORMAT_MAX_PLANES];
229 static const unsigned int default_dst_pitch[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xfrm()269 static const unsigned int default_dst_pitch[DRM_FORMAT_MAX_PLANES] = { in drm_fb_memcpy()409 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_rgb332()481 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_rgb565()539 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_xrgb1555()592 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_argb1555()645 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_rgba5551()696 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_rgb888()745 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_argb8888()777 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_abgr8888()[all …]
158 struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES]; in drm_gem_fb_init_with_funcs()
32 struct iosys_map map[DRM_FORMAT_MAX_PLANES];49 struct iosys_map data[DRM_FORMAT_MAX_PLANES];
1475 unsigned int src_pitches[DRM_FORMAT_MAX_PLANES];1476 const u32 src[DRM_FORMAT_MAX_PLANES][TEST_BUF_SIZE];1477 unsigned int dst_pitches[DRM_FORMAT_MAX_PLANES];1478 const u32 expected[DRM_FORMAT_MAX_PLANES][TEST_BUF_SIZE];1794 size_t dst_size[DRM_FORMAT_MAX_PLANES] = { 0 }; in drm_test_fb_memcpy()1795 u32 *buf[DRM_FORMAT_MAX_PLANES] = { 0 }; in drm_test_fb_memcpy()1796 __le32 *src_cp[DRM_FORMAT_MAX_PLANES] = { 0 }; in drm_test_fb_memcpy()1797 __le32 *expected[DRM_FORMAT_MAX_PLANES] = { 0 }; in drm_test_fb_memcpy()1798 struct iosys_map dst[DRM_FORMAT_MAX_PLANES]; in drm_test_fb_memcpy()1799 struct iosys_map src[DRM_FORMAT_MAX_PLANES]; in drm_test_fb_memcpy()[all …]
27 uint64_t iova[DRM_FORMAT_MAX_PLANES];