Home
last modified time | relevance | path

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

/linux-6.12.1/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];
Ddrm_gem_atomic_helper.h70 struct iosys_map map[DRM_FORMAT_MAX_PLANES];
78 struct iosys_map data[DRM_FORMAT_MAX_PLANES];
/linux-6.12.1/drivers/gpu/drm/
Ddrm_format_helper.c229 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 …]
Ddrm_gem_framebuffer_helper.c158 struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES]; in drm_gem_fb_init_with_funcs()
/linux-6.12.1/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-6.12.1/drivers/gpu/drm/tests/
Ddrm_format_helper_test.c1475 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 …]
/linux-6.12.1/drivers/gpu/drm/msm/
Dmsm_fb.c27 uint64_t iova[DRM_FORMAT_MAX_PLANES];