drivers/gpu/drm/msm/registers/adreno/adreno_common.xml
Source file repositories/reference/linux-study-clean/drivers/gpu/drm/msm/registers/adreno/adreno_common.xml
File Facts
- System
- Linux kernel
- Corpus path
drivers/gpu/drm/msm/registers/adreno/adreno_common.xml- Extension
.xml- Size
- 17188 bytes
- Lines
- 455
- 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.
- 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
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
<?xml version="1.0" encoding="UTF-8"?>
<database xmlns="http://nouveau.freedesktop.org/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
<import file="freedreno_copyright.xml"/>
<enum name="chip" bare="yes">
<value name="A2XX" value="2"/>
<value name="A3XX" value="3"/>
<value name="A4XX" value="4"/>
<value name="A5XX" value="5"/>
<value name="A6XX" value="6"/>
<value name="A7XX" value="7"/>
<value name="A8XX" value="8"/>
</enum>
<enum name="desctype" bare="yes">
<value name="DESC_NONE" value="0"/>
<doc>
TEX_MEMOBJ descriptor types. These are used
to mark fields that only apply to certain
descriptor types, and potentially overlap
with fields in other types.
</doc>
<value name="DESC_SINGLE_PLANE" value="1"/>
<value name="DESC_MULTI_PLANE" value="2"/>
<value name="DESC_BUFFER" value="3"/>
<value name="DESC_WEIGHT" value="4"/>
<doc>
Additional descriptor types not part of
TEX_MEMOBJ. These are described by their
own toplevel domain.
</doc>
<value name="DESC_SAMPLER" value="10"/> <!-- AxXX_UBO -->
<value name="DESC_UBO" value="11"/> <!-- A6XX_UBO, same on gen8 -->
</enum>
<enum name="adreno_pa_su_sc_draw">
<value name="PC_DRAW_POINTS" value="0"/>
<value name="PC_DRAW_LINES" value="1"/>
<value name="PC_DRAW_TRIANGLES" value="2"/>
</enum>
<enum name="adreno_compare_func">
<value name="FUNC_NEVER" value="0"/>
<value name="FUNC_LESS" value="1"/>
<value name="FUNC_EQUAL" value="2"/>
<value name="FUNC_LEQUAL" value="3"/>
<value name="FUNC_GREATER" value="4"/>
<value name="FUNC_NOTEQUAL" value="5"/>
<value name="FUNC_GEQUAL" value="6"/>
<value name="FUNC_ALWAYS" value="7"/>
</enum>
<enum name="adreno_stencil_op">
<value name="STENCIL_KEEP" value="0"/>
<value name="STENCIL_ZERO" value="1"/>
<value name="STENCIL_REPLACE" value="2"/>
<value name="STENCIL_INCR_CLAMP" value="3"/>
<value name="STENCIL_DECR_CLAMP" value="4"/>
<value name="STENCIL_INVERT" value="5"/>
<value name="STENCIL_INCR_WRAP" value="6"/>
<value name="STENCIL_DECR_WRAP" value="7"/>
</enum>
<enum name="adreno_rb_blend_factor">
<value name="FACTOR_ZERO" value="0"/>
<value name="FACTOR_ONE" value="1"/>
<value name="FACTOR_SRC_COLOR" value="4"/>
<value name="FACTOR_ONE_MINUS_SRC_COLOR" value="5"/>
Annotation
- Atlas domain: Driver Families / drivers/gpu.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.