Searched refs:DRM_FORMAT_MAX_PLANES (Results 1 – 7 of 7) sorted by relevance
31 #define DRM_FORMAT_MAX_PLANES 4u macro86 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];
43 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]);
150 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];
44 struct dma_buf_map map[DRM_FORMAT_MAX_PLANES];52 struct dma_buf_map data[DRM_FORMAT_MAX_PLANES];
154 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() argument339 struct dma_buf_map data[DRM_FORMAT_MAX_PLANES]) in drm_gem_fb_vmap() argument345 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() argument391 unsigned int i = DRM_FORMAT_MAX_PLANES; in drm_gem_fb_vunmap()
24 struct dma_buf_map map[DRM_FORMAT_MAX_PLANES];25 struct dma_buf_map data[DRM_FORMAT_MAX_PLANES];
155 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