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