1. fac2ed4 fix EAGAIN handling in radeon_cp_dispatch_texture() (fixes corruption of by Michel Daenzer · 22 years ago
  2. b88cc5d disable strict aliasing for building the DRM by Michel Daenzer · 22 years ago
  3. 73bf29a fix PCI and AGP posting problems (based on testing by Chris Ison and by Michel Daenzer · 22 years ago
  4. f13af50 only acknowledge interrupts we handle - others could be used outside the DRM by Michel Daenzer · 22 years ago
  5. f375185 Fix size of VERTEX2 ioctl struct (Egbert Eich) by Keith Whitwell · 22 years ago
  6. c7d471b don't inflate relative vblank sequence numbers on repeated calls (e.g. when by Michel Daenzer · 22 years ago
  7. 9b9b099 Add cast to avoid void * arithmetic warning by Leif Delgass · 22 years ago
  8. 66f57c4 Fix build on -current: Provide M_WAITOK define. by Eric Anholt · 22 years ago
  9. 77ea378 Fix radeon for BSD. by Eric Anholt · 22 years ago
  10. 826aad0 limit number of pending vblank signals to 100 to prevent DoS, and minor by Michel Daenzer · 22 years ago
  11. 6f940bc file agp_30_symbols.h was initially added on branch agpgart_2_0_branch. by Jeff Hartmann · 22 years ago
  12. a1fc6af Note that radeon_do_cp_idle() can fail, cope with it. by Keith Whitwell · 22 years ago
  13. 4b3051d [TRIVIAL] [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.c by Rik Faith · 22 years ago
  14. 320802e more cleanups, free mem heap data on last client exit by Keith Whitwell · 22 years ago
  15. 7419aa6 Bump radeon drm version nr on recent interface relaxation by Keith Whitwell · 22 years ago
  16. 14e831b Remove printk by Keith Whitwell · 22 years ago
  17. 208c077 Make the radeon drm module better at cleaning up after itself if all the by Keith Whitwell · 22 years ago
  18. ab9eb68 file i830_irq.c was initially added on branch mesa-4-0-4-branch. by David Dawes · 22 years ago
  19. 05f761f enums should be ints by David Dawes · 22 years ago
  20. 786228b bring in jantorial changes from 2.5.51 by Keith Whitwell · 22 years ago
  21. fd621fd remove agpgart informational by Keith Whitwell · 22 years ago
  22. b03fa55 Rewrite radeon_cp_dispatch_texture() to avoid pingponging back to userspace by Keith Whitwell · 22 years ago
  23. a885d67 Add vblank signal code for BSD DRM. Untested so far, but working with a by Eric Anholt · 22 years ago
  24. 85025d4 further vertical blank interrupt cleanups: remove unused variable, by Michel Daenzer · 22 years ago
  25. 4acba63 vertical blank interrupt cleanups: use spinlock instead of semaphore, send by Michel Daenzer · 22 years ago
  26. 40891ac vertical blank ioctl can send signal instead of blocking by Michel Daenzer · 22 years ago
  27. c869f4a added missing return fd (Alexander Stohr) by Brian Paul · 22 years ago
  28. a654424 Silence the radeon_freelist_get 'returning NULL' message. It's not an error by Keith Whitwell · 22 years ago
  29. b96f48a allow unprivileged clients to use the GETPARAM ioctl (Wang WenRui) by Michel Daenzer · 22 years ago
  30. e656655 Kernel support for vblank syncing on Rage 128 and Matrox. by Eric Anholt · 22 years ago
  31. 344c7f6 updated e-mail addresses for Keith, Alan and Jens by Jens Owen · 22 years ago
  32. 5e1b8ed preserve CRTC{,2}_OFFSET_CNTL in 2D driver to avoid bad effects when by Michel Daenzer · 22 years ago
  33. 10900da Use bus_alloc_resource/bus_release_resource more properly: save the rid by Eric Anholt · 22 years ago
  34. ff25e70 merge from mesa-4-1-branch to get cube-map registers. bumped version to 1.7 by Brian Paul · 22 years ago
  35. 516392b s/udelay/DRM_UDELAY/ by Eric Anholt · 22 years ago
  36. 9f21f02 Catch up to -current. by Eric Anholt · 22 years ago
  37. b3a20ce final part of XFree86 4.2.99.2 merge by Alan Hourihane · 22 years ago
  38. ff4baa6 Import of XFree86 4.2.99.2 by Alan Hourihane · 22 years ago
  39. 5e9fad3 Fix reversed test that broke vblank waiting on FreeBSD. Pointy hat to: anholt by Eric Anholt · 22 years ago
  40. 3d69766 Jonny Strom's mga_dma.c patch by Keith Whitwell · 22 years ago
  41. 2af90a5 replaced max() macro with conditional expression by Brian Paul · 22 years ago
  42. aa1ca40 Fix error condition... by Keith Whitwell · 22 years ago
  43. a653224 Call pci_enable_device() in DRM(irq_busid). by Keith Whitwell · 22 years ago
  44. 381e0fe Free correct block in free_block (K. Rasche) by Keith Whitwell · 22 years ago
  45. 8c14585 fix wait condition for vertical blank IRQs by Michel Daenzer · 22 years ago
  46. 537f220 Remove some noise being spit to the console. by Eric Anholt · 22 years ago
  47. 506c1c0 Make our set_bit and friends match linux better (cleans up some warnings) by Eric Anholt · 22 years ago
  48. efda4ce warnings cleanup by Eric Anholt · 22 years ago
  49. 33a51d8 Fix some of my silliness in DRM_WAIT_ON (not returning EINTR). by Eric Anholt · 22 years ago
  50. 899df4f Turn boxes off again by Keith Whitwell · 22 years ago
  51. 9243e64 Move os-dependent stuff out of radeon_irq.c by Keith Whitwell · 22 years ago
  52. e6901ca Fix up BSD irq handling. by Eric Anholt · 22 years ago
  53. ec48dfa add support for 16K and 64K page sizes (Bjorn Helgaas) by Michel Daenzer · 22 years ago
  54. a33d42e make SW interrupts more robust: write sequence number to scratch register, by Michel Daenzer · 22 years ago
  55. cc9a169 DRM(vblank_wait) is driver specific by Michel Daenzer · 22 years ago
  56. 97961e2 BSD vblank framework. by Eric Anholt · 22 years ago
  57. 770d045 Fix one warning. by Eric Anholt · 22 years ago
  58. f40674e change RADEON_PARAM_IRQ_ACTIVE to RADEON_PARAM_IRQ_NR by Michel Daenzer · 22 years ago
  59. 55acd0d common ioctl to wait for vertical blank IRQs by Michel Daenzer · 22 years ago
  60. f1c8fe9 merged r200-0-2-branch to trunk by Keith Whitwell · 22 years ago
  61. cfa1a91 make sure we never oops because the hardware lock pointer in the sigdata by Michel Daenzer · 22 years ago
  62. c4318a5 - Fix various bugs in the DRI support for the i830 and i845G (Keith by David Dawes · 22 years ago
  63. 9797f0f Remove some extra symlinking for kernel module building that hasn't been by Eric Anholt · 22 years ago
  64. b248c02 Remove this one too: it'll be used from the linux version (if ever) by Eric Anholt · 22 years ago
  65. d51ec6b Remove compat functions for FreeBSD for drivers which weren't available in by Eric Anholt · 22 years ago
  66. be88ab6 file radeon_irq.c was initially added on branch r200-0-2-branch. by Keith Whitwell · 22 years ago
  67. 4fcde1e standardize use of __FUNCTION__ (Linus) by Keith Whitwell · 22 years ago
  68. 22c1ca1 Turn boxes off. by Keith Whitwell · 22 years ago
  69. 8a8cfd3 Remove i8x0 files from the BSD side. These were not actually ported, and by Eric Anholt · 22 years ago
  70. fa560b4 file radeon_mem.c was initially added on branch r200-0-2-branch. by Keith Whitwell · 22 years ago
  71. e4830ba Remove drm_linux.h, it's no longer used. by Eric Anholt · 22 years ago
  72. 5e81d59 Include non-radeon modules in the build. by Eric Anholt · 22 years ago
  73. 48cc350 merged r200-0-1-branch by Keith Whitwell · 22 years ago
  74. a697941 Don't (re)define vmalloc_to_page for kernel >= 2.4.19, as it has been by Leif Delgass · 22 years ago
  75. 2febcaf SetPageLocked only defined in 2.5.x (x=?), use LockPage for 2.4.x (x>=9). by Leif Delgass · 22 years ago
  76. 18d3fac Change the linux kernel version condition in the i810 driver (according to by Jose Fonseca · 22 years ago
  77. 77c35c0 Remove drm_linux.h, move the two useful defines into drm_drv.h (the only by Eric Anholt · 22 years ago
  78. 8eedac5 add missing include (for udelay), remove unused counter. by Leif Delgass · 22 years ago
  79. 3165128 TRUE and FALSE don't seem to be defined everywhere... by Michel Daenzer · 22 years ago
  80. 33d5713 zero-cliprect case patch from Jacek by Keith Whitwell · 22 years ago
  81. d0ac4e5 test scratch register writeback before using it by Michel Daenzer · 22 years ago
  82. d2f2b42 Try to open the /dev/dri/cardX device once, then only if it fails check the by Eric Anholt · 22 years ago
  83. 977b420 Updates from Rusty Russell to: by Rik Faith · 22 years ago
  84. 881a9b2 fix off-by-one error for right bottom corner in radeon_emit_clip_rect() by Michel Daenzer · 22 years ago
  85. 8fa8db1 Workaround for Radeon lockups on fast machines by Tim Smith · 22 years ago
  86. 9a3a314 bump DRM minor and check it before using the GETPARAM ioctl to obtain by Michel Daenzer · 22 years ago
  87. fd86ac9 Don't read scratch registers directly, obtain the values via the GET_PARAM by Michel Daenzer · 22 years ago
  88. 2ec9c15 Increase the linux-compatibility max ioctl. by Eric Anholt · 22 years ago
  89. 9ceabc5 remove obsolete files by Alan Hourihane · 22 years ago
  90. 59c07e4 remove files missed by merge by Alan Hourihane · 22 years ago
  91. 74ef13f merged bsd-3-0-0-branch by Alan Hourihane · 22 years ago
  92. 24025ca Fix some more pageflipping issues -- existing code was doing MMIO writes by Keith Whitwell · 22 years ago
  93. ca81e13 Revert SET_SCISSORS change. by Keith Whitwell · 22 years ago
  94. cc45cc0 Fix lockup on faster machines when drawing in multiple clip rectangles by Tim Smith · 22 years ago
  95. bb91bc0 Set pfCurrentPage on cleanup_pageflip by Keith Whitwell · 22 years ago
  96. 8aecdbe gamma_alloc -> DRM(alloc) by Alan Hourihane · 22 years ago
  97. f626cf7 file s3v.h was initially added on branch s3virge-0-0-1-branch. by Max Lingua · 22 years ago
  98. 4cdcbd6 file s3v_dma.c was initially added on branch s3virge-0-0-1-branch. by Max Lingua · 22 years ago
  99. 4073aa6 file s3v_drm.h was initially added on branch s3virge-0-0-1-branch. by Max Lingua · 22 years ago
  100. 5f8b002 file s3v_drv.c was initially added on branch s3virge-0-0-1-branch. by Max Lingua · 22 years ago