Jesse Barnes 7c04d1d97a drm/i915: remove PLL debugging messages преди 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 7c04d1d97a drm/i915: remove PLL debugging messages преди 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 3d16118dc8 drm/radeon: update sarea copies of last_ variables on resume. преди 16 години
savage c0e09200dc drm: reorganise drm tree to be more future proof. преди 17 години
sis 48f185d0e0 SiS DRM: fix a pointer cast warning преди 17 години
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 a1a5c3b923 fbdev/drm: fix Kconfig submenu mess in "Graphics support" преди 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 1bb88edb7a drm: stash AGP include under the do-we-have-AGP ifdef преди 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. преди 17 години
drm_context.c 7c1c2871a6 drm: move to kref per-master structures. преди 16 години
drm_crtc.c ea39f83516 drm: Release user fbs in drm_release преди 16 години
drm_crtc_helper.c 5c3b82e2b2 drm: Propagate failure from setting crtc base. преди 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. преди 17 години
drm_drv.c c1ff85d977 drm: fix leak of device mappings since multi-master changes. преди 16 години
drm_edid.c 4942f8b23b drm: don't whine about not reading EDID data преди 16 години
drm_fops.c ea39f83516 drm: Release user fbs in drm_release преди 16 години
drm_gem.c ab00b3e521 drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap. преди 16 години
drm_hashtab.c a2c0a97b78 drm: GEM mmap support преди 16 години
drm_ioc32.c 4956887370 drm: Add 32-bit compatibility for DRM_IOCTL_UPDATE_DRAW. преди 17 години
drm_ioctl.c 1147c9cdd0 drm: fix leak of uninitialized data to userspace преди 16 години
drm_irq.c 14d200c5e5 drm/i915: capture last_vblank count at IRQ uninstall time too преди 16 години
drm_lock.c 7c1c2871a6 drm: move to kref per-master structures. преди 16 години
drm_memory.c 9b8d5a124f drm/radeon: fix ioremap conflict with AGP mappings преди 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 c1ff85d977 drm: fix leak of device mappings since multi-master changes. преди 16 години
drm_sysfs.c 8f4bbd9f59 gpu: struct device - replace bus_id with dev_name(), dev_set_name() преди 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