Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_gem_framebuffer_helper.c151 struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES]; in drm_gem_fb_init_with_funcs()
335 struct dma_buf_map map[static DRM_FORMAT_MAX_PLANES], in drm_gem_fb_vmap() argument
336 struct dma_buf_map data[DRM_FORMAT_MAX_PLANES]) in drm_gem_fb_vmap() argument
342 for (i = 0; i < DRM_FORMAT_MAX_PLANES; ++i) { in drm_gem_fb_vmap()
354 for (i = 0; i < DRM_FORMAT_MAX_PLANES; ++i) { in drm_gem_fb_vmap()
386 struct dma_buf_map map[static DRM_FORMAT_MAX_PLANES]) in drm_gem_fb_vunmap() argument
388 unsigned int i = DRM_FORMAT_MAX_PLANES; in drm_gem_fb_vunmap()
/drivers/gpu/drm/vkms/
Dvkms_drv.h24 struct dma_buf_map map[DRM_FORMAT_MAX_PLANES];
25 struct dma_buf_map data[DRM_FORMAT_MAX_PLANES];
/drivers/gpu/drm/gud/
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()