1. 5afda9e Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 14 years ago
  2. ab699ec drm/nouveau: drop drm_global_mutex before sleeping in submission path by Ben Skeggs · 14 years ago
  3. e3461a2 drm: export drm_global_mutex for drivers to use by Ben Skeggs · 14 years ago
  4. ee508b8 drm/nv20: Don't use pushbuf calls on the original nv20. by Francisco Jerez · 14 years ago
  5. fba6752 drm/nouveau: Fix TMDS on some DCB1.5 boards. by Francisco Jerez · 14 years ago
  6. d31e078 drm/nouveau: Fix backlight control on PPC machines with an internal TMDS panel. by Francisco Jerez · 14 years ago
  7. f5cb8ab drm/nv30: Apply modesetting to the correct slave encoder by Patrice Mandin · 14 years ago
  8. acae116 drm/nouveau: Use a helper function to match PCI device/subsystem IDs. by Francisco Jerez · 14 years ago
  9. 44a1246 drm/nv50: add dcb type 14 to enum to prevent compiler complaint by Ben Skeggs · 14 years ago
  10. d033303 Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-core-next by Dave Airlie · 14 years ago
  11. 0537398 drm/radeon/kms: fix typo in radeon_compute_pll_gain by Alex Deucher · 14 years ago
  12. 039ed2d drm/radeon/kms: try to detect tv vs monitor for underscan by Alex Deucher · 14 years ago
  13. 4b80d95 drm/radeon/kms: fix sideport detection on newer rs880 boards by Alex Deucher · 14 years ago
  14. 4dfe947 drm/radeon: fix passing wrong type to gem object create. by Dave Airlie · 14 years ago
  15. d033af8 drm/radeon/kms: set encoder type to DVI for HDMI on evergreen by Alex Deucher · 14 years ago
  16. b824b36 drm/radeon/kms: add back missing break in info ioctl by Alex Deucher · 14 years ago
  17. da7be68 drm/radeon/kms: don't enable MSIs on AGP boards by Alex Deucher · 14 years ago
  18. e57415d drm/radeon/kms: fix agp mode setup on cards that use pcie bridges by Alex Deucher · 14 years ago
  19. 09f0c48 drm: move dereference below check by Dan Carpenter · 14 years ago
  20. 161c481 drm: fix end of loop test by Dan Carpenter · 14 years ago
  21. 6f50eae drm/radeon/kms: rework radeon_dp_detect() logic by Alex Deucher · 14 years ago
  22. 9c1ac0c drm/radeon/kms: add missing asic callback assignment for evergreen by Alex Deucher · 14 years ago
  23. 5786e2c drm/radeon/kms/DCE3+: switch pads to ddc mode when going i2c by Alex Deucher · 14 years ago
  24. 4e186b2 drm/radeon/kms/pm: bail early if nothing's changing by Alex Deucher · 14 years ago
  25. 4aab97e drm/radeon/kms/atom: clean up dig atom handling by Alex Deucher · 14 years ago
  26. e13b2ac drm/radeon/kms: DCE3/4 transmitter fixes by Alex Deucher · 14 years ago
  27. 5137ee9 drm/radeon/kms: rework encoder handling by Alex Deucher · 14 years ago
  28. fbee67a drm/radeon/kms: DCE3/4 AdjustPixelPll updates by Alex Deucher · 14 years ago
  29. 1d978da drm/radeon: Fix stack data leak by Jean Delvare · 14 years ago
  30. 2cbeb4e drm/radeon/kms: fix GTT/VRAM overlapping test by Jerome Glisse · 14 years ago
  31. 1b2f148 drm: block userspace under allocating buffer and having drivers overwrite it (v2) by Dave Airlie · 14 years ago
  32. b9f0aee drm: stop information leak of old kernel stack. by Dave Airlie · 14 years ago
  33. 625db6b drm/nouveau: fix earlier mistake when fixing merge conflict by Ben Skeggs · 14 years ago
  34. b515f3a drm/nvc0: fix thinko in instmem suspend/resume by Ben Skeggs · 14 years ago
  35. 20d66da drm/nouveau: Workaround missing GPIO tables on an Apple iMac G4 NV18. by Francisco Jerez · 14 years ago
  36. 19bf5f7 drm/nouveau: Add TV-out quirk for an MSI nForce2 IGP. by Francisco Jerez · 14 years ago
  37. 46d4cae drm/nv50-nvc0: ramht_size is meant to be in bytes, not entries by Ben Skeggs · 14 years ago
  38. 45a68a0 drm/nouveau: punt some more log messages to debug level by Ben Skeggs · 14 years ago
  39. 98720bf drm/nouveau: remove warning about unknown tmds table revisions by Ben Skeggs · 14 years ago
  40. bd6aaea drm/nouveau: check for error when allocating/mapping dummy page by Ben Skeggs · 14 years ago
  41. 415e618 drm/nouveau: fix race condition when under memory pressure by Ben Skeggs · 15 years ago
  42. 56dfc58 drm/nv50: fix minor thinko from nvc0 changes by Ben Skeggs · 14 years ago
  43. 4ca2b71 drm/nouveau: Don't try DDC on the dummy I2C channel. by Francisco Jerez · 14 years ago
  44. 7b044f4 drm/radeon: Add probing of clocks from device-tree by Benjamin Herrenschmidt · 14 years ago
  45. b494d5d drm/radeon: drop old and broken mesa warning by Dave Airlie · 14 years ago
  46. a30f6fb7 drm/radeon: Fix pci_map_page() error checking by Benjamin Herrenschmidt · 14 years ago
  47. 1a72d65 drm: Remove count_lock for calling lastclose() after 58474713 (v2) by Chris Wilson · 14 years ago
  48. 6ffe28f drm/radeon/kms: allow FG_ALPHA_VALUE on r5xx by Marek Olšák · 14 years ago
  49. 618145e drm/radeon/kms: another r6xx/r7xx CS checker fix by Alex Deucher · 14 years ago
  50. 94e3370 DRM: Replace kmalloc/memset combos with kzalloc by Davidlohr Bueso · 14 years ago
  51. 7203425 drm: expand gamma_set by James Simmons · 14 years ago
  52. 38fcbb67 drm/edid: Split mode lists out to their own header for readability by Adam Jackson · 14 years ago
  53. 1393157 drm/edid: Rewrite mode parse to use the generic detailed block walk by Adam Jackson · 14 years ago
  54. cbba98f drm/edid: Add detailed block walk for VTB extensions by Adam Jackson · 14 years ago
  55. 4d76a22 drm/edid: Add detailed block walk for CEA extensions by Adam Jackson · 14 years ago
  56. fb43964 drm: Remove unused fields from drm_display_info by Adam Jackson · 14 years ago
  57. bf79cb9 drm: Use ENOENT consistently for the error return for an unmatched handle. by Chris Wilson · 14 years ago
  58. a44d2f3 drm/radeon/kms: mark 3D power states as performance by Alex Deucher · 14 years ago
  59. 817e631 drm: Only set DPMS once on the CRTC not after every encoder. by Chris Wilson · 14 years ago
  60. 9ea2c4b drm/radeon/kms: add additional quirk for Acer rv620 laptop by Alex Deucher · 14 years ago
  61. cce13ff drm: Propagate error code from fb_create() by Chris Wilson · 14 years ago
  62. 0d18abe radeon: handle errors in radeon_hwmon_init() by Dan Carpenter · 14 years ago
  63. 26b5bc9 drm/radeon/kms: add support for router objects by Alex Deucher · 14 years ago
  64. 179e807 drm/radeon/kms: rework combios i2c handling by Alex Deucher · 14 years ago
  65. f376b94 drm/radeon/kms: unify i2c handling by Alex Deucher · 14 years ago
  66. 1729dd3 drm/radeon/kms: r600 CS parser fixes by Alex Deucher · 14 years ago
  67. 43861f7 drm/radeon: add a way to revoke hyper-z access by Marek Olšák · 14 years ago
  68. c17c2f8 drm: Fix support for PCI domains by Benjamin Herrenschmidt · 14 years ago
  69. c3b6ef8 Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-core-next by Dave Airlie · 14 years ago
  70. d8ab355 drm/radeon/kms: add missing copy from user by Dr. David Alan Gilbert · 14 years ago
  71. 2dc5d2e drm/nvc0: fix typo in PRAMIN flush by Ben Skeggs · 14 years ago
  72. 27d50fc drm/nouveau: Fix DCB TMDS config parsing. by Francisco Jerez · 14 years ago
  73. 4d1defd drm/nv30: Fix PFB init for nv31. by Francisco Jerez · 14 years ago
  74. 0746b5d drm/nv04: Fix up SGRAM density detection. by Francisco Jerez · 14 years ago
  75. c93ebb4 drm/i2c/ch7006: Don't use POWER_LEVEL_FULL_POWER_OFF on early chip versions. by Francisco Jerez · 14 years ago
  76. 1849719 drm/nouveau: Init dcb->or on cards that have no usable DCB table. by Francisco Jerez · 14 years ago
  77. 54bf67d drm/nouveau: reduce severity of some "error" messages by Ben Skeggs · 14 years ago
  78. 147cad0 drm/nvc0: backup bar3 channel on suspend by Ben Skeggs · 14 years ago
  79. b715d64 drm/nouveau: implement init table opcodex 0x5e and 0x9a by Marcin Kościelnicki · 15 years ago
  80. e3a1924 drm/nouveau: implement init table op 0x57, INIT_LTIME by Marcin Kościelnicki · 15 years ago
  81. 1ac7b52 drm/nvc0: implement crtc pll setting by Ben Skeggs · 14 years ago
  82. 0165d15 drm/nvc0: fix evo dma object so we display something by Ben Skeggs · 14 years ago
  83. 68b83a9 drm/nvc0: rudimentary instmem support by Ben Skeggs · 14 years ago
  84. c556d98 drm/nvc0: implement memory detection by Ben Skeggs · 14 years ago
  85. 080feda drm/nvc0: allow INIT_GPIO by Ben Skeggs · 14 years ago
  86. 4b223ee drm/nvc0: starting point for GF100 support, everything stubbed by Ben Skeggs · 14 years ago
  87. 2d14e35 drm/nv30: Workaround dual TMDS brain damage. by Francisco Jerez · 15 years ago
  88. bfe9dbc drm/nouveau: No need to set slave TV encoder configs explicitly. by Francisco Jerez · 15 years ago
  89. 4a9f822 drm/nv17-nv4x: Attempt to init some external TMDS transmitters. by Francisco Jerez · 15 years ago
  90. d2f4e89 drm/nv10: Fix up switching of NV10TCL_DMA_VTXBUF. by Francisco Jerez · 14 years ago
  91. 308dceb drm/nouveau: Ack the context switch interrupt before switching contexts. by Francisco Jerez · 14 years ago
  92. 3c9b253 drm/nouveau: Fix the INIT_CONFIGURE_PREINIT BIOS opcode. by Francisco Jerez · 14 years ago
  93. 0bf9b0e drm/nouveau: Don't pass misaligned offsets to io_mapping_map_atomic_wc(). by Francisco Jerez · 14 years ago
  94. a0d069e drm/nouveau: unwind on load errors by Dan Carpenter · 15 years ago
  95. 2b49526 drm/nouveau: Fix AGP reset when AGP FW is already enabled on init. by Francisco Jerez · 15 years ago
  96. 0d3470d drm/nouveau: remove unused ttm bo list by Ben Skeggs · 14 years ago
  97. c020c9a drm/nv50: use custom i2c algo for dp auxch by Ben Skeggs · 15 years ago
  98. 96576a9 agp: intel-agp: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  99. 46cfc58 agp: efficeon-agp: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  100. 5837471 drm: kill BKL from common code by Arnd Bergmann · 15 years ago