Lines Matching defs:info
151 const struct drm_format_info *info;
202 info = drm_format_info(format);
204 if (info->num_planes != 1) {
219 if (!(info->is_yuv) != !!(modifier & AFBC_FORMAT_MOD_YTR)) {
221 info->is_yuv ? "disallowed" : "mandatory",
222 info->is_yuv ? "YUV" : "RGB");
227 if (!info->is_yuv) {
228 if (info->cpp[0] <= 2) {
234 if ((info->hsub != 1) || (info->vsub != 1)) {
244 if ((info->hsub == 1) || (info->vsub == 1)) {