TERES/SOFTWARE/A64-TERES/linux-a64/drivers/gpu/drm
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00
..
ast linux 2017-10-13 14:07:04 +03:00
cirrus linux 2017-10-13 14:07:04 +03:00
exynos linux 2017-10-13 14:07:04 +03:00
gma500 linux 2017-10-13 14:07:04 +03:00
i2c linux 2017-10-13 14:07:04 +03:00
i810 linux 2017-10-13 14:07:04 +03:00
i915 linux 2017-10-13 14:07:04 +03:00
mga linux 2017-10-13 14:07:04 +03:00
mgag200 linux 2017-10-13 14:07:04 +03:00
nouveau linux 2017-10-13 14:07:04 +03:00
omapdrm linux 2017-10-13 14:07:04 +03:00
qxl linux 2017-10-13 14:07:04 +03:00
r128 linux 2017-10-13 14:07:04 +03:00
radeon linux 2017-10-13 14:07:04 +03:00
savage linux 2017-10-13 14:07:04 +03:00
shmobile linux 2017-10-13 14:07:04 +03:00
sis linux 2017-10-13 14:07:04 +03:00
tdfx linux 2017-10-13 14:07:04 +03:00
tilcdc linux 2017-10-13 14:07:04 +03:00
ttm linux 2017-10-13 14:07:04 +03:00
udl linux 2017-10-13 14:07:04 +03:00
via linux 2017-10-13 14:07:04 +03:00
vmwgfx linux 2017-10-13 14:07:04 +03:00
ati_pcigart.c linux 2017-10-13 14:07:04 +03:00
drm_agpsupport.c linux 2017-10-13 14:07:04 +03:00
drm_auth.c linux 2017-10-13 14:07:04 +03:00
drm_buffer.c linux 2017-10-13 14:07:04 +03:00
drm_bufs.c linux 2017-10-13 14:07:04 +03:00
drm_cache.c linux 2017-10-13 14:07:04 +03:00
drm_context.c linux 2017-10-13 14:07:04 +03:00
drm_crtc_helper.c linux 2017-10-13 14:07:04 +03:00
drm_crtc.c linux 2017-10-13 14:07:04 +03:00
drm_debugfs.c linux 2017-10-13 14:07:04 +03:00
drm_dma.c linux 2017-10-13 14:07:04 +03:00
drm_dp_helper.c linux 2017-10-13 14:07:04 +03:00
drm_drv.c linux 2017-10-13 14:07:04 +03:00
drm_edid_load.c linux 2017-10-13 14:07:04 +03:00
drm_edid.c linux 2017-10-13 14:07:04 +03:00
drm_encoder_slave.c linux 2017-10-13 14:07:04 +03:00
drm_fb_cma_helper.c linux 2017-10-13 14:07:04 +03:00
drm_fb_helper.c linux 2017-10-13 14:07:04 +03:00
drm_fops.c linux 2017-10-13 14:07:04 +03:00
drm_gem_cma_helper.c linux 2017-10-13 14:07:04 +03:00
drm_gem.c linux 2017-10-13 14:07:04 +03:00
drm_global.c linux 2017-10-13 14:07:04 +03:00
drm_hashtab.c linux 2017-10-13 14:07:04 +03:00
drm_info.c linux 2017-10-13 14:07:04 +03:00
drm_ioc32.c linux 2017-10-13 14:07:04 +03:00
drm_ioctl.c linux 2017-10-13 14:07:04 +03:00
drm_irq.c linux 2017-10-13 14:07:04 +03:00
drm_lock.c linux 2017-10-13 14:07:04 +03:00
drm_memory.c linux 2017-10-13 14:07:04 +03:00
drm_mm.c linux 2017-10-13 14:07:04 +03:00
drm_modes.c linux 2017-10-13 14:07:04 +03:00
drm_pci.c linux 2017-10-13 14:07:04 +03:00
drm_platform.c linux 2017-10-13 14:07:04 +03:00
drm_prime.c linux 2017-10-13 14:07:04 +03:00
drm_proc.c linux 2017-10-13 14:07:04 +03:00
drm_scatter.c linux 2017-10-13 14:07:04 +03:00
drm_stub.c linux 2017-10-13 14:07:04 +03:00
drm_sysfs.c linux 2017-10-13 14:07:04 +03:00
drm_trace_points.c linux 2017-10-13 14:07:04 +03:00
drm_trace.h linux 2017-10-13 14:07:04 +03:00
drm_usb.c linux 2017-10-13 14:07:04 +03:00
drm_vm.c linux 2017-10-13 14:07:04 +03:00
Kconfig linux 2017-10-13 14:07:04 +03:00
Makefile linux 2017-10-13 14:07:04 +03:00
README.drm linux 2017-10-13 14:07:04 +03:00

************************************************************
* 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