Name Last Update
..
armada Loading commit data...
ast Loading commit data...
bochs Loading commit data...
cirrus Loading commit data...
exynos Loading commit data...
gma500 Loading commit data...
i2c Loading commit data...
i810 Loading commit data...
i915 Loading commit data...
mga Loading commit data...
mgag200 Loading commit data...
msm Loading commit data...
nouveau Loading commit data...
omapdrm Loading commit data...
panel Loading commit data...
qxl Loading commit data...
r128 Loading commit data...
radeon Loading commit data...
rcar-du Loading commit data...
savage Loading commit data...
shmobile Loading commit data...
sis Loading commit data...
tdfx Loading commit data...
tegra Loading commit data...
tilcdc Loading commit data...
ttm Loading commit data...
udl Loading commit data...
via Loading commit data...
vivante Loading commit data...
vmwgfx Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
README.drm Loading commit data...
ati_pcigart.c Loading commit data...
drm_agpsupport.c Loading commit data...
drm_auth.c Loading commit data...
drm_buffer.c Loading commit data...
drm_bufs.c Loading commit data...
drm_cache.c Loading commit data...
drm_context.c Loading commit data...
drm_crtc.c Loading commit data...
drm_crtc_helper.c Loading commit data...
drm_debugfs.c Loading commit data...
drm_dma.c Loading commit data...
drm_dp_helper.c Loading commit data...
drm_drv.c Loading commit data...
drm_edid.c Loading commit data...
drm_edid_load.c Loading commit data...
drm_encoder_slave.c Loading commit data...
drm_fb_cma_helper.c Loading commit data...
drm_fb_helper.c Loading commit data...
drm_flip_work.c Loading commit data...
drm_fops.c Loading commit data...
drm_gem.c Loading commit data...
drm_gem_cma_helper.c Loading commit data...
drm_global.c Loading commit data...
drm_hashtab.c Loading commit data...
drm_info.c Loading commit data...
drm_ioc32.c Loading commit data...
drm_ioctl.c Loading commit data...
drm_irq.c Loading commit data...
drm_lock.c Loading commit data...
drm_memory.c Loading commit data...
drm_mipi_dsi.c Loading commit data...
drm_mm.c Loading commit data...
drm_modes.c Loading commit data...
drm_panel.c Loading commit data...
drm_pci.c Loading commit data...
drm_platform.c Loading commit data...
drm_prime.c Loading commit data...
drm_rect.c Loading commit data...
drm_scatter.c Loading commit data...
drm_stub.c Loading commit data...
drm_sysfs.c Loading commit data...
drm_trace.h Loading commit data...
drm_trace_points.c Loading commit data...
drm_usb.c Loading commit data...
drm_vm.c Loading commit data...
drm_vma_manager.c Loading commit data...

README.drm

************************************************************
* For the very latest on DRI development, please see: *
* http://dri.freedesktop.org/ *
************************************************************

The Direct Rendering Manager (drm) is a device-independent kernel-level
device driver that provides support for the XFree86 Direct Rendering
Infrastructure (DRI).

The DRM supports the Direct Rendering Infrastructure (DRI) in four major
ways:

1. The DRM provides synchronized access to the graphics hardware via
the use of an optimized two-tiered lock.

2. The DRM enforces the DRI security policy for access to the graphics
hardware by only allowing authenticated X11 clients access to
restricted regions of memory.

3. The DRM provides a generic DMA engine, complete with multiple
queues and the ability to detect the need for an OpenGL context
switch.

4. The DRM is extensible via the use of small device-specific modules
that rely extensively on the API exported by the DRM module.

Documentation on the DRI is available from:
http://dri.freedesktop.org/wiki/Documentation
http://sourceforge.net/project/showfiles.php?group_id=387
http://dri.sourceforge.net/doc/

For specific information about kernel-level support, see:

The Direct Rendering Manager, Kernel Support for the Direct Rendering
Infrastructure
http://dri.sourceforge.net/doc/drm_low_level.html

Hardware Locking for the Direct Rendering Infrastructure
http://dri.sourceforge.net/doc/hardware_locking_low_level.html

A Security Analysis of the Direct Rendering Infrastructure
http://dri.sourceforge.net/doc/security_low_level.html