Merge "common: display: Add additional field support to parser"

This commit is contained in:
Linux Build Service Account 2013-09-19 02:19:40 -07:00 committed by Gerrit - the friendly Code Review server
commit be6312a38f
1 changed files with 11 additions and 0 deletions

View File

@ -496,6 +496,17 @@ if(uc($ARGV[1]) eq "PANEL")
"qcom,mdss-dsi-bl-pmic-control-type");
}
@attrs = ("PanPhysicalWidthDimension",
"PanPhysicalHeightDimension");
foreach(@attrs)
{
push(my @tmp, $_);
my $lower = $_;
$lower = convertLower($lower);
printArray($PANELDTSI, \@tmp, $property,
"qcom,mdss-" . $lower);
}
my @attr = ("FBCbpp", "FBCPacking",
"FBCBias",
"FBCHLineBudget", "FBCBlockBudget",