Merge "Revert "hwc: Add support to query max. supported WriteBack width""

This commit is contained in:
Linux Build Service Account
2014-02-22 04:29:28 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -484,9 +484,6 @@ static int hwc_query(struct hwc_composer_device_1* dev,
case HWC_COLOR_FILL:
value[0] = 1;
break;
case HWC_MAX_WRITEBACK_WIDTH:
value[0] = qdutils::MAX_DISPLAY_DIM;
break;
default:
return -EINVAL;
}