1. 00fc6f6 drm/nouveau: use dedicated channel for async moves on GT/GF chipsets. by Ben Skeggs · 12 years ago
  2. 06b237e drm/nouveau: bump fence timeout to 15 seconds by Maarten Lankhorst · 12 years ago
  3. 4f38559 drm/nouveau: do not unpin in nouveau_gem_object_del by Maarten Lankhorst · 12 years ago
  4. 8dda53f drm/nv50/kms: fix pin refcnt leaks by Ben Skeggs · 12 years ago
  5. fdfb833 drm/nouveau: fix some error-path leaks in fbcon handling code by Maarten Lankhorst · 12 years ago
  6. 060810d drm/nouveau: fix locking issues in page flipping paths by Ben Skeggs · 12 years ago
  7. 06d5a24 Merge remote-tracking branch 'airlied/drm-next' into drm-nouveau-next by Ben Skeggs · 12 years ago
  8. d2989b5 drm/nvc0/gr: fix gpc firmware regression by Maarten Lankhorst · 12 years ago
  9. 1bb3f6a drm/nouveau: fix minor thinko causing bo moves to not be async on kepler by Ben Skeggs · 12 years ago
  10. bf03d1b drm/nva3/disp: Fix HDMI audio regression by Ilia Mirkin · 12 years ago
  11. 378f2bc drm/nv50-/disp: Use output specific mask in interrupt by Emil Velikov · 12 years ago
  12. d005f51 drm/nouveau: use vmalloc for pgt allocation by Marcin Slusarz · 12 years ago
  13. 5c5ae71 drm/nvc0-/gr: remove some more of the hardcoded register writes by Ben Skeggs · 12 years ago
  14. d196e16e drm/nvc0-/gr: factor out yet more unknown magic into versioned functions by Ben Skeggs · 12 years ago
  15. 0bfd6f7 drm/nvd7/devinit: use fermi class, not tesla by Ben Skeggs · 12 years ago
  16. 60a4acd drm/nvf0-/gr: ctxsw scratch reg count got bumped to 16 by Ben Skeggs · 12 years ago
  17. f8adeb8 drm/nvc0-/gr: remove hardcoding of UNK count/mask in GPCCS ucode by Ben Skeggs · 12 years ago
  18. 8f6fe26 drm/nvf0/gr: build cs ucode for GK110 by Ben Skeggs · 12 years ago
  19. 960b438 drm/nvc0-/gr: extend one of the magic calculations for >4 GPCs by Ben Skeggs · 12 years ago
  20. 0085a60 drm/nvf0/gr: fix ddx shaders locking up on me by Ben Skeggs · 12 years ago
  21. 18ac424 drm/nvc0/devinit: minor typo by Ben Skeggs · 12 years ago
  22. 9d1c4c5 drm/nvf0/gr: enable support, if external cs ucode is available by Ben Skeggs · 12 years ago
  23. b054aad drm/nvf0/gr: magic sequence that makes PGRAPH come out of hiding by Ben Skeggs · 12 years ago
  24. 9ec2dbb drm/nvf0/ce: enable support by Ben Skeggs · 12 years ago
  25. 56fbd2b drm/nvf0/fifo: enable support by Ben Skeggs · 12 years ago
  26. 26410c6 drm/nvd7/gr: initial support by Maarten Lankhorst · 12 years ago
  27. a32b2ff drm/nvc0-/gr: generate cs register lists from grctx data by Ben Skeggs · 12 years ago
  28. 70f824a drm/nvc0-/gr: tpc regs a subset of gpc, add separate list for gpc/unk regs by Ben Skeggs · 12 years ago
  29. 5ee86c41 drm/nve0-/gr: some new gpc registers can have multiple copies by Ben Skeggs · 12 years ago
  30. c03ff9e drm/nvc0-/gr: pull out a group of separately context-switched gpc regs by Ben Skeggs · 12 years ago
  31. 30f4e08 drm/nvc0-/gr: make register lists from initvals functions by Ben Skeggs · 12 years ago
  32. 7c6ca30 Merge branch 'qxl-next' of git://people.freedesktop.org/~airlied/linux into drm-next by Dave Airlie · 12 years ago
  33. 5ff91e4 qxl: use drm helper hotplug support by Dave Airlie · 12 years ago
  34. d84300b qxl: add suspend/resume/hibernate support. by Dave Airlie · 12 years ago
  35. b86487a qxl: add fb and ttm entry points for use by suspend/resume. by Dave Airlie · 12 years ago
  36. 1e20911 qxl: add ring prep code for s/r by Dave Airlie · 12 years ago
  37. c9fdda2 qxl: prepare memslot code for suspend/resume by Dave Airlie · 12 years ago
  38. 2bd6ce8 qxl: split monitors_config object creation out. by Dave Airlie · 12 years ago
  39. c927215 drm/qxl: set time on drawables from userspace by Dave Airlie · 12 years ago
  40. 07f8d9b drm/qxl: add support for > 1 output by Dave Airlie · 12 years ago
  41. 5b8788c drm/qxl: make dynamic resizing work properly. by Dave Airlie · 12 years ago
  42. 69163ea drm/mm: kill color_search_free/get_block by Daniel Vetter · 12 years ago
  43. 04274cd drm: fix print format of sequence in trace point by Seung-Woo Kim · 12 years ago
  44. df9b6a9 drm: fix error routines in drm_open_helper by Seung-Woo Kim · 12 years ago
  45. fe2ef78 drm: add assertion for checking null edid to drm_edid_block_valid by Seung-Woo Kim · 12 years ago
  46. cf4b91f drm: Convert drm class driver from legacy pm ops to dev_pm_ops by Shuah Khan · 12 years ago
  47. d0aaa28 Merge tag 'drm-intel-fixes-2013-07-03' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  48. 1586ba7 Merge branch 'drm-next-3.11' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  49. e5ad449 drm/mm: WARN for unclean mm takedown by Daniel Vetter · 12 years ago
  50. 2c54b13 drm/mm: fix debug table BUG by Daniel Vetter · 12 years ago
  51. 4a88f73 drm/prime: fix up handle_to_fd ioctl return value by Daniel Vetter · 12 years ago
  52. 338a95a drm/radeon/sumo: implement support for disable_gfx_power_gating_in_uvd flag by Alex Deucher · 12 years ago
  53. 62fa44b drm/radeon/tn: disable PG when changing UVD clocks by Alex Deucher · 12 years ago
  54. 2b90edd drm/radeon/sumo: disable PG when changing UVD clocks by Alex Deucher · 12 years ago
  55. 0124853 drm/radeon/aruba: disable additional rlc features by Alex Deucher · 12 years ago
  56. e631227 drm/radeon: fix endian bug in radeon_atom_get_mclk_range_table() by Alex Deucher · 12 years ago
  57. bf0936e drm/radeon/dpm: fix compilation with certain versions of gcc by Mike Lothian · 12 years ago
  58. 7137592 drm/radeon/dpm: clarify debugfs warning by Alex Deucher · 12 years ago
  59. 446f8d8 drm/i915: Don't try to tear down the stolen drm_mm if it's not there by Daniel Vetter · 12 years ago
  60. 77ef8bb drm: make drm_mm_init() return void by David Herrmann · 12 years ago
  61. 6ef92fb Merge branch 'drm-next-3.11' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  62. 7982128 drm/radeon/dpm: add debugfs support for SI by Alex Deucher · 12 years ago
  63. bdf0c4f drm/radeon/dpm: add debugfs support for cayman by Alex Deucher · 12 years ago
  64. 490ab93 drm/radeon/dpm: add debugfs support for TN by Alex Deucher · 12 years ago
  65. fb70160 drm/radeon/dpm: add debugfs support for ON/LN by Alex Deucher · 12 years ago
  66. bd210d1 drm/radeon/dpm: add debugfs support for 7xx/evergreen/btc by Alex Deucher · 12 years ago
  67. 242916a drm/radeon/dpm: add debugfs support for rv6xx by Alex Deucher · 12 years ago
  68. 1316b79 drm/radeon/dpm: add infrastructure to support debugfs info by Alex Deucher · 12 years ago
  69. 7ad8d06 drm/radeon/dpm: re-enable state transitions for Cayman by Alex Deucher · 12 years ago
  70. 4b5c006 drm/radeon/dpm: re-enable state transitions for BTC by Alex Deucher · 12 years ago
  71. 4da18e2 drm/radeon: fix typo in radeon_atom_init_mc_reg_table() by Alex Deucher · 12 years ago
  72. 5c7524b drm/radeon/atom: fix endian bug in radeon_atom_init_mc_reg_table() by Alex Deucher · 12 years ago
  73. aa71d83 drm/radeon: remove sumo dpm/uvd bringup leftovers by Alex Deucher · 12 years ago
  74. baf27f9 drm/i915: Break up the large vsnprintf() in print_error_buffers() by Chris Wilson · 12 years ago
  75. d26e3af drm/i915: Refactor the wait_rendering completion into a common routine by Chris Wilson · 12 years ago
  76. daa13e1 drm/i915: Only clear write-domains after a successful wait-seqno by Chris Wilson · 12 years ago
  77. 63000ef drm/i915: correct intel_dp_get_config() function for DevCPT by Xiong Zhang · 12 years ago
  78. b5ea2d5 drm/i915: fix hpd interrupt register locking by Daniel Vetter · 12 years ago
  79. 91d131d drm/i915: fold the no-irq check into intel_hpd_irq_handler by Daniel Vetter · 12 years ago
  80. 5876fa0 drm/i915: fold the queue_work into intel_hpd_irq_handler by Daniel Vetter · 12 years ago
  81. 10a504d drm/i915: fold the hpd_irq_setup call into intel_hpd_irq_handler by Daniel Vetter · 12 years ago
  82. 22062db drm/i915: s/hotplug_irq_storm_detect/intel_hpd_irq_handler/ by Daniel Vetter · 12 years ago
  83. 6005ce4 drm/i915: close tiny race in the ilk pcu even interrupt setup by Daniel Vetter · 12 years ago
  84. 4bc9d43 drm/i915: fix locking around ironlake_enable|disable_display_irq by Daniel Vetter · 12 years ago
  85. a0de80a drm/i915: Fix context sizes on HSW by Ben Widawsky · 12 years ago
  86. 921c3b6 drm/i915: Fix VLV sprite register offsets by Ville Syrjälä · 12 years ago
  87. 2af2c49 Revert "drm/i915: Don't use the HDMI port color range bit on Valleyview" by Ville Syrjälä · 12 years ago
  88. 4abb2c3 drm/i915: s/LFP/LPF in DPIO PLL register names by Ville Syrjälä · 12 years ago
  89. 99750bd drm/i915: Fix VLV PLL LPF coefficients for DAC by Ville Syrjälä · 12 years ago
  90. 7425034 drm/i915: Jump to at least RPe on VLV when increasing the GPU frequency by Ville Syrjälä · 12 years ago
  91. 6dc5848 drm/i915: Don't increase the GPU frequency from the delayed VLV rps timer by Ville Syrjälä · 12 years ago
  92. 7a67092 drm/i915: GEN6_RP_INTERRUPT_LIMITS doesn't seem to exist on VLV by Ville Syrjälä · 12 years ago
  93. d8289c9 drm/i915: Make the rps new_delay comparison more readable by Ville Syrjälä · 12 years ago
  94. 80814ae drm/i915: Don't wait for Punit after each freq change on VLV by Ville Syrjälä · 12 years ago
  95. 73008b9 drm/i915: Clean up VLV rps code a bit by Ville Syrjälä · 12 years ago
  96. a35cdaa drm/i915: Detect invalid scanout pitches by Chris Wilson · 12 years ago
  97. e4e9222 drm/i915: Remove duplicated WaForceL3Serialization:vlv by Ville Syrjälä · 12 years ago
  98. bf67dfe drm/i915: don't scream into dmesg when a modeset fails by Daniel Vetter · 12 years ago
  99. 4f7fd70 drm/i915: Fix up sdvo hpd pins for i965g/gm by Daniel Vetter · 12 years ago
  100. f5adf94 drm/i915: Introduce an HAS_IPS() macro by Damien Lespiau · 12 years ago