Home
last modified time | relevance | path

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

/linux-6.1.9/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.h62 struct iosys_map map[DRM_FORMAT_MAX_PLANES];
70 struct iosys_map data[DRM_FORMAT_MAX_PLANES];
/linux-6.1.9/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()
383 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_rgb565()
438 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_rgb888()
470 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_rgb565_to_xrgb8888()
498 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_rgb888_to_xrgb8888()
549 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_xrgb2101010()
604 static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_gray8()
741 static const unsigned int default_dst_pitch[DRM_FORMAT_MAX_PLANES] = { in drm_fb_xrgb8888_to_mono()
Ddrm_mipi_dbi.c206 struct iosys_map map[DRM_FORMAT_MAX_PLANES]; in mipi_dbi_buf_copy()
207 struct iosys_map data[DRM_FORMAT_MAX_PLANES]; in mipi_dbi_buf_copy()
262 struct iosys_map map[DRM_FORMAT_MAX_PLANES]; in mipi_dbi_fb_dirty()
263 struct iosys_map data[DRM_FORMAT_MAX_PLANES]; in mipi_dbi_fb_dirty()
Ddrm_gem_framebuffer_helper.c158 struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES]; in drm_gem_fb_init_with_funcs()
/linux-6.1.9/drivers/gpu/drm/vkms/
Dvkms_drv.h29 struct iosys_map map[DRM_FORMAT_MAX_PLANES];
45 struct iosys_map data[DRM_FORMAT_MAX_PLANES];
/linux-6.1.9/drivers/gpu/drm/gud/
Dgud_pipe.c160 struct iosys_map map[DRM_FORMAT_MAX_PLANES]; in gud_prep_flush()
161 struct iosys_map map_data[DRM_FORMAT_MAX_PLANES]; in gud_prep_flush()
/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_fb.c27 uint64_t iova[DRM_FORMAT_MAX_PLANES];