.. |
mach64
|
Add mach64 DRM module for BSD (untested, but compiles).
|
2004-05-09 22:36:19 +00:00 |
mga
|
Add .cvsignore files.
|
2004-05-09 22:29:55 +00:00 |
r128
|
Add .cvsignore files.
|
2004-05-09 22:29:55 +00:00 |
radeon
|
Add .cvsignore files.
|
2004-05-09 22:29:55 +00:00 |
sis
|
Add .cvsignore files.
|
2004-05-09 22:29:55 +00:00 |
tdfx
|
Add .cvsignore files.
|
2004-05-09 22:29:55 +00:00 |
Makefile
|
Add mach64 DRM module for BSD (untested, but compiles).
|
2004-05-09 22:36:19 +00:00 |
ati_pcigart.c
|
- SMPng lock the DRM. This is only partial -- there are a few code paths
|
2003-10-19 23:35:58 +00:00 |
drmP.h
|
drm_hw_lock_t is now defined in drm.h, remove from here.
|
2004-05-09 21:56:19 +00:00 |
drm_agpsupport.c
|
- Remove $FreeBSD$ tags as they weren't too useful and merges are now being
|
2003-08-19 00:41:00 +00:00 |
drm_auth.c
|
- Add DRM_GET_PRIV_WITH_RETURN macro. This can be used in shared code to
|
2003-10-22 22:08:53 +00:00 |
drm_bufs.c
|
Warning fixes.
|
2004-05-09 22:16:11 +00:00 |
drm_context.c
|
Stylistic preparation for SMPng locking work: DRM_LOCK/DRM_UNLOCK have side
|
2003-10-03 07:02:51 +00:00 |
drm_dma.c
|
Fix some misuse of NULL where 0 is intended.
|
2004-01-06 04:54:25 +00:00 |
drm_drawable.c
|
- Remove $FreeBSD$ tags as they weren't too useful and merges are now being
|
2003-08-19 00:41:00 +00:00 |
drm_drv.c
|
Merge from FreeBSD-current. Mostly 64-bit cleanliness fixes, but a few
|
2004-05-11 04:43:43 +00:00 |
drm_fops.c
|
Fix a locking nit, and add asserts in some things that should be called
|
2003-11-12 20:30:51 +00:00 |
drm_ioctl.c
|
- Tie the DRM to a specific device: setunique no longer succeeds when given
|
2003-11-05 08:13:52 +00:00 |
drm_irq.c
|
Merge from FreeBSD-current. Mostly 64-bit cleanliness fixes, but a few
|
2004-05-11 04:43:43 +00:00 |
drm_linux_list.h
|
Add mach64 DRM module for BSD (untested, but compiles).
|
2004-05-09 22:36:19 +00:00 |
drm_lock.c
|
- Remove $FreeBSD$ tags as they weren't too useful and merges are now being
|
2003-08-19 00:41:00 +00:00 |
drm_memory.c
|
Move the REALLY_HAVE_AGP endif above the mtrr functions. Broke tdfx module.
|
2003-10-24 00:59:31 +00:00 |
drm_os_freebsd.h
|
Merge from FreeBSD-current. Mostly 64-bit cleanliness fixes, but a few
|
2004-05-11 04:43:43 +00:00 |
drm_os_netbsd.h
|
Memory layout transition:
|
2003-11-04 00:46:05 +00:00 |
drm_pci.c
|
- SMPng lock the DRM. This is only partial -- there are a few code paths
|
2003-10-19 23:35:58 +00:00 |
drm_scatter.c
|
- Remove $FreeBSD$ tags as they weren't too useful and merges are now being
|
2003-08-19 00:41:00 +00:00 |
drm_sysctl.c
|
Don't ioremap the framebuffer area. The ioremapped area wasn't used by
|
2003-12-16 08:57:08 +00:00 |
drm_vm.c
|
Merge from FreeBSD-current. Mostly 64-bit cleanliness fixes, but a few
|
2004-05-11 04:43:43 +00:00 |
mach64_drv.c
|
Add mach64 DRM module for BSD (untested, but compiles).
|
2004-05-09 22:36:19 +00:00 |
mga_drv.c
|
- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them
|
2003-10-17 05:13:48 +00:00 |
r128_drv.c
|
- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them
|
2003-10-17 05:13:48 +00:00 |
radeon_drv.c
|
- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them
|
2003-10-17 05:13:48 +00:00 |
sis_drv.c
|
Catch up with sis's DRM tag change.
|
2004-05-09 22:07:58 +00:00 |
tdfx_drv.c
|
- Converted Linux drivers to initialize DRM instances based on PCI IDs, not
|
2003-10-17 03:14:39 +00:00 |