1. 30aab18 Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 8 years ago
  2. 34440ed drm/nouveau/tegra: acquire and enable reference clock if needed by Alexandre Courbot · 8 years ago
  3. 86d65b7 nouveau: fix nv40_perfctr_next() cleanup regression by Arnd Bergmann · 8 years ago
  4. 1a4be38 Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  5. 52829d4 drm/nouveau/clk/gm20b: add basic driver by Alexandre Courbot · 8 years ago
  6. 42d6e16 drm/nouveau/clk/gk20a: share reusable structures/functions by Alexandre Courbot · 8 years ago
  7. 6871b34 drm/nouveau/clk/gk20a: set lowest frequency during init() by Alexandre Courbot · 8 years ago
  8. 2efd390 drm/nouveau/clk/gk20a: split gk20a_clk_new() by Alexandre Courbot · 8 years ago
  9. 195c113 drm/nouveau/clk/gk20a: abstract pl_to_div by Alexandre Courbot · 8 years ago
  10. a04bc14 drm/nouveau/clk/gk20a: put mnp values into their own struct by Alexandre Courbot · 9 years ago
  11. f29cacf drm/nouveau/clk/gk20a: emit parent rate as debug message by Alexandre Courbot · 8 years ago
  12. 3c0d5d6 drm/nouveau/clk/gk20a: only restore divider to 1:1 if needed by Alexandre Courbot · 8 years ago
  13. a08c8ba drm/nouveau/clk/gk20a: only compute n_lo if needed by Alexandre Courbot · 8 years ago
  14. 3a91b9c drm/nouveau/clk/gk20a: fix VCO bit mask by Alexandre Courbot · 8 years ago
  15. e7952eb drm/nouveau/clk/gk20a: rename enable/disable functions by Alexandre Courbot · 8 years ago
  16. d865f3c drm/nouveau/clk/gk20a: reorganize variables in gk20a_pllg_calc_mnp() by Alexandre Courbot · 8 years ago
  17. af6313d drm/nouveau/clk/gk20a: convert parameters to Khz by Alexandre Courbot · 9 years ago
  18. 71757ab drm/nouveau/volt: add GM20B driver by Alexandre Courbot · 9 years ago
  19. 4158c9c drm/nouveau/volt/gk20a: split constructor by Alexandre Courbot · 8 years ago
  20. 0f95209 drm/nouveau/volt/gk20a: share reusable members & functions by Vince Hsu · 9 years ago
  21. 253a03f drm/nouveau/ce/gm107: expose MaxwellDmaCopyA by Ben Skeggs · 8 years ago
  22. 7c4f87c drm/nouveau/fifo/gm107: KeplerChannelGpfifoB, and 2048 channels by Ben Skeggs · 8 years ago
  23. 63f8c9b drm/nouveau/fifo/gk110: expose KeplerChannelGpfifoB by Ben Skeggs · 8 years ago
  24. b4c5fc4 drm/nouveau/fifo/gk104: submit NOP after all PBDMA_INTR_0, not just DEVICE by Ben Skeggs · 8 years ago
  25. 4a3f63f drm/nouveau/fifo/gk104: add vic plumbing by Ben Skeggs · 8 years ago
  26. a8b005f drm/nouveau/fifo/gk104: add sec plumbing by Ben Skeggs · 8 years ago
  27. 608fd04 drm/nouveau/fifo/gk104: add nvdec plumbing by Ben Skeggs · 8 years ago
  28. 9e4fff3 drm/nouveau/fifo/gk104: add nvenc plumbing by Ben Skeggs · 8 years ago
  29. 5d7fa4d drm/nouveau/fifo/gk104: add msenc plumbing by Ben Skeggs · 8 years ago
  30. 72150b2 drm/nouveau/core: add vic plumbing by Ben Skeggs · 8 years ago
  31. 3545b42 drm/nouveau/core: add nvdec plumbing by Ben Skeggs · 8 years ago
  32. 294af04 drm/nouveau/core: add nvenc plumbing by Ben Skeggs · 8 years ago
  33. c0c914e drm/nouveau/core: add msenc plumbing by Ben Skeggs · 8 years ago
  34. 7cee043 drm/nouveau/core: sort engine indices alphabetically by Ben Skeggs · 8 years ago
  35. 1f5ff7f drm/nouveau/fifo/gk104: make use of topology info during gpfifo construction by Ben Skeggs · 8 years ago
  36. 19f8927 drm/nouveau/fifo/gk104: make use of topology info during fault recovery by Ben Skeggs · 8 years ago
  37. af83a677 drm/nouveau/fifo/gk104: make use of topology info when handling ctxsw timeout by Ben Skeggs · 8 years ago
  38. 41e5171b drm/nouveau/fifo/gk104: read device topology information from hw by Ben Skeggs · 8 years ago
  39. 69aa40e drm/nouveau/fifo/gk104: cosmetic engine->runlist changes by Ben Skeggs · 8 years ago
  40. acdf7d4 drm/nouveau/fifo/gk104: don't attempt recovery of unknown mmu engines by Ben Skeggs · 8 years ago
  41. 55252da drm/nouveau/fifo/gk104: identify fault-recovery members more clearly by Ben Skeggs · 8 years ago
  42. 6d39b83 drm/nouveau/fifo/gk104: rename spoon to pbdma, and move detection to oneinit by Ben Skeggs · 8 years ago
  43. 1015d81 drm/nouveau/fifo/gf100: fix certain engines not being recovered after a fault by Ben Skeggs · 8 years ago
  44. f22d7d4 drm/nouveau/fifo/gf100: don't attempt recovery of unknown mmu engines by Ben Skeggs · 8 years ago
  45. 7926624 drm/nouveau/fifo/gf100: identify fault-recovery members more clearly by Ben Skeggs · 8 years ago
  46. adbe24a drm/nouveau/fifo/gf100: rename spooon to pbdma, and move detection to oneinit by Ben Skeggs · 8 years ago
  47. 7866562 drm/nouveau/gr/fuc: Store $r0 in interrupt handler by Roy Spliet · 8 years ago
  48. b815a2e drm/nouveau/pmu/fuc: use imm32 in ld/st macros by Karol Herbst · 8 years ago
  49. 8609cb8 drm/nouveau/pmu/fuc: use the call macro instead of using the call instruction directly by Karol Herbst · 8 years ago
  50. 70d97b5 drm/nouveau/pmu/fuc: replace mov+sethi with imm32 by Karol Herbst · 8 years ago
  51. 4382e90 drm/nouveau/pmu/fuc: fix imm32 for gk208+ by Karol Herbst · 8 years ago
  52. 78a121d drm/nouveau/core: use vzalloc for allocating ramht by Ilia Mirkin · 8 years ago
  53. 2bf1833 drm/nouveau/fifo/gk104: kick channel upon removal by Alexandre Courbot · 8 years ago
  54. e02d586 drm/nouveau/instmem/gk20a: add write barrier when releasing DMA object by Alexandre Courbot · 8 years ago
  55. 1733a2a drm/nouveau/device/pci: set as non-CPU-coherent on ARM64 by Alexandre Courbot · 8 years ago
  56. f2014cd drm/nouveau/hwmon: fix crash on non-PCI platforms by Alexandre Courbot · 8 years ago
  57. f2a0ada drm/nouveau: silence unimportant HDMI status message by Alexandre Courbot · 8 years ago
  58. 9bcd38d drm/nouveau/bo: consider DMA buffers on x86 only by Alexandre Courbot · 8 years ago
  59. ab08f38 drm/nouveau/ltc/gf100: use more reasonable timeout value by Alexandre Courbot · 8 years ago
  60. a2e435a drm/nouveau/fifo/gk104: take runlist target into account by Alexandre Courbot · 8 years ago
  61. c694eca drm/nouveau/fifo/gf100: take runlist target into account by Alexandre Courbot · 8 years ago
  62. 0689aad drm/nouveau/fifo/gk104: fix chid bit mask by Xia Yang · 8 years ago
  63. 9d0394c drm/nouveau/instmem/gk20a: set DMA mask early by Alexandre Courbot · 8 years ago
  64. 7d31cb7 drm/nouveau/gr/gm206: remove implementation, it's now identical to gm200 by Ben Skeggs · 8 years ago
  65. 5f7e802 drm/nouveau/gr/gm200: switch over to using sw_nonctx from firmware by Ben Skeggs · 8 years ago
  66. d4a43a6 drm/nouveau/gr/gm200: switch over to using sw_method_init from firmware by Ben Skeggs · 8 years ago
  67. c0e8550 drm/nouveau/gr/gm200: switch over to using sw_bundle_init from firmware by Ben Skeggs · 8 years ago
  68. 43bc83b drm/nouveau/gr/gm200: switch over to using sw_ctx from firmware by Ben Skeggs · 8 years ago
  69. b774c40 drm/nouveau/bios/extdev: also parse v4.1 table by Karol Herbst · 8 years ago
  70. eb72ed5 drm/nouveau/hwmon: don't require therm to be valid to get any data by Karol Herbst · 8 years ago
  71. 353b983 drm/nouveau/hwmon: add power consumption by Karol Herbst · 8 years ago
  72. b71c089 drm/nouveau/iccsense: implement for ina209, ina219 and ina3221 by Karol Herbst · 8 years ago
  73. 39b7e6e drm/nouveau/nvbios/iccsense: add parsing of the SENSE table by Martin Peres · 8 years ago
  74. dc06e36 drm/nouveau/subdev/iccsense: add new subdev for power sensors by Martin Peres · 8 years ago
  75. 923f1bd2 drm/nouveau/secboot/gm20b: add secure boot support by Alexandre Courbot · 8 years ago
  76. 9cc4552 drm/nouveau/secboot/gm200: add secure-boot support by Alexandre Courbot · 8 years ago
  77. 82babea drm/nouveau/gr/gm200: do not load firmware for secure falcons by Alexandre Courbot · 8 years ago
  78. c9469aa drm/nouveau/gr/gf100: add support for securely-managed falcons by Alexandre Courbot · 8 years ago
  79. 7d12388 drm/nouveau/core: add support for secure boot by Alexandre Courbot · 8 years ago
  80. f008d8c drm/nouveau/gr/gm200: load external firmware and bundles by Alexandre Courbot · 8 years ago
  81. 2e404b0 drm/nouveau/gr/gk20a: share external bundles loading functions by Alexandre Courbot · 8 years ago
  82. 5986d3e drm/nouveau/gr/gk20a: simplify external bundle loading functions by Alexandre Courbot · 8 years ago
  83. 18cd5bc drm/nouveau/gr/gf100: load firmware in outer function by Alexandre Courbot · 8 years ago
  84. 336c465 drm/nouveau/gr/gk20a: move firmware bundle release to gf100 by Alexandre Courbot · 8 years ago
  85. 5d2083d drm/nouveau/core: add gpuobj memcpy helper functions by Alexandre Courbot · 8 years ago
  86. 96fc422 drm/nouveau/gm200: enable graphics device by Ben Skeggs · 8 years ago
  87. 9ec2805 drm/nouveau/gr/gm200: s/gm204/gm200/ by Ben Skeggs · 8 years ago
  88. e24c9c4 drm/nouveau/bios/devinit: properly handle unknown generic conditions by Ben Skeggs · 8 years ago
  89. 989f578 drm/nouveau/bios/devinit: rename INIT_DP_CONDITION to INIT_GENERIC_CONDITION by Ben Skeggs · 8 years ago
  90. 96aedd0 drm/nouveau/ltc/gm107: fix slice intr offset by Ben Skeggs · 8 years ago
  91. a6a0f67 drm/nouveau/devinit/gf100-: detect if BIOS invoked devinit by Alexandre Courbot · 8 years ago
  92. 8fb1240 drm/nouveau/devinit/nv50: remove unneeded variable by Alexandre Courbot · 8 years ago
  93. db1eb52 drm/nouveau: s/gm204/gm200/ in a number of places by Ben Skeggs · 8 years ago
  94. 2ed95a4 drm/nouveau: recognise GM200 chipset by Ben Skeggs · 8 years ago
  95. 1b82111 drm/nouveau/device/tegra: fix uninitialized IRQ number by Alexandre Courbot · 8 years ago
  96. 0529a46 drm/nouveau/device: call nvkm_device_fini if nvkm_device_init fails by Alexandre Courbot · 8 years ago
  97. 33bcb4c drm/nouveau/gr/gf100: use the nvkm_firmware functions by Alexandre Courbot · 9 years ago
  98. 046fdb2 drm/nouveau/core: add firmware handling functions by Alexandre Courbot · 9 years ago
  99. f0db6e3 drm/nouveau/ltc/gm107: wait on relevant bit in gm107_ltc_cbc_wait by Alexandre Courbot · 9 years ago
  100. 9b61c0f Merge drm-fixes into drm-next. by Dave Airlie · 8 years ago