drm/linux-core
Thomas Hellstrom 47dbfc4e4a Add improved alignment functionality to the core memory manager.
This makes an allocated block actually align itself and returns any
wasted space to the manager.

Also add some functions to grow and shrink the managed area.
This will be used in the future to manage the buffer object swap cache.
2006-10-26 21:17:43 +02:00
..
Config.in Added via driver to drm/linux/Config.in Reported by: Terry Barnaby 2004-03-26 13:42:48 +00:00
Doxyfile Update Doxygen configuration & comments. 2004-10-18 14:16:41 +00:00
Kconfig Remove the AGP requirement from Makefile and Kconfig for MGA. Remove the 2005-06-29 23:20:30 +00:00
Makefile Add support for tracking drawable information to core 2006-09-29 12:55:08 +02:00
Makefile.kernel Checkpoint commit 2006-08-25 18:05:35 +02:00
README.drm More changes for sync with Linux 2.4.0-test9-pre7 2000-09-29 02:05:41 +00:00
ati_pcigart.c drm: ati_pcigart cleanup 2006-08-10 14:31:22 +10:00
drmP.h Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm 2006-10-19 17:07:26 +02:00
drm_agpsupport.c The CPU cache must be flushed _before_ we start modifying the kernel map ptes, 2006-10-21 14:17:51 +02:00
drm_auth.c cleanup some whitespace issue and move compat code to compat header 2006-08-10 14:32:18 +10:00
drm_bo.c Make sure delayed delete list is empty on lastclose. 2006-10-19 16:58:00 +02:00
drm_bufs.c Merging drm-ttm-0-2-branch 2006-10-18 17:33:19 +02:00
drm_compat.c Bug #8707, 2.6.19-rc compatibility for memory manager code. 2006-10-20 15:06:31 +02:00
drm_compat.h Bug #8707, 2.6.19-rc compatibility for memory manager code. 2006-10-20 15:06:31 +02:00
drm_context.c fixup some of the comments in drm_context.c 2006-08-28 11:27:01 +10:00
drm_core.h Add support for secondary vertical blank interrupt to DRM core. 2006-09-29 12:55:08 +02:00
drm_dma.c experimental PCI DMA fixes use proper Linux interfaces 2006-02-19 12:08:14 +00:00
drm_drv.c Bug #8707, 2.6.19-rc compatibility for memory manager code. 2006-10-20 15:06:31 +02:00
drm_fence.c Make sure delayed delete list is empty on lastclose. 2006-10-19 16:58:00 +02:00
drm_fops.c Get rid of all ugly PTE hacks. 2006-10-03 12:08:07 +02:00
drm_hashtab.c Lindent. 2006-10-17 19:57:06 +02:00
drm_hashtab.h Avoid using vmalloc for small hash tables. 2006-08-21 17:02:44 +02:00
drm_ioc32.c whitespace align closer with kernel 2005-11-11 08:07:11 +00:00
drm_ioctl.c drm: lots of small cleanups and whitespace issues fixed up 2006-08-28 11:31:43 +10:00
drm_irq.c Merging drm-ttm-0-2-branch 2006-10-18 17:33:19 +02:00
drm_lock.c Fix type of second argument to spin_lock_irqsave(). 2006-10-02 15:42:07 +02:00
drm_memory.c Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm 2006-10-19 17:07:26 +02:00
drm_memory.h remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
drm_memory_debug.c remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
drm_memory_debug.h remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
drm_mm.c Add improved alignment functionality to the core memory manager. 2006-10-26 21:17:43 +02:00
drm_object.c Add memory usage accounting to avoid DOS problems. 2006-10-17 19:40:57 +02:00
drm_os_linux.h major realigment of DRM CVS with kernel code, makes integration much easier 2006-02-18 02:53:36 +00:00
drm_pci.c drm: lots of small cleanups and whitespace issues fixed up 2006-08-28 11:31:43 +10:00
drm_proc.c Add vma list memory usage to memory accounting. 2006-10-17 19:52:34 +02:00
drm_scatter.c remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
drm_sman.c Remove the memory manager parameter from the put_block function, as this 2006-10-17 11:28:48 +02:00
drm_sman.h remove all TRUE instances as well 2006-08-14 11:52:34 +10:00
drm_stub.c Merging drm-ttm-0-2-branch 2006-10-18 17:33:19 +02:00
drm_sysfs.c remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
drm_ttm.c Add a one-page hole in the file offset space between buffers. 2006-10-26 21:14:23 +02:00
drm_ttm.h Lindent. 2006-10-17 19:57:06 +02:00
drm_vm.c Bug #8707, 2.6.19-rc compatibility for memory manager code. 2006-10-20 15:06:31 +02:00
ffb_context.c Rename the driver hooks in the DRM to something a little more 2005-08-05 03:50:23 +00:00
ffb_drv.c remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
ffb_drv.h Remove DRM() macros from core ffb driver. DaveA says he'll make it compile 2004-09-30 21:27:59 +00:00
i810_dma.c fix const pointer warnings with file_operations 2006-08-28 11:27:13 +10:00
i810_drm.h Lindent of core build. Drivers checked for no binary diffs. A few files 2004-09-30 21:12:10 +00:00
i810_drv.c remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
i810_drv.h drm: lots of small cleanups and whitespace issues fixed up 2006-08-28 11:31:43 +10:00
i830_dma.c fix const pointer warnings with file_operations 2006-08-28 11:27:13 +10:00
i830_drm.h Lindent of core build. Drivers checked for no binary diffs. A few files 2004-09-30 21:12:10 +00:00
i830_drv.c remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
i830_drv.h make some functions static from the kernel 2006-02-18 05:43:19 +00:00
i830_irq.c convert to use __set_current_state, align some header includes 2005-11-11 08:42:36 +00:00
i915_buffer.c Avoid driver-specific AGP user-populated types, since we don't know what AGP 2006-10-18 16:54:17 +02:00
i915_drv.c Extend generality for more memory types. 2006-10-17 11:05:37 +02:00
i915_fence.c Make sure delayed delete list is empty on lastclose. 2006-10-19 16:58:00 +02:00
i915_ioc32.c major realigment of DRM CVS with kernel code, makes integration much easier 2006-02-18 02:53:36 +00:00
imagine_drv.c remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
mach64_drv.c remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
mga_drv.c Bug #1746: Set dev_priv_size for the MGA driver. 2006-10-20 17:05:07 +02:00
mga_ioc32.c add Egberts 32/64 bit patch (its in kernel already...) 2005-08-16 12:51:57 +00:00
nv_drv.c remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
r128_drv.c remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
r128_ioc32.c whitespace align with kernel 2005-11-11 09:21:05 +00:00
radeon_drv.c remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
radeon_ioc32.c align spacing with kernel 2006-01-02 05:38:03 +00:00
savage_drv.c remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
sis_drv.c remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
sis_mm.c remove all TRUE instances as well 2006-08-14 11:52:34 +10:00
tdfx_drv.c remove config.h from build no longer exists kbuild does it 2006-10-14 23:38:20 +10:00
via_dmablit.c drm: lots of small cleanups and whitespace issues fixed up 2006-08-28 11:31:43 +10:00
via_dmablit.h drm: lots of small cleanups and whitespace issues fixed up 2006-08-28 11:31:43 +10:00
via_mm.c remove all TRUE instances as well 2006-08-14 11:52:34 +10:00

README.drm

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

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://precisioninsight.com/piinsights.html

For specific information about kernel-level support, see:

    The Direct Rendering Manager, Kernel Support for the Direct Rendering
    Infrastructure
    http://precisioninsight.com/dr/drm.html

    Hardware Locking for the Direct Rendering Infrastructure
    http://precisioninsight.com/dr/locking.html

    A Security Analysis of the Direct Rendering Infrastructure
    http://precisioninsight.com/dr/security.html

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