- ab66cbc Adjust shared path in makefile XFree86 bug: Reported by: Submitted by: by Jon Smirl · 21 years ago
- 537ac1a Makefile the makefile really clean everything XFree86 bug: Reported by: by Jon Smirl · 21 years ago
- 0b6f155 Add a missing ifdef CTX to get rid of the waring in the gamma driver build. by Jon Smirl · 21 years ago
- 2411506 Fixes need to clean up the mess I made with the mesa merge. This code by Jon Smirl · 21 years ago
- f47ed99 Remove extraneous code accidentally added with revision 1.86 by Michel Daenzer · 21 years ago
- b61f07d More differentiated error codes for DRM(agp_acquire) Obtained from: Linux kernel by Michel Daenzer · 21 years ago
- ce21dca Use DO_MUNMAP_4_ARGS macro defined in Makefile.linux (Steve Holland). by Felix Kuehling · 21 years ago
- 3dea36d Merged the Savage DRM driver from the savage-2-0-0-branch into the trunk. by Felix Kuehling · 21 years ago
- d0031f2 Conditionally add definition of list_for_each_entry_safe for kernel by Felix Kuehling · 21 years ago
- 8215757 drm_ctx_dtor.patch Submitted by: Erdi Chen by Keith Whitwell · 21 years ago
- 213247a Fix sisfb header location for 2.6 kernels Submitted by: Andrew Morton by Michel Daenzer · 21 years ago
- 2b9c12e Adapt to nopage() prototype change in Linux 2.6.1. by Michel Daenzer · 21 years ago
- 0dea4de Make sure that all state packets are handled in by Michel Daenzer · 21 years ago
- 7b62ed9 R200_PP_CUBIC_OFFSET_F1_[0-6] state packets only contain 5 offsets, not 6 by Michel Daenzer · 21 years ago
- fb7b802 Fix some misuse of NULL where 0 is intended. Obtained from: FreeBSD CVS by Eric Anholt · 21 years ago
- 9fb6986 Don't ioremap the framebuffer area. The ioremapped area wasn't used by by Eric Anholt · 21 years ago
- 5285b02 Add a collection of Radeon and R128 PCI IDs, including the IGP chipsets. by Eric Anholt · 21 years ago
- 64006ef Add i865 pci id by Keith Whitwell · 21 years ago
- 6e56c39 Fix a locking nit, and add asserts in some things that should be called by Eric Anholt · 21 years ago
- 1f75982 Return EBUSY when attempting to addmap a DRM_SHM area with a lock in it if by Eric Anholt · 21 years ago
- 2c1172a Remove unused variable. by Eric Anholt · 21 years ago
- a41a479 Changes to DRM(irq_install)...... wrap dev->dma usage with __HAVE_DMA in by Alan Hourihane · 21 years ago
- 66c9e30 - Tie the DRM to a specific device: setunique no longer succeeds when given by Eric Anholt · 21 years ago
- 19ee64a Use int64_t instead of s64 -- fixes FreeBSD compile, works on linux. by Eric Anholt · 21 years ago
- 8feb046 Args for the BSD DRM_PUT_USER_UNCHECKED were swapped. by Eric Anholt · 21 years ago
- e8f5b01 __linux__ is spelled with a lowercase 'l' by Eric Anholt · 21 years ago
- 5864101 Repo-copy linux/drm/kernel/drm.h to shared/drm/kernel/drm.h and use it on by Eric Anholt · 21 years ago
- e5cad7f Remove buf_alloc which is unused since the locking commit. by Eric Anholt · 21 years ago
- 27f9c5f build fix by Michel Daenzer · 21 years ago
- 2655ccd Memory layout transition: by Michel Daenzer · 21 years ago
- 84dfe70 Add i852/i855 PCI ID. Also fix whitespace in the other ID definitions. by Eric Anholt · 21 years ago
- 3f7279c Add a DRM_PUT_USER_UNCHECKED, which will be used by an upcoming radeon by Eric Anholt · 21 years ago
- 2423fed Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL) by Eric Anholt · 21 years ago
- e4a2a9c Switch pci enumeration call to work on both 2.4 and 2.6 pci_for_each_dev is by Jon Smirl · 21 years ago
- 451a1d3 Move the REALLY_HAVE_AGP endif above the mtrr functions. Broke tdfx module. by Eric Anholt · 21 years ago
- b79d1b3 Move to "old-style" probing as documented in linux/Documentation/pci.txt. by Eric Anholt · 21 years ago
- 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