kernel-ark/drivers/char/drm
Greg Kroah-Hartman 0650fd5824 [PATCH] DRM: fix up classdev interface for drm core
Current drm code doesn't work with userspace programs that listen only
to the kernel event netlink socket as it is trying to create its own dev
interface.  Turns out lots of code can just be deleted as the driver
core can do all of this work automatically for you.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-02-06 12:17:17 -08:00
..
ati_pcigart.c drm: ati_pcigart: simplify page_count manipulations 2006-01-25 14:58:58 +11:00
drm_agpsupport.c drm: major update from CVS for radeon and core 2006-01-02 21:32:48 +11:00
drm_auth.c sem2mutex: drivers/char/drm/ 2006-02-02 19:37:46 +11:00
drm_bufs.c sem2mutex: drivers/char/drm/ 2006-02-02 19:37:46 +11:00
drm_context.c sem2mutex: drivers/char/drm/ 2006-02-02 19:37:46 +11:00
drm_core.h
drm_dma.c
drm_drawable.c
drm_drv.c sem2mutex: drivers/char/drm/ 2006-02-02 19:37:46 +11:00
drm_fops.c sem2mutex: drivers/char/drm/ 2006-02-02 19:37:46 +11:00
drm_ioc32.c [PATCH] don't include ioctl32.h in drivers 2006-01-10 08:01:34 -08:00
drm_ioctl.c sem2mutex: drivers/char/drm/ 2006-02-02 19:37:46 +11:00
drm_irq.c sem2mutex: drivers/char/drm/ 2006-02-02 19:37:46 +11:00
drm_lock.c drm: merge in Linus mainline 2006-01-03 18:18:01 +11:00
drm_memory_debug.h drm: merge in Linus mainline 2006-01-03 18:18:01 +11:00
drm_memory.c drm: merge in Linus mainline 2006-01-03 18:18:01 +11:00
drm_memory.h
drm_os_linux.h
drm_pci.c
drm_pciids.h drm: add X600 PCI IDs 2006-01-25 14:52:43 +11:00
drm_proc.c sem2mutex: drivers/char/drm/ 2006-02-02 19:37:46 +11:00
drm_sarea.h
drm_scatter.c
drm_stub.c [PATCH] DRM: fix up classdev interface for drm core 2006-02-06 12:17:17 -08:00
drm_sysfs.c [PATCH] DRM: fix up classdev interface for drm core 2006-02-06 12:17:17 -08:00
drm_vm.c sem2mutex: drivers/char/drm/ 2006-02-02 19:37:46 +11:00
drm.h drm: update lock flags from userspace 2006-01-02 21:15:01 +11:00
drmP.h [PATCH] DRM: fix up classdev interface for drm core 2006-02-06 12:17:17 -08:00
ffb_context.c
ffb_drv.c
ffb_drv.h
i810_dma.c drm: drivers/char/drm/: make some functions static 2006-02-02 19:21:38 +11:00
i810_drm.h
i810_drv.c
i810_drv.h drm: drivers/char/drm/: make some functions static 2006-02-02 19:21:38 +11:00
i830_dma.c drm: drivers/char/drm/: make some functions static 2006-02-02 19:21:38 +11:00
i830_drm.h
i830_drv.c
i830_drv.h drm: drivers/char/drm/: make some functions static 2006-02-02 19:21:38 +11:00
i830_irq.c
i915_dma.c drm: i915 patches from Tungsten Graphics 2006-01-25 15:31:43 +11:00
i915_drm.h drm: i915 patches from Tungsten Graphics 2006-01-25 15:31:43 +11:00
i915_drv.c drm: update to i915 1.3.0 2006-01-02 20:14:23 +11:00
i915_drv.h drm: i915 patches from Tungsten Graphics 2006-01-25 15:31:43 +11:00
i915_ioc32.c [PATCH] don't include ioctl32.h in drivers 2006-01-10 08:01:34 -08:00
i915_irq.c drm: update to i915 1.3.0 2006-01-02 20:14:23 +11:00
i915_mem.c drm: i915 patches from Tungsten Graphics 2006-01-25 15:31:43 +11:00
Kconfig
Makefile
mga_dma.c
mga_drm.h
mga_drv.c drm: merge in Linus mainline 2006-01-03 18:18:01 +11:00
mga_drv.h
mga_ioc32.c [PATCH] don't include ioctl32.h in drivers 2006-01-10 08:01:34 -08:00
mga_irq.c
mga_state.c
mga_ucode.h
mga_warp.c
r128_cce.c
r128_drm.h
r128_drv.c
r128_drv.h
r128_ioc32.c [PATCH] don't include ioctl32.h in drivers 2006-01-10 08:01:34 -08:00
r128_irq.c
r128_state.c [PATCH] Unlinline a bunch of other functions 2006-01-14 18:27:06 -08:00
r300_cmdbuf.c drm: major update from CVS for radeon and core 2006-01-02 21:32:48 +11:00
r300_reg.h drm: major update from CVS for radeon and core 2006-01-02 21:32:48 +11:00
radeon_cp.c drm: Fix sparce warning in radeon driver 2006-01-25 14:31:45 +11:00
radeon_drm.h drm: major update from CVS for radeon and core 2006-01-02 21:32:48 +11:00
radeon_drv.c
radeon_drv.h drm: remove is_pci flag completely... 2006-01-03 22:25:29 +11:00
radeon_ioc32.c [PATCH] don't include ioctl32.h in drivers 2006-01-10 08:01:34 -08:00
radeon_irq.c
radeon_mem.c
radeon_state.c drm: fix radeon warnings on 64-bit 2006-01-10 19:56:17 +11:00
README.drm
savage_bci.c drm: drivers/char/drm/: make some functions static 2006-02-02 19:21:38 +11:00
savage_drm.h
savage_drv.c
savage_drv.h drm: drivers/char/drm/: make some functions static 2006-02-02 19:21:38 +11:00
savage_state.c
sis_drm.h
sis_drv.c
sis_drv.h
sis_ds.c
sis_ds.h
sis_mm.c
tdfx_drv.c
tdfx_drv.h
via_3d_reg.h
via_dma.c drm: drivers/char/drm/: make some functions static 2006-02-02 19:21:38 +11:00
via_dmablit.c drm: drivers/char/drm/: make some functions static 2006-02-02 19:21:38 +11:00
via_dmablit.h drm: fix warning on alpha 2006-01-10 19:53:54 +11:00
via_drm.h
via_drv.c
via_drv.h drm: drivers/char/drm/: make some functions static 2006-02-02 19:21:38 +11:00
via_ds.c
via_ds.h
via_irq.c drm: drivers/char/drm/: make some functions static 2006-02-02 19:21:38 +11:00
via_map.c
via_mm.c
via_mm.h
via_verifier.c
via_verifier.h
via_video.c

************************************************************
* 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/                          *
************************************************************