Merge "Revert "hwc: Add support to query max. supported WriteBack width""
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
819d3b8f05
@@ -484,9 +484,6 @@ static int hwc_query(struct hwc_composer_device_1* dev,
|
|||||||
case HWC_COLOR_FILL:
|
case HWC_COLOR_FILL:
|
||||||
value[0] = 1;
|
value[0] = 1;
|
||||||
break;
|
break;
|
||||||
case HWC_MAX_WRITEBACK_WIDTH:
|
|
||||||
value[0] = qdutils::MAX_DISPLAY_DIM;
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user