ckfwq/linux-3.0.4/drivers/gpu/drm
Zheng shuo f565435ce9 第一次提交 2024-12-29 19:10:02 -08:00
..
i2c 第一次提交 2024-12-29 19:10:02 -08:00
i810 第一次提交 2024-12-29 19:10:02 -08:00
i915 第一次提交 2024-12-29 19:10:02 -08:00
mga 第一次提交 2024-12-29 19:10:02 -08:00
nouveau 第一次提交 2024-12-29 19:10:02 -08:00
r128 第一次提交 2024-12-29 19:10:02 -08:00
radeon 第一次提交 2024-12-29 19:10:02 -08:00
savage 第一次提交 2024-12-29 19:10:02 -08:00
sis 第一次提交 2024-12-29 19:10:02 -08:00
tdfx 第一次提交 2024-12-29 19:10:02 -08:00
ttm 第一次提交 2024-12-29 19:10:02 -08:00
via 第一次提交 2024-12-29 19:10:02 -08:00
vmwgfx 第一次提交 2024-12-29 19:10:02 -08:00
.built-in.o.cmd 第一次提交 2024-12-29 19:10:02 -08:00
Kconfig 第一次提交 2024-12-29 19:10:02 -08:00
Makefile 第一次提交 2024-12-29 19:10:02 -08:00
README.drm 第一次提交 2024-12-29 19:10:02 -08:00
ati_pcigart.c 第一次提交 2024-12-29 19:10:02 -08:00
built-in.o 第一次提交 2024-12-29 19:10:02 -08:00
drm_agpsupport.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_auth.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_buffer.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_bufs.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_cache.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_context.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_crtc.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_crtc_helper.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_debugfs.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_dma.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_dp_i2c_helper.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_drv.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_edid.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_edid_modes.h 第一次提交 2024-12-29 19:10:02 -08:00
drm_encoder_slave.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_fb_helper.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_fops.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_gem.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_global.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_hashtab.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_info.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_ioc32.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_ioctl.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_irq.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_lock.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_memory.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_mm.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_modes.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_pci.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_platform.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_proc.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_scatter.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_sman.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_stub.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_sysfs.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_trace.h 第一次提交 2024-12-29 19:10:02 -08:00
drm_trace_points.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_usb.c 第一次提交 2024-12-29 19:10:02 -08:00
drm_vm.c 第一次提交 2024-12-29 19:10:02 -08:00

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