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<!-- 13<enum name="chipset"> 14 <value name="MDP40"/> 15 <value name="MDP50"/> 16</enum> 17--> 18 19<import file="mdp4.xml"/> 20<import file="mdp5.xml"/> 21<import file="dsi.xml"/> 22<import file="dsi_phy_28nm_8960.xml"/> 23<import file="dsi_phy_28nm.xml"/> 24<import file="dsi_phy_20nm.xml"/> 25<import file="dsi_phy_14nm.xml"/> 26<import file="dsi_phy_10nm.xml"/> 27<import file="dsi_phy_7nm.xml"/> 28<import file="sfpb.xml"/> 29<import file="hdmi.xml"/> 30<import file="edp.xml"/> 31 32</database> 33