linux/drivers/char/drm
Dave Airlie db215327c6 drm: switch drm_handle_t to unsigned int
This converts the drm_handle_t to unsigned int.
This is currently safe to do as we don't pass these across the kernel/user
boundary, but userspace does use these, but no-one builds userspace against
the kernel headers at present so it is okay to switch over the kernel copy
of drm.h at this point. (The CVS tree will switch over soon in sync with
some Mesa changes)

From: Egbert Eich <eich@suse.de>
Signed-off-by: Dave Airlie <airlied@linux.ie>
2005-08-05 22:13:15 +10:00
..
ati_pcigart.c drm: misc cleanup 2005-07-07 21:03:38 +10:00
drm_agpsupport.c drm: make drm_alloc_agp take a dev arg. 2005-07-10 18:17:42 +10:00
drm_auth.c drm: misc cleanup 2005-07-07 21:03:38 +10:00
drm_bufs.c drm: updated DRM map patch for 32/64 bit systems 2005-08-05 22:11:22 +10:00
drm_context.c drm: updated DRM map patch for 32/64 bit systems 2005-08-05 22:11:22 +10:00
drm_core.h
drm_dma.c
drm_drawable.c
drm_drv.c drm: cleanup buffer/map code 2005-07-10 19:27:04 +10:00
drm_fops.c drm: cleanup buffer/map code 2005-07-10 19:27:04 +10:00
drm_init.c
drm_ioc32.c
drm_ioctl.c drm: updated DRM map patch for 32/64 bit systems 2005-08-05 22:11:22 +10:00
drm_irq.c drm: misc cleanup 2005-07-07 21:03:38 +10:00
drm_lock.c drm: misc cleanup 2005-07-07 21:03:38 +10:00
drm_memory_debug.h
drm_memory.c drm: make drm_alloc_agp take a dev arg. 2005-07-10 18:17:42 +10:00
drm_memory.h
drm_os_linux.h
drm_pci.c drm: update support for drm pci buffers 2005-07-10 15:38:56 +10:00
drm_pciids.h drm: add new mga ids and types 2005-07-10 17:45:34 +10:00
drm_proc.c drm: updated DRM map patch for 32/64 bit systems 2005-08-05 22:11:22 +10:00
drm_sarea.h
drm_scatter.c drm: updated DRM map patch for 32/64 bit systems 2005-08-05 22:11:22 +10:00
drm_stub.c drm: cleanup buffer/map code 2005-07-10 19:27:04 +10:00
drm_sysfs.c
drm_vm.c drm: updated DRM map patch for 32/64 bit systems 2005-08-05 22:11:22 +10:00
drm.h drm: switch drm_handle_t to unsigned int 2005-08-05 22:13:15 +10:00
drmP.h drm: updated DRM map patch for 32/64 bit systems 2005-08-05 22:11:22 +10:00
ffb_context.c
ffb_drv.c drm: updated DRM map patch for 32/64 bit systems 2005-08-05 22:11:22 +10:00
ffb_drv.h
gamma_context.h
gamma_dma.c
gamma_drm.h
gamma_drv.c
gamma_drv.h
gamma_lists.h
gamma_lock.h
gamma_old_dma.h
i810_dma.c drm: updated DRM map patch for 32/64 bit systems 2005-08-05 22:11:22 +10:00
i810_drm.h
i810_drv.c drm: add test for AGP devices and driver override for it. 2005-07-10 17:31:26 +10:00
i810_drv.h drm: add test for AGP devices and driver override for it. 2005-07-10 17:31:26 +10:00
i830_dma.c drm: updated DRM map patch for 32/64 bit systems 2005-08-05 22:11:22 +10:00
i830_drm.h
i830_drv.c drm: add test for AGP devices and driver override for it. 2005-07-10 17:31:26 +10:00
i830_drv.h drm: add test for AGP devices and driver override for it. 2005-07-10 17:31:26 +10:00
i830_irq.c drm: misc cleanup 2005-07-07 21:03:38 +10:00
i915_dma.c drm: add test for AGP devices and driver override for it. 2005-07-10 17:31:26 +10:00
i915_drm.h
i915_drv.c drm: add test for AGP devices and driver override for it. 2005-07-10 17:31:26 +10:00
i915_drv.h drm: add test for AGP devices and driver override for it. 2005-07-10 17:31:26 +10:00
i915_ioc32.c drm: add 32/64 support for MGA/R128/i915 2005-07-07 21:51:26 +10:00
i915_irq.c drm: misc cleanup 2005-07-07 21:03:38 +10:00
i915_mem.c
Kconfig Add support for PCI MGA cards to MGA DRM. 2005-07-10 18:20:09 +10:00
Makefile Merge head 'drm-3264' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6 2005-07-09 09:58:47 -07:00
mga_dma.c drm: updated DRM map patch for 32/64 bit systems 2005-08-05 22:11:22 +10:00
mga_drm.h drm: updated DRM map patch for 32/64 bit systems 2005-08-05 22:11:22 +10:00
mga_drv.c drm: add mga driver callbacks 2005-07-10 19:24:35 +10:00
mga_drv.h Add support for PCI MGA cards to MGA DRM. 2005-07-10 18:20:09 +10:00
mga_ioc32.c drm: updated DRM map patch for 32/64 bit systems 2005-08-05 22:11:22 +10:00
mga_irq.c Add support for PCI MGA cards to MGA DRM. 2005-07-10 18:20:09 +10:00
mga_state.c Add support for PCI MGA cards to MGA DRM. 2005-07-10 18:20:09 +10:00
mga_ucode.h
mga_warp.c Add support for PCI MGA cards to MGA DRM. 2005-07-10 18:20:09 +10:00
r128_cce.c drm: updated DRM map patch for 32/64 bit systems 2005-08-05 22:11:22 +10:00
r128_drm.h drm: fix ioctl direction in r128 getparam 2005-08-05 21:52:18 +10:00
r128_drv.c drm: add 32/64 support for MGA/R128/i915 2005-07-07 21:51:26 +10:00
r128_drv.h drm: add 32/64 support for MGA/R128/i915 2005-07-07 21:51:26 +10:00
r128_ioc32.c drm: add 32/64 support for MGA/R128/i915 2005-07-07 21:51:26 +10:00
r128_irq.c
r128_state.c drm: misc cleanup 2005-07-07 21:03:38 +10:00
radeon_cp.c drm: updated DRM map patch for 32/64 bit systems 2005-08-05 22:11:22 +10:00
radeon_drm.h
radeon_drv.c drm: cleanup buffer/map code 2005-07-10 19:27:04 +10:00
radeon_drv.h drm: cleanup buffer/map code 2005-07-10 19:27:04 +10:00
radeon_ioc32.c
radeon_irq.c
radeon_mem.c
radeon_state.c
README.drm
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 drm: Add via unichrome support 2005-06-28 22:48:56 +10:00
via_dma.c [PATCH] drm: via: fix sparse warnings 2005-07-27 16:25:54 -07:00
via_drm.h [PATCH] drm: via: fix sparse warnings 2005-07-27 16:25:54 -07:00
via_drv.c drm: Add via unichrome support 2005-06-28 22:48:56 +10:00
via_drv.h drm: Add via unichrome support 2005-06-28 22:48:56 +10:00
via_ds.c [PATCH] drm: via: fix sparse warnings 2005-07-27 16:25:54 -07:00
via_ds.h [PATCH] drm: via: fix sparse warnings 2005-07-27 16:25:54 -07:00
via_irq.c drm: Add via unichrome support 2005-06-28 22:48:56 +10:00
via_map.c [PATCH] drm: via: fix sparse warnings 2005-07-27 16:25:54 -07:00
via_mm.c [PATCH] drm: via: fix sparse warnings 2005-07-27 16:25:54 -07:00
via_mm.h drm: Add via unichrome support 2005-06-28 22:48:56 +10:00
via_verifier.c drm: Add via unichrome support 2005-06-28 22:48:56 +10:00
via_verifier.h drm: Add via unichrome support 2005-06-28 22:48:56 +10:00
via_video.c [PATCH] drm: via: fix sparse warnings 2005-07-27 16:25:54 -07:00

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