Lines Matching refs:info
1889 const struct drm_format_info *info;
1891 info = drm_format_info(fourcc);
1896 if (!info->is_yuv) {
2639 const struct drm_format_info *info;
2641 info = drm_format_info(fourcc);
2650 if (info->is_yuv && (in_width & 1)) {
2690 if (info->is_yuv && (in_width & 1)) {
2698 if (info->is_yuv)
2999 const struct omap_overlay_manager_info *info)
3001 dispc_mgr_set_default_color(dispc, channel, info->default_color);
3002 dispc_mgr_set_trans_key(dispc, channel, info->trans_key_type,
3003 info->trans_key);
3004 dispc_mgr_enable_trans_key(dispc, channel, info->trans_enabled);
3006 info->partial_alpha_enabled);
3008 dispc_mgr_enable_cpr(dispc, channel, info->cpr_enable);
3009 dispc_mgr_set_cpr_coef(dispc, channel, &info->cpr_coefs);