mesa-drm/shared-core
Ben Skeggs 0c34d0f31a Leave the bottom 64kb of RAMIN untouched.
The binary driver will screw up either it's init or shutdown, leaving the
screen(s) in an unusable state without this.  Something important in there?
2006-11-06 05:46:03 +11:00
..
drm.h Bug 6242: [mach64] Use private DMA buffers, part #3. 2006-10-02 22:47:23 +03:00
drm_drawable.c Fix type of second argument to spin_lock_irqsave(). 2006-10-02 15:33:19 +02:00
drm_pciids.txt Add some getparams. 2006-11-04 20:39:59 +01:00
drm_sarea.h Lindent of core build. Drivers checked for no binary diffs. A few files 2004-09-30 21:12:10 +00:00
i915_dma.c i915: Add ioctl for scheduling buffer swaps at vertical blanks. 2006-09-28 15:41:36 +02:00
i915_drm.h Add SAREA fileds for determining which pipe to sync window buffer swaps to. 2006-09-28 15:41:36 +02:00
i915_drv.h i915: Bump minor for swap scheduling ioctl and secondary vblank support. 2006-09-28 15:41:36 +02:00
i915_irq.c Fix type of second argument to spin_lock_irqsave(). 2006-10-02 15:33:19 +02:00
i915_mem.c Fix CMDBUFFER path, add heap destroy and flesh out sarea for rotation 2006-01-23 10:05:22 +00:00
imagine_drv.h Add skeletal imagine driver (but don't build it yet). 2005-03-29 01:47:38 +00:00
mach64_dma.c Bug 6242: [mach64] Use private DMA buffers, part #4. 2006-10-02 22:47:26 +03:00
mach64_drm.h Bug 6242: [mach64] Use private DMA buffers, part #4. 2006-10-02 22:47:26 +03:00
mach64_drv.h Bug 6242: [mach64] Use private DMA buffers, part #4. 2006-10-02 22:47:26 +03:00
mach64_irq.c Assert an MIT copyright on sis_drm.h, since one was lacking and I created 2005-11-28 23:10:41 +00:00
mach64_state.c Bug 6242: [mach64] Use private DMA buffers, part #4. 2006-10-02 22:47:26 +03:00
Makefile.am initial import of nouveau code from nouveau CVS 2006-08-27 08:55:02 +10:00
mga_dma.c Assert an MIT copyright on sis_drm.h, since one was lacking and I created 2005-11-28 23:10:41 +00:00
mga_drm.h add Egberts 32/64 bit patch (its in kernel already...) 2005-08-16 12:51:57 +00:00
mga_drv.h Bump driver date to reflect airlied's last fix. 2006-03-20 21:40:54 +00:00
mga_irq.c Assert an MIT copyright on sis_drm.h, since one was lacking and I created 2005-11-28 23:10:41 +00:00
mga_state.c Assert an MIT copyright on sis_drm.h, since one was lacking and I created 2005-11-28 23:10:41 +00:00
mga_ucode.h Lindent of core build. Drivers checked for no binary diffs. A few files 2004-09-30 21:12:10 +00:00
mga_warp.c Assert an MIT copyright on sis_drm.h, since one was lacking and I created 2005-11-28 23:10:41 +00:00
nouveau_drm.h Add some getparams. 2006-11-04 20:39:59 +01:00
nouveau_drv.h nouveau: add compat ioc32 support 2006-11-05 20:39:13 +11:00
nouveau_fifo.c Remove hack which delays activation of a additional channel. The previously active channel's state is saved to RAMFC before PFIFO gets clobbered. 2006-10-18 02:37:19 +11:00
nouveau_irq.c Oops, we have more than 4 subchannels.. 2006-10-18 01:07:48 +11:00
nouveau_mem.c initial import of nouveau code from nouveau CVS 2006-08-27 08:55:02 +10:00
nouveau_object.c Leave the bottom 64kb of RAMIN untouched. 2006-11-06 05:46:03 +11:00
nouveau_reg.h Remove hack which delays activation of a additional channel. The previously active channel's state is saved to RAMFC before PFIFO gets clobbered. 2006-10-18 02:37:19 +11:00
nouveau_state.c Add some getparams. 2006-11-04 20:39:59 +01:00
nv_drv.h Skeleton nv drm driver, to enable DMA in EXA. (Lars Knoll, minor updates by 2005-10-06 23:31:29 +00:00
r128_cce.c Assert an MIT copyright on sis_drm.h, since one was lacking and I created 2005-11-28 23:10:41 +00:00
r128_drm.h Assert an MIT copyright on sis_drm.h, since one was lacking and I created 2005-11-28 23:10:41 +00:00
r128_drv.h Assert an MIT copyright on sis_drm.h, since one was lacking and I created 2005-11-28 23:10:41 +00:00
r128_irq.c Assert an MIT copyright on sis_drm.h, since one was lacking and I created 2005-11-28 23:10:41 +00:00
r128_state.c Assert an MIT copyright on sis_drm.h, since one was lacking and I created 2005-11-28 23:10:41 +00:00
r300_cmdbuf.c only allow specific type-3 packets to pass the verifier instead of all for r100/r200 as others might be unsafe (r300 already does this), and add checking for these we need but aren't safe. Check the RADEON_CP_INDX_BUFFER packet on both r200 and r300 as it isn't safe neither. 2006-10-10 02:24:19 +02:00
r300_reg.h Sync from r300_reg.h from Mesa. 2006-01-20 21:30:07 +00:00
radeon_cp.c drm: use radeon specific names for radeon flags 2006-09-12 06:13:14 +10:00
radeon_drm.h Add support for r200 vertex programs (R200_EMIT_VAP_PVS_CNTL, and new 2006-05-24 18:36:24 +00:00
radeon_drv.h Use register writes instead of BITBLT_MULTI packets for buffer swap blits. 2006-09-15 16:55:40 +02:00
radeon_irq.c Assert an MIT copyright on sis_drm.h, since one was lacking and I created 2005-11-28 23:10:41 +00:00
radeon_mem.c Assert an MIT copyright on sis_drm.h, since one was lacking and I created 2005-11-28 23:10:41 +00:00
radeon_state.c only allow specific type-3 packets to pass the verifier instead of all for r100/r200 as others might be unsafe (r300 already does this), and add checking for these we need but aren't safe. Check the RADEON_CP_INDX_BUFFER packet on both r200 and r300 as it isn't safe neither. 2006-10-10 02:24:19 +02:00
savage_bci.c Revert a change that accidentally went in with whitespace changes from 2006-04-09 20:10:32 +00:00
savage_drm.h Completeley rewritten Savage DRM which can be considered secure (modulo 2005-01-01 20:22:58 +00:00
savage_drv.h Assert an MIT copyright on sis_drm.h, since one was lacking and I created 2005-11-28 23:10:41 +00:00
savage_state.c whitespace cleanup/aligment with kernel 2006-01-02 05:22:50 +00:00
sis_drm.h Assert an MIT copyright on sis_drm.h, since one was lacking and I created 2005-11-28 23:10:41 +00:00
sis_drv.h drm: lots of small cleanups and whitespace issues fixed up 2006-08-28 11:31:43 +10:00
sis_ds.c complete fix for attribution 2006-01-02 03:30:57 +00:00
sis_ds.h some fixes from linux kernel 2006-01-02 03:44:23 +00:00
sis_mm.c some fixes from linux kernel 2006-01-02 03:44:23 +00:00
tdfx_drv.h Assert an MIT copyright on sis_drm.h, since one was lacking and I created 2005-11-28 23:10:41 +00:00
via_3d_reg.h VIA update: 2005-01-05 17:44:43 +00:00
via_dma.c drm: lots of small cleanups and whitespace issues fixed up 2006-08-28 11:31:43 +10:00
via_drm.h drm: lots of small cleanups and whitespace issues fixed up 2006-08-28 11:31:43 +10:00
via_drv.c via: 2006-06-15 18:37:05 +00:00
via_drv.h drm: lots of small cleanups and whitespace issues fixed up 2006-08-28 11:31:43 +10:00
via_ds.c Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by 2005-08-15 18:07:12 +00:00
via_ds.h VIA: Fix sparse warnings (Alexey Dobriyan) 2005-07-15 21:22:51 +00:00
via_irq.c drm: lots of small cleanups and whitespace issues fixed up 2006-08-28 11:31:43 +10:00
via_map.c Merge in the drm-sman-branch 2006-06-06 14:19:00 +00:00
via_mm.c Realign via driver with changes in Linux kernel (mainly whitespace) 2006-01-02 03:25:49 +00:00
via_mm.h VIA: 2005-05-23 20:56:54 +00:00
via_verifier.c Lindent some via files 2005-12-16 07:59:13 +00:00
via_verifier.h drm: lots of small cleanups and whitespace issues fixed up 2006-08-28 11:31:43 +10:00
via_video.c Lindent some via files 2005-12-16 07:59:13 +00:00