enum mdp_chroma_samp_type's first value (0) is actually shared by all non-subsampled formats; that is RGB but also some YUV formats (eg: YUV444). This change makes the name a little less confusing. Signed-off-by: Stephane Viau <sviau@xxxxxxxxxxxxxx> Signed-off-by: Wentao Xu <wentaox@xxxxxxxxxxxxxx> --- rnndb/mdp/mdp_common.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rnndb/mdp/mdp_common.xml b/rnndb/mdp/mdp_common.xml index b4d1949..694b635 100644 --- a/rnndb/mdp/mdp_common.xml +++ b/rnndb/mdp/mdp_common.xml @@ -7,7 +7,7 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd"> <!-- random bits that seem same between mdp4 and mdp5 (ie. not much) --> <enum name="mdp_chroma_samp_type"> - <value name="CHROMA_RGB" value="0"/> + <value name="CHROMA_FULL" value="0"/> <value name="CHROMA_H2V1" value="1"/> <value name="CHROMA_H1V2" value="2"/> <value name="CHROMA_420" value="3"/> -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel