1. 93bd67e centralise pci ids into one place and use scripts to generate files for by Dave Airlie · 20 years ago
  2. 0f32a88 Move Makefile.linux to Makefile. by Michel Daenzer · 20 years ago
  3. 6f6d2a5 1. Added a PCI ID. by Thomas Hellstrom · 20 years ago
  4. 6fa5c5d more files for mach64 by Dave Airlie · 20 years ago
  5. 873e1c4 Add mach64 to the trunk by Dave Airlie · 20 years ago
  6. 7e39628 Have CVS ignore some files produced by the build. by Michel Daenzer · 20 years ago
  7. 3306abb white space changes to align with kernel by Dave Airlie · 20 years ago
  8. 7e0f883 include highmem.h by Dave Airlie · 20 years ago
  9. 2b0292c update gamma_dma with patch from davej in 2.6 by Dave Airlie · 20 years ago
  10. e375a3d patch from Andrew Morton tree from Arjan van de Ven fixes some oopses seen by Dave Airlie · 20 years ago
  11. 23ec887 align code with Linux kernel. by Dave Airlie · 20 years ago
  12. 6aad146 remove unused code by Dave Airlie · 20 years ago
  13. fd47335 update from linux kernel for ia64 by Dave Airlie · 20 years ago
  14. f673c92 remove Imakefile by Alan Hourihane · 20 years ago
  15. 596cf63 fix build problem by Alan Hourihane · 20 years ago
  16. ce601f3 disable PCI DMA ioctls as they are not used currently until SAVAGE_CMD_DMA by Alan Hourihane · 20 years ago
  17. c47597b big whitespace .. this aligns all the whitespace in this file with the bk by Dave Airlie · 20 years ago
  18. 13724f0 2.6 sysfs patches + stubs in drmP.h for 2.4 compatibility by Dave Airlie · 20 years ago
  19. c3e2685 long dev_t patches from 2.6 tree by Dave Airlie · 20 years ago
  20. 9cff4b4 2.6 patches for larger dev_t by Dave Airlie · 20 years ago
  21. 3e0f3c1 more 2.4 compat fns by Dave Airlie · 20 years ago
  22. 1bc7576 patch from Linux kernel 2.6.5 by Dave Airlie · 20 years ago
  23. bc14280 fixes from Linux kernel by Dave Airlie · 20 years ago
  24. ee2889e patch from lk by Dave Airlie · 20 years ago
  25. 994fa06 VIA module fixes: 1. Fixed up PCI-id's. 2. Fixed 2.6 warning in kernel Makefile. by Thomas Hellstrom · 20 years ago
  26. 20163c2 copy correct Makefile by Dave Airlie · 20 years ago
  27. 9b7bf91 Added via driver to drm/linux/Config.in Reported by: Terry Barnaby by Thomas Hellstrom · 20 years ago
  28. 1da595d Exported symbols cause compilation failure of via_mm.c on 2.4 kernels. by Thomas Hellstrom · 21 years ago
  29. b15deb2 Modified linux/Kconfig to include the via drm driver. by Thomas Hellstrom · 21 years ago
  30. 89d67d9 Merged via-1-2-0: Altered Makefiles in drm/linux by Thomas Hellstrom · 21 years ago
  31. 6cd8831 Merged via-1-2-0 by Thomas Hellstrom · 21 years ago
  32. 681da75 make sure in DRM toplevel by Dave Airlie · 21 years ago
  33. dfc71cb initial shell script to create linux kernel drm from the DRI one by Dave Airlie · 21 years ago
  34. ab66cbc Adjust shared path in makefile XFree86 bug: Reported by: Submitted by: by Jon Smirl · 21 years ago
  35. 537ac1a Makefile the makefile really clean everything XFree86 bug: Reported by: by Jon Smirl · 21 years ago
  36. 0b6f155 Add a missing ifdef CTX to get rid of the waring in the gamma driver build. by Jon Smirl · 21 years ago
  37. 2411506 Fixes need to clean up the mess I made with the mesa merge. This code by Jon Smirl · 21 years ago
  38. f47ed99 Remove extraneous code accidentally added with revision 1.86 by Michel Daenzer · 21 years ago
  39. b61f07d More differentiated error codes for DRM(agp_acquire) Obtained from: Linux kernel by Michel Daenzer · 21 years ago
  40. ce21dca Use DO_MUNMAP_4_ARGS macro defined in Makefile.linux (Steve Holland). by Felix Kuehling · 21 years ago
  41. 3dea36d Merged the Savage DRM driver from the savage-2-0-0-branch into the trunk. by Felix Kuehling · 21 years ago
  42. d0031f2 Conditionally add definition of list_for_each_entry_safe for kernel by Felix Kuehling · 21 years ago
  43. 8215757 drm_ctx_dtor.patch Submitted by: Erdi Chen by Keith Whitwell · 21 years ago
  44. 213247a Fix sisfb header location for 2.6 kernels Submitted by: Andrew Morton by Michel Daenzer · 21 years ago
  45. 2b9c12e Adapt to nopage() prototype change in Linux 2.6.1. by Michel Daenzer · 21 years ago
  46. 0dea4de Make sure that all state packets are handled in by Michel Daenzer · 21 years ago
  47. 7b62ed9 R200_PP_CUBIC_OFFSET_F1_[0-6] state packets only contain 5 offsets, not 6 by Michel Daenzer · 21 years ago
  48. fb7b802 Fix some misuse of NULL where 0 is intended. Obtained from: FreeBSD CVS by Eric Anholt · 21 years ago
  49. 9fb6986 Don't ioremap the framebuffer area. The ioremapped area wasn't used by by Eric Anholt · 21 years ago
  50. 5285b02 Add a collection of Radeon and R128 PCI IDs, including the IGP chipsets. by Eric Anholt · 21 years ago
  51. 64006ef Add i865 pci id by Keith Whitwell · 21 years ago
  52. 6e56c39 Fix a locking nit, and add asserts in some things that should be called by Eric Anholt · 21 years ago
  53. 1f75982 Return EBUSY when attempting to addmap a DRM_SHM area with a lock in it if by Eric Anholt · 21 years ago
  54. 2c1172a Remove unused variable. by Eric Anholt · 21 years ago
  55. a41a479 Changes to DRM(irq_install)...... wrap dev->dma usage with __HAVE_DMA in by Alan Hourihane · 21 years ago
  56. 66c9e30 - Tie the DRM to a specific device: setunique no longer succeeds when given by Eric Anholt · 21 years ago
  57. 19ee64a Use int64_t instead of s64 -- fixes FreeBSD compile, works on linux. by Eric Anholt · 21 years ago
  58. 8feb046 Args for the BSD DRM_PUT_USER_UNCHECKED were swapped. by Eric Anholt · 21 years ago
  59. e8f5b01 __linux__ is spelled with a lowercase 'l' by Eric Anholt · 21 years ago
  60. 5864101 Repo-copy linux/drm/kernel/drm.h to shared/drm/kernel/drm.h and use it on by Eric Anholt · 21 years ago
  61. e5cad7f Remove buf_alloc which is unused since the locking commit. by Eric Anholt · 21 years ago
  62. 27f9c5f build fix by Michel Daenzer · 21 years ago
  63. 2655ccd Memory layout transition: by Michel Daenzer · 21 years ago
  64. 84dfe70 Add i852/i855 PCI ID. Also fix whitespace in the other ID definitions. by Eric Anholt · 21 years ago
  65. 3f7279c Add a DRM_PUT_USER_UNCHECKED, which will be used by an upcoming radeon by Eric Anholt · 21 years ago
  66. 2423fed Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL) by Eric Anholt · 21 years ago
  67. 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
  68. 451a1d3 Move the REALLY_HAVE_AGP endif above the mtrr functions. Broke tdfx module. by Eric Anholt · 21 years ago
  69. b79d1b3 Move to "old-style" probing as documented in linux/Documentation/pci.txt. by Eric Anholt · 21 years ago
  70. 69d038e Missed the sis.h header in Makefile.linux in the move to shared/. by Eric Anholt · 21 years ago
  71. 92429f6 The SiS300 pci id also covers the 305, so make the name reflect that. by Eric Anholt · 21 years ago
  72. 06cb132 - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This ioctl allows the by Eric Anholt · 21 years ago
  73. 86e6325 - Add DRM_GET_PRIV_WITH_RETURN macro. This can be used in shared code to by Eric Anholt · 21 years ago
  74. 4e6ddcb Fix warning about static DRM(bufs_info) defined but not used in the by Eric Anholt · 21 years ago
  75. ea7b4fd Fix the possibility of sleeping with locks held in sysctls by copying the by Eric Anholt · 21 years ago
  76. 6b0424f Clean up BSD MTRR handling. The NetBSD code is untested, but it's my best by Eric Anholt · 21 years ago
  77. 0cf1887 - SMPng lock the DRM. This is only partial -- there are a few code paths by Eric Anholt · 21 years ago
  78. 59fbe01 Clean up extra zeroing of dev->dma, and use calloc to take advantage of by Eric Anholt · 21 years ago
  79. 63ce8af Fix probing on 2.5+ kernels, which require that drivers have .id_table set. by Eric Anholt · 21 years ago
  80. 2950f9e - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them by Eric Anholt · 21 years ago
  81. ff58476 - Converted Linux drivers to initialize DRM instances based on PCI IDs, not by Eric Anholt · 21 years ago
  82. 355b204 Introduce COMMIT_RING() as in radeon DRM, stop using error prone writeback by Michel Daenzer · 21 years ago
  83. a64dab1 Try that again. It's a long. by Eric Anholt · 21 years ago
  84. a9e1a57 Debug printf format fix. by Eric Anholt · 21 years ago
  85. 9fbfb7c Some code cleanups done while working on locking. Reduces always-true by Eric Anholt · 21 years ago
  86. 9295361 Stylistic preparation for SMPng locking work: DRM_LOCK/DRM_UNLOCK have side by Eric Anholt · 21 years ago
  87. e187d66 Add an MIT-style copyright, assigned to myself, to these files. I think by Eric Anholt · 21 years ago
  88. 89dd7be Axe more old gamma DMA infrastructure. by Eric Anholt · 21 years ago
  89. a6b84f7 Mostly whitespace cleanups and style(9) fixes focused on "if(" -> "if (" by Eric Anholt · 21 years ago
  90. 4dee75f Wrap sys/endian.h usage with __FreeBSD_version >= 480000. by Eric Anholt · 21 years ago
  91. 4a55e75 Allow the DRM to attach to a "drmsub" device. This will be provided by the by Eric Anholt · 21 years ago
  92. 8fe6a0d MTRR issue with SMP and -stable seems to be resolved. Re-enable MTRRs on 4.x by Eric Anholt · 21 years ago
  93. e5546d2 file via_drm.h was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  94. 87c0483 file via.h was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  95. 64828b7 file via_drv.c was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  96. 215a057 file via_drv.h was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  97. 37ff4d7 file via_ds.c was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  98. 53e1184 file via_ds.h was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  99. 097d0a5 file via_map.c was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago
  100. 8d9d816 file via_mm.c was initially added on branch cle266-0-0-1-branch. by Jose Fonseca · 21 years ago