Dave Airlie aa59662966 drm/i915: fix modeset devname allocation + agp init return check. 16 سال پیش
..
i810 c0e09200dc drm: reorganise drm tree to be more future proof. 17 سال پیش
i830 c0e09200dc drm: reorganise drm tree to be more future proof. 17 سال پیش
i915 aa59662966 drm/i915: fix modeset devname allocation + agp init return check. 16 سال پیش
mga 52440211dc drm: move drm vblank initialization/cleanup to driver load/unload 16 سال پیش
r128 52440211dc drm: move drm vblank initialization/cleanup to driver load/unload 16 سال پیش
radeon 4e74f36d08 drm/radeon: use locked rmmap to remove sarea mapping. 16 سال پیش
savage c0e09200dc drm: reorganise drm tree to be more future proof. 17 سال پیش
sis 48f185d0e0 SiS DRM: fix a pointer cast warning 16 سال پیش
tdfx c0e09200dc drm: reorganise drm tree to be more future proof. 17 سال پیش
via 52440211dc drm: move drm vblank initialization/cleanup to driver load/unload 16 سال پیش
Kconfig 57a6297e52 drm: kconfig have drm core select i2c for kms 16 سال پیش
Makefile f453ba0460 DRM: add mode setting support 16 سال پیش
README.drm c0e09200dc drm: reorganise drm tree to be more future proof. 17 سال پیش
ati_pcigart.c c0e09200dc drm: reorganise drm tree to be more future proof. 17 سال پیش
drm_agpsupport.c ba1eb1d825 i915: Map status page cached for chips with GTT-based HWS location. 16 سال پیش
drm_auth.c 7c1c2871a6 drm: move to kref per-master structures. 16 سال پیش
drm_bufs.c 4e74f36d08 drm/radeon: use locked rmmap to remove sarea mapping. 16 سال پیش
drm_cache.c e0f0754ff6 drm: wbinvd is cache coherent. 16 سال پیش
drm_context.c 7c1c2871a6 drm: move to kref per-master structures. 16 سال پیش
drm_crtc.c 0c7c266475 drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well. 16 سال پیش
drm_crtc_helper.c 3c4fdcfb29 drm: pin new and unpin old buffer when setting a mode. 16 سال پیش
drm_dma.c c0e09200dc drm: reorganise drm tree to be more future proof. 17 سال پیش
drm_drawable.c 7e78f72524 drm: Avoid oops in DRM_IOCTL_RM_DRAW if a bad handle is supplied. 16 سال پیش
drm_drv.c f51c5b6e62 drm: Avoid use-before-null-test on dev in drm_cleanup(). 16 سال پیش
drm_edid.c f890607b1e drm: fix useless gcc unused variable warning 16 سال پیش
drm_fops.c f453ba0460 DRM: add mode setting support 16 سال پیش
drm_gem.c ae14dc0505 drm: PAGE_CACHE_WC is x86 only so far 16 سال پیش
drm_hashtab.c a2c0a97b78 drm: GEM mmap support 16 سال پیش
drm_ioc32.c 4956887370 drm: Add 32-bit compatibility for DRM_IOCTL_UPDATE_DRAW. 16 سال پیش
drm_ioctl.c 1147c9cdd0 drm: fix leak of uninitialized data to userspace 16 سال پیش
drm_irq.c fede5c91c4 drm: Add a debug node for vblank state. 16 سال پیش
drm_lock.c 7c1c2871a6 drm: move to kref per-master structures. 16 سال پیش
drm_memory.c 673a394b1e drm: Add GEM ("graphics execution manager") to i915 driver. 16 سال پیش
drm_mm.c f453ba0460 DRM: add mode setting support 16 سال پیش
drm_modes.c f453ba0460 DRM: add mode setting support 16 سال پیش
drm_pci.c c0e09200dc drm: reorganise drm tree to be more future proof. 17 سال پیش
drm_proc.c fede5c91c4 drm: Add a debug node for vblank state. 16 سال پیش
drm_scatter.c c0e09200dc drm: reorganise drm tree to be more future proof. 17 سال پیش
drm_sman.c c0e09200dc drm: reorganise drm tree to be more future proof. 17 سال پیش
drm_stub.c f453ba0460 DRM: add mode setting support 16 سال پیش
drm_sysfs.c f453ba0460 DRM: add mode setting support 16 سال پیش
drm_vm.c a2c0a97b78 drm: GEM mmap support 16 سال پیش

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