Home
last modified time | relevance | path

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

/linux/include/drm/
A 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];
A Ddrm_gem_framebuffer_helper.h43 struct dma_buf_map map[static DRM_FORMAT_MAX_PLANES],
44 struct dma_buf_map data[DRM_FORMAT_MAX_PLANES]);
46 struct dma_buf_map map[static DRM_FORMAT_MAX_PLANES]);
A 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];
A Ddrm_gem_atomic_helper.h44 struct dma_buf_map map[DRM_FORMAT_MAX_PLANES];
52 struct dma_buf_map data[DRM_FORMAT_MAX_PLANES];
/linux/drivers/gpu/drm/
A Ddrm_gem_framebuffer_helper.c154 struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES]; in drm_gem_fb_init_with_funcs()
338 struct dma_buf_map map[static DRM_FORMAT_MAX_PLANES], in drm_gem_fb_vmap() argument
339 struct dma_buf_map data[DRM_FORMAT_MAX_PLANES]) in drm_gem_fb_vmap() argument
345 for (i = 0; i < DRM_FORMAT_MAX_PLANES; ++i) { in drm_gem_fb_vmap()
357 for (i = 0; i < DRM_FORMAT_MAX_PLANES; ++i) { in drm_gem_fb_vmap()
389 struct dma_buf_map map[static DRM_FORMAT_MAX_PLANES]) in drm_gem_fb_vunmap() argument
391 unsigned int i = DRM_FORMAT_MAX_PLANES; in drm_gem_fb_vunmap()
/linux/drivers/gpu/drm/vkms/
A Dvkms_drv.h24 struct dma_buf_map map[DRM_FORMAT_MAX_PLANES];
25 struct dma_buf_map data[DRM_FORMAT_MAX_PLANES];
/linux/drivers/gpu/drm/gud/
A Dgud_pipe.c155 struct dma_buf_map map[DRM_FORMAT_MAX_PLANES]; in gud_prep_flush()
156 struct dma_buf_map map_data[DRM_FORMAT_MAX_PLANES]; in gud_prep_flush()

Completed in 17 milliseconds