Lines Matching refs:AERR

434 			AERR("Format [id:0x%" PRIx32 "] property zero/out of range (unexpected)", format->id);  in sanitize_formats()
440 AERR("Format [id:0x%" PRIx32 "] cannot be both RGB and YUV", format->id); in sanitize_formats()
446 AERR("Format [id:0x%" PRIx32 "] planes cannot exceed components", format->id); in sanitize_formats()
452 AERR("Format [id:0x%" PRIx32 "] bpp should be greater than/equal to bps", format->id); in sanitize_formats()
458 AERR("Format [id:0x%" PRIx32 "] bpp_afbc should be greater than/equal to bps", format->id); in sanitize_formats()
464AERR("Format [id:0x%" PRIx32 "] tile_size must be set to 1 for formats without linear support", fo… in sanitize_formats()
472 AERR("Format [id:0x%" PRIx32 "] does not have bpp defined for plane: %d", format->id, pln); in sanitize_formats()
477 AERR("Format [id:0x%" PRIx32 "] should not have bpp defined for plane: %d", format->id, pln); in sanitize_formats()
482AERR("Format [id:0x%" PRIx32 "] which doesn't support linear should not have bpp defined", format-… in sanitize_formats()
488 AERR("Format [id:0x%" PRIx32 "] does not have bpp_afbc defined for plane: %d", format->id, pln); in sanitize_formats()
493AERR("Format [id:0x%" PRIx32 "] should not have bpp_afbc defined for plane: %d", format->id, pln); in sanitize_formats()
502 AERR("Format [id:0x%" PRIx32 "] hsub and vsub should be non-zero (YUV)", format->id); in sanitize_formats()
508 AERR("Format [id:0x%" PRIx32 "] hsub and vsub should be powers of 2", format->id); in sanitize_formats()
514 AERR("Format [id:0x%" PRIx32 "] align_w should be a multiple of hsub", format->id); in sanitize_formats()
520 AERR("Format [id:0x%" PRIx32 "] align_h should be a multiple of vsub", format->id); in sanitize_formats()
528 AERR("Format [id:0x%" PRIx32 "] hsub and vsub should be zero (non-YUV)", format->id); in sanitize_formats()
535 AERR("Format [id:0x%" PRIx32 "] align_w and align_h should be non-zero", format->id); in sanitize_formats()
542 AERR("Format [id:0x%" PRIx32 "] align_w and align_h should be powers of 2", format->id); in sanitize_formats()
548 AERR("Format [id:0x%" PRIx32 "] align_w_cpu should be a power of 2", format->id); in sanitize_formats()
566 AERR("Format id 0x%" PRIx32 " mapped to %s and to %s", in format_name()