Lines Matching defs:info
175 const struct drm_format_info *info;
198 /* now let the driver pick its own format info */
199 info = drm_get_format_info(dev, r);
201 for (i = 0; i < info->num_planes; i++) {
202 unsigned int width = fb_plane_width(r->width, info, i);
203 unsigned int height = fb_plane_height(r->height, info, i);
204 unsigned int block_size = info->char_per_block[i];
205 u64 min_pitch = drm_format_info_min_pitch(info, i, width);
260 for (i = info->num_planes; i < 4; i++) {
493 * drm_mode_getfb - get FB info
498 * Lookup the FB given its ID and return info about it.
555 * drm_mode_getfb2 - get extended FB info
560 * Lookup the FB given its ID and return info about it.
907 * recommended to embed a framebuffer struct info fbdev struct, instead, a