1. ab66cbc Adjust shared path in makefile XFree86 bug: Reported by: Submitted by: by Jon Smirl · 21 years ago
  2. 537ac1a Makefile the makefile really clean everything XFree86 bug: Reported by: by Jon Smirl · 21 years ago
  3. 0b6f155 Add a missing ifdef CTX to get rid of the waring in the gamma driver build. by Jon Smirl · 21 years ago
  4. 2411506 Fixes need to clean up the mess I made with the mesa merge. This code by Jon Smirl · 21 years ago
  5. f47ed99 Remove extraneous code accidentally added with revision 1.86 by Michel Daenzer · 21 years ago
  6. b61f07d More differentiated error codes for DRM(agp_acquire) Obtained from: Linux kernel by Michel Daenzer · 21 years ago
  7. ce21dca Use DO_MUNMAP_4_ARGS macro defined in Makefile.linux (Steve Holland). by Felix Kuehling · 21 years ago
  8. 3dea36d Merged the Savage DRM driver from the savage-2-0-0-branch into the trunk. by Felix Kuehling · 21 years ago
  9. d0031f2 Conditionally add definition of list_for_each_entry_safe for kernel by Felix Kuehling · 21 years ago
  10. 8215757 drm_ctx_dtor.patch Submitted by: Erdi Chen by Keith Whitwell · 21 years ago
  11. 213247a Fix sisfb header location for 2.6 kernels Submitted by: Andrew Morton by Michel Daenzer · 21 years ago
  12. 2b9c12e Adapt to nopage() prototype change in Linux 2.6.1. by Michel Daenzer · 21 years ago
  13. 0dea4de Make sure that all state packets are handled in by Michel Daenzer · 21 years ago
  14. 7b62ed9 R200_PP_CUBIC_OFFSET_F1_[0-6] state packets only contain 5 offsets, not 6 by Michel Daenzer · 21 years ago
  15. fb7b802 Fix some misuse of NULL where 0 is intended. Obtained from: FreeBSD CVS by Eric Anholt · 21 years ago
  16. 9fb6986 Don't ioremap the framebuffer area. The ioremapped area wasn't used by by Eric Anholt · 21 years ago
  17. 5285b02 Add a collection of Radeon and R128 PCI IDs, including the IGP chipsets. by Eric Anholt · 21 years ago
  18. 64006ef Add i865 pci id by Keith Whitwell · 21 years ago
  19. 6e56c39 Fix a locking nit, and add asserts in some things that should be called by Eric Anholt · 21 years ago
  20. 1f75982 Return EBUSY when attempting to addmap a DRM_SHM area with a lock in it if by Eric Anholt · 21 years ago
  21. 2c1172a Remove unused variable. by Eric Anholt · 21 years ago
  22. a41a479 Changes to DRM(irq_install)...... wrap dev->dma usage with __HAVE_DMA in by Alan Hourihane · 21 years ago
  23. 66c9e30 - Tie the DRM to a specific device: setunique no longer succeeds when given by Eric Anholt · 21 years ago
  24. 19ee64a Use int64_t instead of s64 -- fixes FreeBSD compile, works on linux. by Eric Anholt · 21 years ago
  25. 8feb046 Args for the BSD DRM_PUT_USER_UNCHECKED were swapped. by Eric Anholt · 21 years ago
  26. e8f5b01 __linux__ is spelled with a lowercase 'l' by Eric Anholt · 21 years ago
  27. 5864101 Repo-copy linux/drm/kernel/drm.h to shared/drm/kernel/drm.h and use it on by Eric Anholt · 21 years ago
  28. e5cad7f Remove buf_alloc which is unused since the locking commit. by Eric Anholt · 21 years ago
  29. 27f9c5f build fix by Michel Daenzer · 21 years ago
  30. 2655ccd Memory layout transition: by Michel Daenzer · 21 years ago
  31. 84dfe70 Add i852/i855 PCI ID. Also fix whitespace in the other ID definitions. by Eric Anholt · 21 years ago
  32. 3f7279c Add a DRM_PUT_USER_UNCHECKED, which will be used by an upcoming radeon by Eric Anholt · 21 years ago
  33. 2423fed Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL) by Eric Anholt · 21 years ago
  34. 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
  35. 451a1d3 Move the REALLY_HAVE_AGP endif above the mtrr functions. Broke tdfx module. by Eric Anholt · 21 years ago
  36. b79d1b3 Move to "old-style" probing as documented in linux/Documentation/pci.txt. by Eric Anholt · 21 years ago
  37. 69d038e Missed the sis.h header in Makefile.linux in the move to shared/. by Eric Anholt · 21 years ago
  38. 92429f6 The SiS300 pci id also covers the 305, so make the name reflect that. by Eric Anholt · 21 years ago
  39. 06cb132 - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This ioctl allows the by Eric Anholt · 21 years ago
  40. 86e6325 - Add DRM_GET_PRIV_WITH_RETURN macro. This can be used in shared code to by Eric Anholt · 21 years ago
  41. 4e6ddcb Fix warning about static DRM(bufs_info) defined but not used in the by Eric Anholt · 21 years ago
  42. ea7b4fd Fix the possibility of sleeping with locks held in sysctls by copying the by Eric Anholt · 21 years ago
  43. 6b0424f Clean up BSD MTRR handling. The NetBSD code is untested, but it's my best by Eric Anholt · 21 years ago
  44. 0cf1887 - SMPng lock the DRM. This is only partial -- there are a few code paths by Eric Anholt · 21 years ago
  45. 59fbe01 Clean up extra zeroing of dev->dma, and use calloc to take advantage of by Eric Anholt · 21 years ago
  46. 63ce8af Fix probing on 2.5+ kernels, which require that drivers have .id_table set. by Eric Anholt · 21 years ago
  47. 2950f9e - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them by Eric Anholt · 21 years ago
  48. ff58476 - Converted Linux drivers to initialize DRM instances based on PCI IDs, not by Eric Anholt · 21 years ago
  49. 355b204 Introduce COMMIT_RING() as in radeon DRM, stop using error prone writeback by Michel Daenzer · 21 years ago
  50. a64dab1 Try that again. It's a long. by Eric Anholt · 21 years ago
  51. a9e1a57 Debug printf format fix. by Eric Anholt · 21 years ago
  52. 9fbfb7c Some code cleanups done while working on locking. Reduces always-true by Eric Anholt · 21 years ago
  53. 9295361 Stylistic preparation for SMPng locking work: DRM_LOCK/DRM_UNLOCK have side by Eric Anholt · 21 years ago
  54. e187d66 Add an MIT-style copyright, assigned to myself, to these files. I think by Eric Anholt · 21 years ago
  55. 89dd7be Axe more old gamma DMA infrastructure. by Eric Anholt · 21 years ago
  56. a6b84f7 Mostly whitespace cleanups and style(9) fixes focused on "if(" -> "if (" by Eric Anholt · 21 years ago
  57. 4dee75f Wrap sys/endian.h usage with __FreeBSD_version >= 480000. by Eric Anholt · 21 years ago
  58. 4a55e75 Allow the DRM to attach to a "drmsub" device. This will be provided by the by Eric Anholt · 21 years ago
  59. 8fe6a0d MTRR issue with SMP and -stable seems to be resolved. Re-enable MTRRs on 4.x by Eric Anholt · 21 years ago
  60. e5546d2 file via_drm.h was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  61. 87c0483 file via.h was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  62. 64828b7 file via_drv.c was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  63. 215a057 file via_drv.h was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  64. 37ff4d7 file via_ds.c was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  65. 53e1184 file via_ds.h was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  66. 097d0a5 file via_map.c was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  67. 8d9d816 file via_mm.c was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  68. d04d1cf file via_mm.h was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  69. 5d4b137 Fix typo in SiS help message (and testing cvs commit to dri.freedesktop.org) by Leif Delgass · 21 years ago
  70. 28aee7f Whitespace cleanup (spaces before tabs or instead of tabs). by Eric Anholt · 21 years ago
  71. b0fab09 Whitespace cleanup. Submitted by: Linus Torvalds <torvalds@osdl.org> by Eric Anholt · 21 years ago
  72. a0a38f8 Fix Kconfig for SiS DRM now that it doesn't require sisfb. by Eric Anholt · 21 years ago
  73. b0a9285 post merge fix by Alan Hourihane · 21 years ago
  74. decf9e2 compatibility layer still uses agp (not gart) by Alan Hourihane · 21 years ago
  75. dc17c4c bsd drm fixes by Alan Hourihane · 21 years ago
  76. c516801 linux drm fixes by Alan Hourihane · 21 years ago
  77. 85c16d9 resolve merge conflicts by Alan Hourihane · 21 years ago
  78. 6fc41e2 Use spldrm/splx around tsleep() in DRM_WAIT_ON by Keith Whitwell · 21 years ago
  79. 4d6d357 Correct format in debug printfs (free is a pointer, not an int). by Eric Anholt · 21 years ago
  80. 6f563cd Fix for older -stable. Obtained from: FreeBSD CVS by Eric Anholt · 21 years ago
  81. ebca51d Update to reflect renaming of SIS ioctls. by Eric Anholt · 21 years ago
  82. f634f68 These files were missed in the SiS DRM commit. by Eric Anholt · 21 years ago
  83. fabc64d Port the SiS DRM to FreeBSD. This includes the ability for the DRM to by Eric Anholt · 21 years ago
  84. a7aebb6 Add DRM(calloc), which is convenient, used by the new sis code, and takes by Eric Anholt · 21 years ago
  85. db78129 Update radeon PCI IDs. by Eric Anholt · 21 years ago
  86. bd3bc9f This PCI header has been living in dev/pci/ for a while now. by Eric Anholt · 21 years ago
  87. ba804e7 Remove superfluous TLB flush by Michel Daenzer · 21 years ago
  88. b83d2f9 Rename agp to gart for radeon by Michel Daenzer · 21 years ago
  89. 062751a Remove artificial PCI GART limitations, rename AGP to GART where appropriate by Michel Daenzer · 21 years ago
  90. 963ad33 Fix the debug build. by Eric Anholt · 21 years ago
  91. ad78a61 - Remove $FreeBSD$ tags as they weren't too useful and merges are now being by Eric Anholt · 21 years ago
  92. 07a9b30 Clean up Radeon DRI resume code by Michel Daenzer · 21 years ago
  93. 0f094c3 Make r128_do_wait_for_idle static, as it's only used in this file. by Eric Anholt · 21 years ago
  94. 6298d1a Remove an unnecessary #define __NO_VERSION__ Noticed by: CScout by Eric Anholt · 21 years ago
  95. 9d7b01e Merge from 2.6 kernel (Linus Torvalds) by Michel Daenzer · 21 years ago
  96. a073ff7 DA: loads of whitespace .. some from Linus, some from me by Dave Airlie · 21 years ago
  97. 428cbe0 DA: patch from Matthew upgraded to latest DRI head to solve issue with i810 by Dave Airlie · 21 years ago
  98. 03e6674 Whitespace cleanup from the pageflipping commit. by Eric Anholt · 21 years ago
  99. 4c9daf6 Document change in interface version 1.9. by Eric Anholt · 21 years ago
  100. fbdadde Document the changes in interface version 2.5. by Eric Anholt · 21 years ago