blob: 429c35b73bad6d1928c80445e9e93685a1c353b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<?xml version="1.0" encoding="UTF-8"?>
<database xmlns="http://nouveau.freedesktop.org/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
<import file="freedreno_copyright.xml"/>
<doc>
Register definitions for the display related hw blocks on
msm/snapdragon
</doc>
<!--
<enum name="chipset">
<value name="MDP40"/>
<value name="MDP50"/>
</enum>
-->
<import file="mdp4.xml"/>
<import file="mdp5.xml"/>
<import file="dsi.xml"/>
<import file="dsi_phy_28nm_8960.xml"/>
<import file="dsi_phy_28nm.xml"/>
<import file="dsi_phy_20nm.xml"/>
<import file="dsi_phy_14nm.xml"/>
<import file="dsi_phy_10nm.xml"/>
<import file="dsi_phy_7nm.xml"/>
<import file="sfpb.xml"/>
<import file="hdmi.xml"/>
<import file="edp.xml"/>
</database>
|