Home
last modified time | relevance | path

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

/linux-6.15/include/drm/
H A 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];
H A 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];
H A Ddrm_panic.h40 struct iosys_map map[DRM_FORMAT_MAX_PLANES];
55 unsigned int pitch[DRM_FORMAT_MAX_PLANES];
H A Ddrm_gem_atomic_helper.h70 struct iosys_map map[DRM_FORMAT_MAX_PLANES];
78 struct iosys_map data[DRM_FORMAT_MAX_PLANES];
/linux-6.15/drivers/gpu/drm/
H A Ddrm_format_helper.c409 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()
747 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_bgr888()
796 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_argb8888()
828 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_abgr8888()
859 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_xbgr8888()
[all …]
H A Ddrm_gem_framebuffer_helper.c158 struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES]; in drm_gem_fb_init_with_funcs()
/linux-6.15/drivers/gpu/drm/vkms/
H A Dvkms_drv.h42 struct iosys_map map[DRM_FORMAT_MAX_PLANES];
66 struct iosys_map data[DRM_FORMAT_MAX_PLANES];
/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_format_helper_test.c1555 unsigned int src_pitches[DRM_FORMAT_MAX_PLANES];
1556 const u32 src[DRM_FORMAT_MAX_PLANES][TEST_BUF_SIZE];
1557 unsigned int dst_pitches[DRM_FORMAT_MAX_PLANES];
1558 const u32 expected[DRM_FORMAT_MAX_PLANES][TEST_BUF_SIZE];
1874 size_t dst_size[DRM_FORMAT_MAX_PLANES] = { 0 }; in drm_test_fb_memcpy()
1875 u32 *buf[DRM_FORMAT_MAX_PLANES] = { 0 }; in drm_test_fb_memcpy()
1876 __le32 *src_cp[DRM_FORMAT_MAX_PLANES] = { 0 }; in drm_test_fb_memcpy()
1877 __le32 *expected[DRM_FORMAT_MAX_PLANES] = { 0 }; in drm_test_fb_memcpy()
1878 struct iosys_map dst[DRM_FORMAT_MAX_PLANES]; in drm_test_fb_memcpy()
1879 struct iosys_map src[DRM_FORMAT_MAX_PLANES]; in drm_test_fb_memcpy()
[all …]
/linux-6.15/drivers/gpu/drm/ast/
H A Dast_cursor.c201 struct iosys_map argb4444_dst[DRM_FORMAT_MAX_PLANES] = { in ast_cursor_plane_helper_atomic_update()
204 unsigned int argb4444_dst_pitch[DRM_FORMAT_MAX_PLANES] = { in ast_cursor_plane_helper_atomic_update()
/linux-6.15/drivers/gpu/drm/vc4/
H A Dvc4_drv.h409 u32 ptr0_offset[DRM_FORMAT_MAX_PLANES];
433 unsigned int upm_handle[DRM_FORMAT_MAX_PLANES];
H A Dvc4_plane.c295 for (i = 0; i < DRM_FORMAT_MAX_PLANES; i++) { in vc4_plane_duplicate_state()
349 for (i = 0; i < DRM_FORMAT_MAX_PLANES; i++) { in vc4_plane_destroy_state()
1068 for (i = 0; i < DRM_FORMAT_MAX_PLANES; i++) { in vc6_plane_free_upm()
/linux-6.15/drivers/gpu/drm/msm/
H A Dmsm_fb.c27 uint64_t iova[DRM_FORMAT_MAX_PLANES];