Name Last Update
..
armada
ast
bochs
cirrus
exynos
gma500
i2c
i810
i915
mga
mgag200
msm
nouveau
omapdrm
panel
qxl
r128
radeon
rcar-du
savage
shmobile
sis
tdfx
tegra
tilcdc
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