- 69d038e Missed the sis.h header in Makefile.linux in the move to shared/. by Eric Anholt · 21 years ago
- 92429f6 The SiS300 pci id also covers the 305, so make the name reflect that. by Eric Anholt · 21 years ago
- 06cb132 - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This ioctl allows the by Eric Anholt · 21 years ago
- 86e6325 - Add DRM_GET_PRIV_WITH_RETURN macro. This can be used in shared code to by Eric Anholt · 21 years ago
- 4e6ddcb Fix warning about static DRM(bufs_info) defined but not used in the by Eric Anholt · 21 years ago
- ea7b4fd Fix the possibility of sleeping with locks held in sysctls by copying the by Eric Anholt · 21 years ago
- 6b0424f Clean up BSD MTRR handling. The NetBSD code is untested, but it's my best by Eric Anholt · 21 years ago
- 0cf1887 - SMPng lock the DRM. This is only partial -- there are a few code paths by Eric Anholt · 21 years ago
- 59fbe01 Clean up extra zeroing of dev->dma, and use calloc to take advantage of by Eric Anholt · 21 years ago
- 63ce8af Fix probing on 2.5+ kernels, which require that drivers have .id_table set. by Eric Anholt · 21 years ago
- 2950f9e - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them by Eric Anholt · 21 years ago
- ff58476 - Converted Linux drivers to initialize DRM instances based on PCI IDs, not by Eric Anholt · 21 years ago
- 355b204 Introduce COMMIT_RING() as in radeon DRM, stop using error prone writeback by Michel Daenzer · 21 years ago
- a64dab1 Try that again. It's a long. by Eric Anholt · 21 years ago
- a9e1a57 Debug printf format fix. by Eric Anholt · 21 years ago
- 9fbfb7c Some code cleanups done while working on locking. Reduces always-true by Eric Anholt · 21 years ago
- 9295361 Stylistic preparation for SMPng locking work: DRM_LOCK/DRM_UNLOCK have side by Eric Anholt · 21 years ago
- e187d66 Add an MIT-style copyright, assigned to myself, to these files. I think by Eric Anholt · 21 years ago
- 89dd7be Axe more old gamma DMA infrastructure. by Eric Anholt · 21 years ago
- a6b84f7 Mostly whitespace cleanups and style(9) fixes focused on "if(" -> "if (" by Eric Anholt · 21 years ago
- 4dee75f Wrap sys/endian.h usage with __FreeBSD_version >= 480000. by Eric Anholt · 21 years ago
- 4a55e75 Allow the DRM to attach to a "drmsub" device. This will be provided by the by Eric Anholt · 21 years ago
- 8fe6a0d MTRR issue with SMP and -stable seems to be resolved. Re-enable MTRRs on 4.x by Eric Anholt · 21 years ago
- e5546d2 file via_drm.h was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
- 87c0483 file via.h was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
- 64828b7 file via_drv.c was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
- 215a057 file via_drv.h was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
- 37ff4d7 file via_ds.c was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
- 53e1184 file via_ds.h was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
- 097d0a5 file via_map.c was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
- 8d9d816 file via_mm.c was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
- d04d1cf file via_mm.h was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
- 5d4b137 Fix typo in SiS help message (and testing cvs commit to dri.freedesktop.org) by Leif Delgass · 21 years ago
- 28aee7f Whitespace cleanup (spaces before tabs or instead of tabs). by Eric Anholt · 21 years ago
- b0fab09 Whitespace cleanup. Submitted by: Linus Torvalds <torvalds@osdl.org> by Eric Anholt · 21 years ago
- a0a38f8 Fix Kconfig for SiS DRM now that it doesn't require sisfb. by Eric Anholt · 21 years ago
- b0a9285 post merge fix by Alan Hourihane · 21 years ago
- decf9e2 compatibility layer still uses agp (not gart) by Alan Hourihane · 21 years ago
- dc17c4c bsd drm fixes by Alan Hourihane · 21 years ago
- c516801 linux drm fixes by Alan Hourihane · 21 years ago
- 85c16d9 resolve merge conflicts by Alan Hourihane · 21 years ago
- 6fc41e2 Use spldrm/splx around tsleep() in DRM_WAIT_ON by Keith Whitwell · 21 years ago
- 4d6d357 Correct format in debug printfs (free is a pointer, not an int). by Eric Anholt · 21 years ago
- 6f563cd Fix for older -stable. Obtained from: FreeBSD CVS by Eric Anholt · 21 years ago
- ebca51d Update to reflect renaming of SIS ioctls. by Eric Anholt · 21 years ago
- f634f68 These files were missed in the SiS DRM commit. by Eric Anholt · 21 years ago
- fabc64d Port the SiS DRM to FreeBSD. This includes the ability for the DRM to by Eric Anholt · 21 years ago
- a7aebb6 Add DRM(calloc), which is convenient, used by the new sis code, and takes by Eric Anholt · 21 years ago
- db78129 Update radeon PCI IDs. by Eric Anholt · 21 years ago
- bd3bc9f This PCI header has been living in dev/pci/ for a while now. by Eric Anholt · 21 years ago
- ba804e7 Remove superfluous TLB flush by Michel Daenzer · 21 years ago
- b83d2f9 Rename agp to gart for radeon by Michel Daenzer · 21 years ago
- 062751a Remove artificial PCI GART limitations, rename AGP to GART where appropriate by Michel Daenzer · 21 years ago
- 963ad33 Fix the debug build. by Eric Anholt · 21 years ago
- ad78a61 - Remove $FreeBSD$ tags as they weren't too useful and merges are now being by Eric Anholt · 21 years ago
- 07a9b30 Clean up Radeon DRI resume code by Michel Daenzer · 21 years ago
- 0f094c3 Make r128_do_wait_for_idle static, as it's only used in this file. by Eric Anholt · 21 years ago
- 6298d1a Remove an unnecessary #define __NO_VERSION__ Noticed by: CScout by Eric Anholt · 21 years ago
- 9d7b01e Merge from 2.6 kernel (Linus Torvalds) by Michel Daenzer · 21 years ago
- a073ff7 DA: loads of whitespace .. some from Linus, some from me by Dave Airlie · 21 years ago
- 428cbe0 DA: patch from Matthew upgraded to latest DRI head to solve issue with i810 by Dave Airlie · 21 years ago
- 03e6674 Whitespace cleanup from the pageflipping commit. by Eric Anholt · 21 years ago
- 4c9daf6 Document change in interface version 1.9. by Eric Anholt · 21 years ago
- fbdadde Document the changes in interface version 2.5. by Eric Anholt · 21 years ago
- 02675a4 Merge from FreeBSD r1.11: We have memset in the kernel, no need to define by Eric Anholt · 21 years ago
- 447d8c5 DA: code cleanups for i810_dma.c from 2.4 kernel by Dave Airlie · 21 years ago
- c99acb5 Added some information as to when (which DRM version) various queries were by Ian Romanick · 21 years ago
- e7944ef build fix for kernels >= 2.6 by Michel Daenzer · 21 years ago
- da16867 Fix maplist entries being used after they were freed; thanks to Benjamin by Michel Daenzer · 21 years ago
- 4b60cae IRQ code cleanup suggested by Linus Torvalds i830 build fix by Michel Daenzer · 21 years ago
- c26ffea Degrade uninformative error message to debug message, as in other drivers by Michel Daenzer · 21 years ago
- aaf2105 Add Rage 128 pageflipping support, defaults to off. DRM version bump to by Eric Anholt · 21 years ago
- 983db58 Fix FreeBSD build after IRQ changes. by Eric Anholt · 21 years ago
- bef7017 Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't break by Michel Daenzer · 21 years ago
- 32ef0f5 Fail in DRM(agp_acquire) if the AGP aperture can't be used, such that the X by Michel Daenzer · 21 years ago
- 3669639 Restore __HAVE_KERNEL_CTX_SWITCH, required for the sparc drm module in the by Keith Whitwell · 21 years ago
- 1654bc5 DA: fix for bug 484 in Bugzilla, originally from me, reworked by David by Dave Airlie · 21 years ago
- f4188a7 file drm_mem.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 7dc959e file drm_dma.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 49d1525 file drm_fops.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 6a0e485 file drm_lock.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- c7f9545 file drm_stub.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- cf6e798 file drm_vm.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 2daf147 Removed unused __HAVE_KERNEL_CTX_SWITCH, whatever that was. by Keith Whitwell · 21 years ago
- 39e1c53 Don't need to include linux/wrapper.h - we only use Set/ClearPageReserved by Leif Delgass · 21 years ago
- 01d6ae9 file drm_agp.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- a145363 file drm_bufs.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 7c565e4 file drm_mem.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 43d3934 file drm_pci.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 8ec900a file drm_sg.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 66d39b5 file savage_dma.c was initially added on branch savage-1_0_0-branch. by Alan Hourihane · 21 years ago
- 5640add file savage_state.c was initially added on branch savage-1_0_0-branch. by Alan Hourihane · 21 years ago
- 1b0eb5e file drm_pci_tmp.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- dab537c file drm_stub_tmp.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- b568f83 file drm_memory_tmp.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 7014016 file drm_vm_tmp.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- b816fa6 file drm_dma_tmp.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- d64200e file drm_lock_tmp.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- e7334f9 file drm_bufs_tmp.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 93522f6 Revert the janitorial - that works is now on the new branch by Jose Fonseca · 21 years ago