mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
Revert "hwc: verbose layer debugging"
This reverts commit e0674a62cd6d817b15920d7df9ef6a05dd6ffa7b. Change-Id: I9bb6ab964f2dba3d68a34c9737a7a56401e79b1f
This commit is contained in:
parent
aa2cfeb6f6
commit
a416ce3378
1 changed files with 4 additions and 17 deletions
|
@ -292,23 +292,14 @@ bool is_overlay_supported(struct hwc_context_t *ctx, hwc_layer_1_t &layer, size_
|
|||
if (!supports_fimg(layer)) {
|
||||
ALOGW("\tlayer %u: FIMG required but not supported", i);
|
||||
return false;
|
||||
} else {
|
||||
ALOGW("\t<fimg> layer %u, format %u, cType=%d, hints=%d, flags=%d, w=%d, h=%d, tr=%d, bl=%d, a=%d", i, handle->format, layer.compositionType,
|
||||
layer.hints, layer.flags, WIDTH(layer.displayFrame), HEIGHT(layer.displayFrame), layer.transform, layer.blending, layer.planeAlpha);
|
||||
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
case gsc_map_t::FIMC:
|
||||
if (!supports_fimc(layer)) {
|
||||
ALOGW("\tlayer %u: FIMC required but not supported", i);
|
||||
ALOGW("\tlayer %u: FIMG required but not supported", i);
|
||||
return false;
|
||||
} else {
|
||||
ALOGW("\t<fimg> layer %u, format %u, cType=%d, hints=%d, flags=%d, w=%d, h=%d, tr=%d, bl=%d, a=%d", i, handle->format, layer.compositionType,
|
||||
layer.hints, layer.flags, WIDTH(layer.displayFrame), HEIGHT(layer.displayFrame), layer.transform, layer.blending, layer.planeAlpha);
|
||||
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
|
@ -316,10 +307,6 @@ bool is_overlay_supported(struct hwc_context_t *ctx, hwc_layer_1_t &layer, size_
|
|||
|| !is_x_aligned(layer)) {
|
||||
ALOGW("\tlayer %u: pixel format %u not supported", i, handle->format);
|
||||
return false;
|
||||
} else {
|
||||
ALOGW("\t<fimg> layer %u, format %u, cType=%d, hints=%d, flags=%d, w=%d, h=%d, tr=%d, bl=%d, a=%d", i, handle->format, layer.compositionType,
|
||||
layer.hints, layer.flags, WIDTH(layer.displayFrame), HEIGHT(layer.displayFrame), layer.transform, layer.blending, layer.planeAlpha);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue