Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mesa
Path: blob/21.2-virgl/src/freedreno/registers/msm.xml
7326 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<database xmlns="http://nouveau.freedesktop.org/"
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi: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/dsi_phy_v2.xml"/>
21
<import file="dsi/dsi_phy_28nm_8960.xml"/>
22
<import file="dsi/dsi_phy_28nm.xml"/>
23
<import file="dsi/dsi_phy_20nm.xml"/>
24
<import file="dsi/dsi_phy_14nm.xml"/>
25
<import file="dsi/dsi_phy_10nm.xml"/>
26
<import file="dsi/dsi_phy_7nm.xml"/>
27
<import file="dsi/dsi_phy_5nm.xml"/>
28
<import file="dsi/sfpb.xml"/>
29
<import file="dsi/mmss_cc.xml"/>
30
<import file="hdmi/qfprom.xml"/>
31
<import file="hdmi/hdmi.xml"/>
32
<import file="edp/edp.xml"/>
33
34
</database>
35
36