Lines Matching refs:info
175 const struct drm_format_info *info;
195 /* now let the driver pick its own format info */
196 info = drm_get_format_info(dev, r);
198 for (i = 0; i < info->num_planes; i++) {
199 unsigned int width = fb_plane_width(r->width, info, i);
200 unsigned int height = fb_plane_height(r->height, info, i);
201 unsigned int block_size = info->char_per_block[i];
202 u64 min_pitch = drm_format_info_min_pitch(info, i, width);
257 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_ioctl - 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