drm/shared-core
Ben Skeggs 97770db720 nouveau: Various internal and external API changes
1. DRM_NOUVEAU_GPUOBJ_FREE
	Used to free GPU objects.  The obvious usage case is for Gr objects,
	but notifiers can also be destroyed in the same way.

	GPU objects gain a destructor method and private data fields with
	this change, so other specialised cases (like notifiers) can be
	implemented on top of gpuobjs.

2. DRM_NOUVEAU_CHANNEL_FREE

3. DRM_NOUVEAU_CARD_INIT
	Ideally we'd do init during module load, but this isn't currently
	possible.  Doing init during firstopen() is bad as X has a love of
	opening/closing the DRM many times during startup.  Once the
	modesetting-101 branch is merged this can go away.

	IRQs are enabled in nouveau_card_init() now, rather than having the
	X server call drmCtlInstHandler().  We'll need this for when we give
	the kernel module its own channel.

4. DRM_NOUVEAU_GETPARAM
	Add CHIPSET_ID value, which will return the chipset id derived
	from NV_PMC_BOOT_0.

4. Use list_* in a few places, rather than home-brewed stuff.
2007-08-06 21:45:18 +10:00
..
Makefile.am initial import of nouveau code from nouveau CVS 2006-08-27 08:55:02 +10:00
drm.h fix some missing whitespace/tab 2007-07-18 15:49:45 +10:00
drm_pciids.txt nouveau/nv50: skeletal backend 2007-06-28 03:26:43 +10:00
drm_sarea.h drm: detypedef drm.h and fixup all problems 2007-07-16 11:22:15 +10:00
i915_dma.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
i915_drm.h drm: detypedef drm.h and fixup all problems 2007-07-16 11:22:15 +10:00
i915_drv.h Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
i915_irq.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
i915_mem.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07: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 Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
mach64_drm.h drm: detypedef drm.h and fixup all problems 2007-07-16 11:22:15 +10:00
mach64_drv.h Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
mach64_irq.c drm: remove drmP.h internal typedefs 2007-07-16 12:32:51 +10:00
mach64_state.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
mga_dma.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
mga_drm.h drm: detypedef drm.h and fixup all problems 2007-07-16 11:22:15 +10:00
mga_drv.h Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
mga_irq.c drm: remove drmP.h internal typedefs 2007-07-16 12:32:51 +10:00
mga_state.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07: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 Remove DRM_ERR OS macro. 2007-07-20 12:53:52 -07:00
nouveau_drm.h nouveau: Various internal and external API changes 2007-08-06 21:45:18 +10:00
nouveau_drv.h nouveau: Various internal and external API changes 2007-08-06 21:45:18 +10:00
nouveau_fifo.c nouveau: Various internal and external API changes 2007-08-06 21:45:18 +10:00
nouveau_irq.c nouveau: Add bitfield names for NSOURCE and NSTATUS. 2007-07-18 14:00:04 +03:00
nouveau_mem.c nouveau: Various internal and external API changes 2007-08-06 21:45:18 +10:00
nouveau_notifier.c nouveau: Various internal and external API changes 2007-08-06 21:45:18 +10:00
nouveau_object.c nouveau: Various internal and external API changes 2007-08-06 21:45:18 +10:00
nouveau_reg.h nouveau: Add bitfield names for NSOURCE and NSTATUS. 2007-07-18 14:00:04 +03:00
nouveau_state.c nouveau: Various internal and external API changes 2007-08-06 21:45:18 +10:00
nv04_fb.c nouveau: nuke internal typedefs, and drm_device_t use. 2007-07-13 15:09:31 +10:00
nv04_fifo.c nouveau: Pass channel struct around instead of channel id. 2007-08-06 03:40:43 +10:00
nv04_graph.c nouveau: Pass channel struct around instead of channel id. 2007-08-06 03:40:43 +10:00
nv04_instmem.c nouveau: Various internal and external API changes 2007-08-06 21:45:18 +10:00
nv04_mc.c nouveau: nuke internal typedefs, and drm_device_t use. 2007-07-13 15:09:31 +10:00
nv04_timer.c nouveau: Add read() method to Engine.timer. 2007-07-18 14:12:26 +03:00
nv10_fb.c nouveau: nuke internal typedefs, and drm_device_t use. 2007-07-13 15:09:31 +10:00
nv10_fifo.c nouveau: Pass channel struct around instead of channel id. 2007-08-06 03:40:43 +10:00
nv10_graph.c nouveau: Pass channel struct around instead of channel id. 2007-08-06 03:40:43 +10:00
nv20_graph.c nouveau: Pass channel struct around instead of channel id. 2007-08-06 03:40:43 +10:00
nv30_graph.c nouveau: Pass channel struct around instead of channel id. 2007-08-06 03:40:43 +10:00
nv40_fb.c nouveau: nuke internal typedefs, and drm_device_t use. 2007-07-13 15:09:31 +10:00
nv40_fifo.c nouveau: Pass channel struct around instead of channel id. 2007-08-06 03:40:43 +10:00
nv40_graph.c nouveau: Pass channel struct around instead of channel id. 2007-08-06 03:40:43 +10:00
nv40_mc.c nouveau: nuke internal typedefs, and drm_device_t use. 2007-07-13 15:09:31 +10:00
nv50_fifo.c nouveau: Pass channel struct around instead of channel id. 2007-08-06 03:40:43 +10:00
nv50_graph.c nouveau: Pass channel struct around instead of channel id. 2007-08-06 03:40:43 +10:00
nv50_instmem.c Replace filp in ioctl arguments with drm_file *file_priv. 2007-07-20 13:39:45 -07:00
nv50_mc.c nouveau: nuke internal typedefs, and drm_device_t use. 2007-07-13 15:09:31 +10: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 Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
r128_drm.h drm: detypedef drm.h and fixup all problems 2007-07-16 11:22:15 +10:00
r128_drv.h Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
r128_irq.c drm: remove drmP.h internal typedefs 2007-07-16 12:32:51 +10:00
r128_state.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
r300_cmdbuf.c Replace filp in ioctl arguments with drm_file *file_priv. 2007-07-20 13:39:45 -07:00
r300_reg.h r300: Synchronized the register defines file; documentation changes. 2007-06-21 14:35:11 +00:00
radeon_cp.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
radeon_drm.h drm: detypedef drm.h and fixup all problems 2007-07-16 11:22:15 +10:00
radeon_drv.h Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
radeon_irq.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
radeon_mem.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
radeon_state.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
savage_bci.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
savage_drm.h drm: detypedef drm.h and fixup all problems 2007-07-16 11:22:15 +10:00
savage_drv.h Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
savage_state.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07: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 Replace filp in ioctl arguments with drm_file *file_priv. 2007-07-20 13:39:45 -07: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 Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07: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 Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
via_drm.h drm: detypedef drm.h and fixup all problems 2007-07-16 11:22:15 +10:00
via_drv.c drm: detypedef ttm/bo/fence code 2007-07-16 13:37:02 +10:00
via_drv.h Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07: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 Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
via_map.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
via_mm.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00
via_mm.h VIA: 2005-05-23 20:56:54 +00:00
via_verifier.c Remove DRM_ERR OS macro. 2007-07-20 12:53:52 -07:00
via_verifier.h drm: remove drmP.h internal typedefs 2007-07-16 12:32:51 +10:00
via_video.c Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 2007-07-20 18:16:42 -07:00