Lines Matching refs:info
1879 const struct drm_format_info *info;
1881 info = drm_format_info(fourcc);
1886 if (!info->is_yuv) {
2617 const struct drm_format_info *info;
2619 info = drm_format_info(fourcc);
2628 if (info->is_yuv && (in_width & 1)) {
2668 if (info->is_yuv && (in_width & 1)) {
2676 if (info->is_yuv)
2972 const struct omap_overlay_manager_info *info)
2974 dispc_mgr_set_default_color(dispc, channel, info->default_color);
2975 dispc_mgr_set_trans_key(dispc, channel, info->trans_key_type,
2976 info->trans_key);
2977 dispc_mgr_enable_trans_key(dispc, channel, info->trans_enabled);
2979 info->partial_alpha_enabled);
2981 dispc_mgr_enable_cpr(dispc, channel, info->cpr_enable);
2982 dispc_mgr_set_cpr_coef(dispc, channel, &info->cpr_coefs);