···11+#ifndef MDP_COMMON_XML22+#define MDP_COMMON_XML33+44+/* Autogenerated file, DO NOT EDIT manually!55+66+This file was generated by the rules-ng-ng headergen tool in this git repository:77+http://github.com/freedreno/envytools/88+git clone https://github.com/freedreno/envytools.git99+1010+The rules-ng-ng source files this header was generated from are:1111+- /home/robclark/src/freedreno/envytools/rnndb/msm.xml ( 647 bytes, from 2013-11-30 14:45:35)1212+- /home/robclark/src/freedreno/envytools/rnndb/freedreno_copyright.xml ( 1453 bytes, from 2013-03-31 16:51:27)1313+- /home/robclark/src/freedreno/envytools/rnndb/mdp/mdp4.xml ( 17996 bytes, from 2013-12-01 19:10:31)1414+- /home/robclark/src/freedreno/envytools/rnndb/mdp/mdp_common.xml ( 1615 bytes, from 2013-11-30 15:00:52)1515+- /home/robclark/src/freedreno/envytools/rnndb/mdp/mdp5.xml ( 22517 bytes, from 2013-12-03 20:59:13)1616+- /home/robclark/src/freedreno/envytools/rnndb/dsi/dsi.xml ( 11712 bytes, from 2013-08-17 17:13:43)1717+- /home/robclark/src/freedreno/envytools/rnndb/dsi/sfpb.xml ( 344 bytes, from 2013-08-11 19:26:32)1818+- /home/robclark/src/freedreno/envytools/rnndb/dsi/mmss_cc.xml ( 1544 bytes, from 2013-08-16 19:17:05)1919+- /home/robclark/src/freedreno/envytools/rnndb/hdmi/qfprom.xml ( 600 bytes, from 2013-07-05 19:21:12)2020+- /home/robclark/src/freedreno/envytools/rnndb/hdmi/hdmi.xml ( 20932 bytes, from 2013-12-01 15:13:04)2121+2222+Copyright (C) 2013 by the following authors:2323+- Rob Clark <robdclark@gmail.com> (robclark)2424+2525+Permission is hereby granted, free of charge, to any person obtaining2626+a copy of this software and associated documentation files (the2727+"Software"), to deal in the Software without restriction, including2828+without limitation the rights to use, copy, modify, merge, publish,2929+distribute, sublicense, and/or sell copies of the Software, and to3030+permit persons to whom the Software is furnished to do so, subject to3131+the following conditions:3232+3333+The above copyright notice and this permission notice (including the3434+next paragraph) shall be included in all copies or substantial3535+portions of the Software.3636+3737+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,3838+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF3939+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.4040+IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE4141+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION4242+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION4343+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.4444+*/4545+4646+4747+enum mdp_mixer_stage_id {4848+ STAGE_UNUSED = 0,4949+ STAGE_BASE = 1,5050+ STAGE0 = 2,5151+ STAGE1 = 3,5252+ STAGE2 = 4,5353+ STAGE3 = 5,5454+};5555+5656+enum mdp_alpha_type {5757+ FG_CONST = 0,5858+ BG_CONST = 1,5959+ FG_PIXEL = 2,6060+ BG_PIXEL = 3,6161+};6262+6363+enum mdp_bpc {6464+ BPC1 = 0,6565+ BPC5 = 1,6666+ BPC6 = 2,6767+ BPC8 = 3,6868+};6969+7070+enum mdp_bpc_alpha {7171+ BPC1A = 0,7272+ BPC4A = 1,7373+ BPC6A = 2,7474+ BPC8A = 3,7575+};7676+7777+7878+#endif /* MDP_COMMON_XML */