drivers/gpu/drm/msm/registers/rules-fd.xsd

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/msm/registers/rules-fd.xsd

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/msm/registers/rules-fd.xsd
Extension
.xsd
Size
12463 bytes
Lines
405
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: drivers/gpu
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
	targetNamespace="http://nouveau.freedesktop.org/"
	xmlns:rng="http://nouveau.freedesktop.org/"
	elementFormDefault="qualified">

	<annotation>
		<documentation>
			An updated version of the old rules.xml file from the
			RivaTV project. Specifications by Pekka Paalanen,
			preliminary attempt by KoalaBR,
			first working version by Jakob Bornecrantz.
			For specifications, see the file rules-ng-format.txt
			in Nouveau CVS module 'rules-ng'.
		</documentation>
		<documentation>Version 0.1</documentation>
	</annotation>


	<!-- Elements -->

	<element name="database"       type="rng:databaseType" />
	<element name="import"         type="rng:importType" />
	<element name="copyright"      type="rng:copyrightType" />
	<element name="domain"         type="rng:domainType" />
	<element name="array"          type="rng:arrayType" />
	<element name="stripe"         type="rng:stripeType" />
	<element name="reg64"          type="rng:registerType" />
	<element name="reg32"          type="rng:registerType" />
	<element name="bitset"         type="rng:bitsetType" />
	<element name="bitfield"       type="rng:bitfieldType" />
	<element name="enum"           type="rng:enumType" />
	<element name="value"          type="rng:valueType" />

	<!-- Copyright elements -->
	<element name="author"         type="rng:authorType" />
	<element name="nick"           type="rng:nickType" />
	<element name="license"        type="rng:docType" />

	<!-- Documentation elements -->
	
	<!-- FIXME: allowed only one  per parent element -->
	<element name="brief" type="rng:briefType" />
	
	<element name="doc"  type="rng:docType" />
	<element name="b"    type="rng:textformatType" />
	<element name="i"    type="rng:textformatType" />
	<element name="u"    type="rng:textformatType" />
	<element name="code" type="rng:textcodeType" />
	<element name="ul"   type="rng:listType" />
	<element name="ol"   type="rng:listType" />
	<element name="li"   type="rng:listitemType" />

	<!-- Copyright element types -->

	<complexType name="authorType" mixed="true">
		<annotation>
			<documentation>
				register database author
			</documentation>
		</annotation>
		<choice minOccurs="0" maxOccurs="unbounded">
			<element ref="rng:nick" />
		</choice>
		<attribute name="name" type="string" use="required" />
		<attribute name="email" type="string" use="required" />
	</complexType>

	<complexType name="nickType">
		<annotation>

Annotation

Implementation Notes