1<?xml version="1.0" encoding="UTF-8"?> 2<database xmlns="http://nouveau.freedesktop.org/" 3xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd"> 5<import file="freedreno_copyright.xml"/> 6 7<doc> 8 Register definitions for the display related hw blocks on 9 msm/snapdragon 10</doc> 11 12<enum name="chipset"> 13 <value name="MDP40"/> 14 <value name="MDP50"/> 15</enum> 16 17<import file="mdp/mdp4.xml"/> 18<import file="mdp/mdp5.xml"/> 19<import file="dsi/dsi.xml"/> 20<import file="dsi/sfpb.xml"/> 21<import file="dsi/mmss_cc.xml"/> 22<import file="hdmi/qfprom.xml"/> 23<import file="hdmi/hdmi.xml"/> 24<import file="edp/edp.xml"/> 25 26</database> 27