README.drm
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:2k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. ************************************************************
  2. * For the very latest on DRI development, please see:      *
  3. *     http://dri.sourceforge.net/                          *
  4. ************************************************************
  5. The Direct Rendering Manager (drm) is a device-independent kernel-level
  6. device driver that provides support for the XFree86 Direct Rendering
  7. Infrastructure (DRI).
  8. The DRM supports the Direct Rendering Infrastructure (DRI) in four major
  9. ways:
  10.     1. The DRM provides synchronized access to the graphics hardware via
  11.        the use of an optimized two-tiered lock.
  12.     2. The DRM enforces the DRI security policy for access to the graphics
  13.        hardware by only allowing authenticated X11 clients access to
  14.        restricted regions of memory.
  15.     3. The DRM provides a generic DMA engine, complete with multiple
  16.        queues and the ability to detect the need for an OpenGL context
  17.        switch.
  18.     4. The DRM is extensible via the use of small device-specific modules
  19.        that rely extensively on the API exported by the DRM module.
  20. Documentation on the DRI is available from:
  21.     http://precisioninsight.com/piinsights.html
  22. For specific information about kernel-level support, see:
  23.     The Direct Rendering Manager, Kernel Support for the Direct Rendering
  24.     Infrastructure
  25.     http://precisioninsight.com/dr/drm.html
  26.     Hardware Locking for the Direct Rendering Infrastructure
  27.     http://precisioninsight.com/dr/locking.html
  28.     A Security Analysis of the Direct Rendering Infrastructure
  29.     http://precisioninsight.com/dr/security.html
  30. ************************************************************
  31. * For the very latest on DRI development, please see:      *
  32. *     http://dri.sourceforge.net/                          *
  33. ************************************************************