1. c26fe84 drm/nouveau/i2c: start hiding subdev-internal interfaces by Ben Skeggs · 10 years ago
  2. 0bac987 drm/nouveau/i2c: remove unnecessary i2c_set_adapdata() by Ben Skeggs · 10 years ago
  3. 842c295 drm/nouveau/i2c: properly hand aux reply back to caller, and only retry on defer by Ben Skeggs · 10 years ago
  4. febb844 drm/nv50-/mc: also pass PMGR interrupts onto I2C subdev by Ben Skeggs · 10 years ago
  5. 20a8007 drm/nouveau/gpio: send separate event types for high/low transitions by Ben Skeggs · 10 years ago
  6. bc3b0c4 drm/nouveau/gpio: use base constructor for all implementations by Ben Skeggs · 10 years ago
  7. f4277a0 drm/nouveau/gpio: move on-reset intr disable-and-ack to common code by Ben Skeggs · 10 years ago
  8. 5693c0f drm/nouveau/gpio: split "toggled" interrupt into "went high" / "went low" by Ben Skeggs · 10 years ago
  9. 7356859 drm/nouveau/gpio: split g92 class from nv50 by Ben Skeggs · 10 years ago
  10. d93174e drm/nouveau/gpio: use indirect pointer to base class definition by Ben Skeggs · 10 years ago
  11. 1f86ca1 drm/nouveau/disp/dp: support training to highest rate, rather than a target by Ben Skeggs · 10 years ago
  12. 04e7e92 drm/nouveau/disp/dp: support postcursor in link training by Ben Skeggs · 10 years ago
  13. 8e8832e drm/nouveau/core: allow event source to handle multiple event types per index by Ben Skeggs · 10 years ago
  14. 255b329 drm/gk208/gr: add missing registers to grctx init by Ilia Mirkin · 10 years ago
  15. af4870e drm/nouveau/kms/nv04-nv40: fix pageflip events via special case. by Mario Kleiner · 10 years ago
  16. dcfb100 drm/nv50-/mc: fix kms pageflip events by reordering irq handling order. by Mario Kleiner · 10 years ago
  17. e291af3 drm/nouveau/disp/nv04-nv40: abort scanoutpos query on vga analog. by Mario Kleiner · 10 years ago
  18. 56d237d drm/nv50-/kms: wait for enough ring space in crtc_prepare() by Ben Skeggs · 10 years ago
  19. 6e8e268 drm/nouveau/disp/dp: support training pattern 3 by Ben Skeggs · 10 years ago
  20. fb7c2a7 drm/nouveau/disp/dp: support aux read interval during link training by Ben Skeggs · 10 years ago
  21. 7dc351b drm/gk104/gpio: fix incorrect interrupt register usage by Ben Skeggs · 10 years ago
  22. 964f85ec drm/nouveau/core: punt all object state change messages to trace level by Ben Skeggs · 10 years ago
  23. ed05ba7 drm/nouveau/clk: allow end-user reclocking for nv40, nvaa, and nve0 clock types by Ilia Mirkin · 10 years ago
  24. d2ed15b drm/nouveau/fb: default NvMemExec to on, turning it off is used for debugging only by Ilia Mirkin · 10 years ago
  25. 29ba8c8 drm/nouveau/bios: fix a potential NULL deref in the PROM shadowing function by Martin Peres · 10 years ago
  26. 9044fa6 drm/nouveau/i2c: bump the i2c delay for the adt7473 by Martin Peres · 10 years ago
  27. 30af6aa drm/nouveau/therm/fan/tach: default to 2 pulses per revolution by Martin Peres · 10 years ago
  28. 5edcf1c drm/nvf0/device: enable video decoding engines on gk110/gk208 by John Rowley · 10 years ago
  29. 9abdbab drm/nvf1/device: add support for 0xf1 (gk110b) by John Rowley · 10 years ago
  30. 52e98f1 drm/nouveau/device: support for probing GK20A by Alexandre Courbot · 10 years ago
  31. a4d4bbf drm/nouveau/graph: add GK20A support by Alexandre Courbot · 10 years ago
  32. 370eec76 drm/nouveau/graph: pad firmware code at load time by Alexandre Courbot · 10 years ago
  33. b7c852a drm/nouveau/graph: enable when using external fw by Alexandre Courbot · 10 years ago
  34. 86ebef7 drm/nouveau/fifo: add GK20A support by Alexandre Courbot · 10 years ago
  35. fef94f6 drm/nouveau/fb: add GK20A support by Alexandre Courbot · 10 years ago
  36. 90a5500c drm/nouveau/ibus: add GK20A support by Alexandre Courbot · 10 years ago
  37. 88ff3f5 drm/nvc0/bar: support chips without BAR3 by Alexandre Courbot · 10 years ago
  38. 53d206b drm/nouveau/bar: only ioremap BAR3 if it exists by Alexandre Courbot · 10 years ago
  39. 5330fb4 Merge tag 'drm/panel/for-3.16-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 10 years ago
  40. 6c8a02b Merge tag 'drm/tegra/for-3.16-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 10 years ago
  41. a333f7a drm/panel: simple - Add AUO B133XTN01 panel support by Stéphane Marchesin · 10 years ago
  42. 1f64ae7 drm/tegra: sor - Remove obsolete comment by Thierry Reding · 10 years ago
  43. 0c90a18 drm/tegra: sor - Enable only the necessary number of lanes by Thierry Reding · 10 years ago
  44. 899451b drm/tegra: sor - Power on only the necessary lanes by Thierry Reding · 10 years ago
  45. d692229 drm/tegra: sor - Do not program interlaced mode registers by Thierry Reding · 10 years ago
  46. a4263fe drm/tegra: sor - Do not hardcode link speed by Thierry Reding · 10 years ago
  47. 7890b57 drm/tegra: sor - Do not hardcode number of blank symbols by Thierry Reding · 10 years ago
  48. 34fa183 drm/tegra: sor - Don't hardcode link parameters by Thierry Reding · 10 years ago
  49. ca185c6 drm/tegra: sor - Change power down ordering by Stéphane Marchesin · 10 years ago
  50. 143b1df drm/tegra: sor - Fix copy/paste error by Stéphane Marchesin · 10 years ago
  51. ccb8b12 drm/tegra: sor - Remove pixel clock rounding by Stéphane Marchesin · 10 years ago
  52. ecb889e Merge tag 'drm-intel-fixes-2014-06-06' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  53. 1b0c7b4 drm/tegra: sor - Make debugfs setup consistent by Thierry Reding · 10 years ago
  54. 9578184 drm/tegra: sor - Recursively remove debugfs tree by Thierry Reding · 10 years ago
  55. 7c46338 drm/tegra: dp - Mark the connector as hotplug capable by Thierry Reding · 10 years ago
  56. 2fff79d drm/tegra: dp - Implement hotplug detection in work queue by Thierry Reding · 10 years ago
  57. e687651 drm/tegra: Add hardware cursor support by Thierry Reding · 11 years ago
  58. 9910f5c drm/tegra: Remove host1x drm_bus implementation by Thierry Reding · 10 years ago
  59. c6a1af8a drm: Add device registration documentation by Thierry Reding · 10 years ago
  60. ca8e2ad drm: Introduce drm_dev_set_unique() by Thierry Reding · 10 years ago
  61. 0c7dfd3 gpu: host1x: Rename internal functions for clarity by Thierry Reding · 10 years ago
  62. 540457c drm/tegra: gem - Make tegra_bo_import() static by Thierry Reding · 10 years ago
  63. fb7be70 drm/tegra: hdmi - Add Tegra124 support by Thierry Reding · 11 years ago
  64. 86f5c52 drm/tegra: sor - Protect CRC debugfs against enable state by Thierry Reding · 10 years ago
  65. 76245ad drm/tegra: dsi - Do not needlessly recompute pclk by Thierry Reding · 10 years ago
  66. 91eded9 drm/tegra: dc - Compute shift clock divider in output drivers by Thierry Reding · 10 years ago
  67. dbb3f2f drm/tegra: dc - Move around shift clock programming by Thierry Reding · 10 years ago
  68. cb825d8 drm/tegra: dsi - Reset controller on driver unload by Thierry Reding · 10 years ago
  69. 79eb7e5 drm/tegra: dsi - Fix typo when disabling controller by Thierry Reding · 10 years ago
  70. 334ae6b drm/tegra: dsi - Add enable guard by Thierry Reding · 10 years ago
  71. 17297a2 drm/tegra: dsi - Initialize proper packet sequences by Thierry Reding · 10 years ago
  72. 3b077af drm/tegra: dsi - Implement VDD supply support by Thierry Reding · 10 years ago
  73. bcfc7ac drm/tegra: dsi - Remove unneeded code by Thierry Reding · 10 years ago
  74. f7d6889 drm/tegra: dsi - Use internal pixel format by Thierry Reding · 10 years ago
  75. 7e24643 drm/tegra: hdmi - Fix disable sequence by Thierry Reding · 10 years ago
  76. 9cbfc73 drm/tegra: hdmi - Disable LVDS mode by Thierry Reding · 10 years ago
  77. 8c8282c drm/tegra: hdmi - Use proper power-up sequence by Thierry Reding · 10 years ago
  78. d06e7f8f6 drm/tegra: hdmi - Clean up clock usage by Thierry Reding · 10 years ago
  79. 8868568 drm/tegra: hdmi - Reverse regulator enable ordering by Thierry Reding · 10 years ago
  80. 80b9213 drm/tegra: hdmi - Remove duplicate code by Thierry Reding · 10 years ago
  81. fb50a11 drm/tegra: hdmi - Add connector supply support by Thierry Reding · 11 years ago
  82. 0444c0f drm/tegra: dc - Use proper H/V ref-to-sync values by Thierry Reding · 10 years ago
  83. 501bcbd drm/tegra: dc - Do not touch power control register by Thierry Reding · 10 years ago
  84. 10288ee drm/tegra: dc - Reshuffle code to get rid of prototypes by Thierry Reding · 10 years ago
  85. eba6650 drm/tegra: dc - Rename INVERT_V to V_DIRECTION by Thierry Reding · 11 years ago
  86. a82752e drm/tegra: sor - Add CRC debugfs support by Thierry Reding · 11 years ago
  87. f925390 drm/tegra: dc - Add YUYV support by Thierry Reding · 11 years ago
  88. 688c59a drm/tegra: Cleanup header file by Thierry Reding · 10 years ago
  89. c7560f1 drm: Fix getconnector connection_mutex locking by Daniel Vetter · 10 years ago
  90. d02fd93 drm/panel: simple - Disable panel on shutdown by Thierry Reding · 10 years ago
  91. 26ab006 drm/panel: add support for EDT ET057090DHU panel by Stefan Agner · 10 years ago
  92. fff5de4 drm/panel: Add support for EDT ETM0700G0DH6 and ET070080DH6 panels by Philipp Zabel · 10 years ago
  93. dbd751e drm/panel: ld9040: add power control sequence by Andrzej Hajda · 10 years ago
  94. 9c91196 drm/panel: s6e8aa0: silence array overflow warning by Dan Carpenter · 10 years ago
  95. d1621803 drm/dsi: Support device shutdown by Thierry Reding · 10 years ago
  96. 15d24aa drm/i915: BDW: Adding missing cursor offsets. by Rodrigo Vivi · 10 years ago
  97. 832fd39 drm: Fix getconnector connection_mutex locking by Daniel Vetter · 10 years ago
  98. 8d4ad9d Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next by Dave Airlie · 10 years ago
  99. 562d55d drm/i915/bdw: Only use 2g GGTT for 32b platforms by Ben Widawsky · 10 years ago
  100. 0e8abc8 drm/i915: Nuke pipe A quirk on i830M by Daniel Vetter · 10 years ago