1. fb0b760 drm: fix nouveau_acpi build by Randy Dunlap · 13 years ago
  2. 46f2b60 Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next into drm-core-next by Dave Airlie · 13 years ago
  3. b4fa9d0 drm/nouveau: make cursor_set implementation consistent with other drivers by Marcin Slusarz · 13 years ago
  4. 52eba8d drm/nva3/clk: better pll calculation when no fractional fb div available by Ben Skeggs · 13 years ago
  5. 96d1fcf drm/nouveau/pm: translate ramcfg strap through ram restrict table by Ben Skeggs · 13 years ago
  6. bfb61f4 drm/nva3/pm: allow use of divisor 16 by Ben Skeggs · 13 years ago
  7. 047d2df drm/nvc0/pm: parse clock for pll 0x0a (0x137020) from perf table by Ben Skeggs · 13 years ago
  8. 40f6193 drm/nvc0/pm: correct core/mem/shader perflvl parsing by Ben Skeggs · 13 years ago
  9. 730673b drm/nouveau/pm: remove memtiming support check when assigning to perflvl by Ben Skeggs · 13 years ago
  10. fcfc768 drm/nva3: support for memory timing map table by Ben Skeggs · 13 years ago
  11. e614b2e drm/nouveau: Associate memtimings with performance levels on cards <= nv98 by Martin Peres · 13 years ago
  12. dac55b5 drm/nva3/pm: initial pass at set_clock() hook by Ben Skeggs · 13 years ago
  13. aa58c40 drm/nvc0/gr: calculate some more of our magic numbers by Ben Skeggs · 13 years ago
  14. b23b9e7 drm/nv50: respect LVDS link count from EDID on SPWG panels by Ben Skeggs · 13 years ago
  15. 8c3f6bb drm/nouveau: recognise DCB connector type 0x41 as LVDS by Ben Skeggs · 13 years ago
  16. eea55c8 drm/nouveau: fix uninitialised variable warning by Ben Skeggs · 13 years ago
  17. 9766610 drm/nouveau: Fix a crash at card takedown for NV40 and older cards by Jimmy Rentz · 13 years ago
  18. 2abdb05 drm/nouveau: Free nv04 instmem ramin heap at card takedown by Jimmy Rentz · 13 years ago
  19. 215f902 drm/nva3: somewhat improve clock reporting by Ben Skeggs · 13 years ago
  20. ce52184 drm/nouveau: pull refclk from vbios on limits 0x40 boards by Ben Skeggs · 13 years ago
  21. 3acf67f drm/nv40/gr: oops, fix random bits getting set in engine obj by Ben Skeggs · 13 years ago
  22. 619d4f7 drm/nv50: improve nv50_pm_get_clock() by Emil Velikov · 13 years ago
  23. 1f96279 drm/nouveau/pm: fix compilation failure when CONFIG_POWER_SUPPLY is not set by Martin Peres · 13 years ago
  24. 1233bd8 drm/nvc0/fifo: stick user area into a gpuobj rather than a bo by Ben Skeggs · 13 years ago
  25. 1d97f4a drm/nvc0/gr: no need to store context in graph_fini() by Ben Skeggs · 13 years ago
  26. 0638df4 drm/nvc0/fifo: restore context table on resume by Ben Skeggs · 13 years ago
  27. 7a5c23d drm/nvc0/fifo: kick channels off during suspend by Ben Skeggs · 13 years ago
  28. fe79911 drm/nvc0/gr: better handling of fuc firmware by Ben Skeggs · 13 years ago
  29. 9548258 drm/nv50: support PMPEG on original nv50 by Ben Skeggs · 13 years ago
  30. 9318745 drm/nv50: rename nv84_mpeg to nv50_mpeg by Ben Skeggs · 13 years ago
  31. c092432 drm/nv84: add support for PMPEG by Ben Skeggs · 13 years ago
  32. a02ccc7 drm/nv40/vpe: add support for PMPEG by Ben Skeggs · 13 years ago
  33. d5a2737 drm/nvc0: implement support for copy engines by Ben Skeggs · 13 years ago
  34. 7ff5441 drm/nva3: implement support for copy engine by Ben Skeggs · 13 years ago
  35. a82dd49 drm/nouveau: remove remnants of nouveau_pgraph_engine by Ben Skeggs · 13 years ago
  36. 92abe74 drm/nouveau: fix suspend failure path to reinitialise all engines by Ben Skeggs · 13 years ago
  37. 39a654d drm/nouveau: remove remnants of nouveau_pgraph_engine from nouveau_channel by Ben Skeggs · 13 years ago
  38. 96c5008 drm/nouveau: move set_tile_region to nouveau_exec_engine by Ben Skeggs · 13 years ago
  39. 4976986 drm/nv04/gr: move to exec engine interfaces by Ben Skeggs · 13 years ago
  40. d11db27 drm/nv10/gr: move to exec engine interfaces by Ben Skeggs · 13 years ago
  41. a0b1de8 drm/nv20-nv30/gr: move to exec engine interface by Ben Skeggs · 13 years ago
  42. 39c8d36 drm/nv40/gr: move to exec engine interfaces by Ben Skeggs · 13 years ago
  43. 7a45cd1 drm/nvc0/gr: move to exec engine interfaces by Ben Skeggs · 13 years ago
  44. 2703c21 drm/nv50/gr: move to exec engine interfaces by Ben Skeggs · 13 years ago
  45. 6dfdd7a drm/nouveau: working towards a common way to represent engines by Ben Skeggs · 13 years ago
  46. 2d7b919 drm/nouveau: remove some unused members from dev_priv by Ben Skeggs · 13 years ago
  47. 4ea52f8 drm/nouveau: move engine object creation into per-engine hooks by Ben Skeggs · 13 years ago
  48. 475feff drm/nouveau: use static vidshift of 2 on volt 0x30 tables by Ben Skeggs · 13 years ago
  49. 50066f8 drm/nouveau: improve memtiming table parsing by Roy Spliet · 13 years ago
  50. 7795bee drm/nvc0: decode gpc/hubclient on vm fault by Ben Skeggs · 13 years ago
  51. e296663 drm/nvc0: more vm fault reasons by Ben Skeggs · 13 years ago
  52. 7a31347 drm/nvc0: more vm fault engines by Ben Skeggs · 13 years ago
  53. 0b89a07 drm/nouveau: Fix missing whitespace checkpatch.pl errors. by Emil Velikov · 13 years ago
  54. f9ec8f6 drm/nouveau: Fix brace placement checkpatch.pl errors. by Emil Velikov · 13 years ago
  55. f212949 drm/nouveau: Clean up trailing whitespace and C99-style comments. by Emil Velikov · 13 years ago
  56. 71298e2 drm/nouveau: Fix indentation-related checkpatch.pl error messages. by Emil Velikov · 13 years ago
  57. 01e542c drm/nouveau: name the boot perflvl "boot" by Martin Peres · 13 years ago
  58. 69f7876 Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-core-next by Dave Airlie · 13 years ago
  59. 645c62a drm/i915: split PCH clock gating init by Jesse Barnes · 13 years ago
  60. 28963a3 drm/i915: add Ivybridge clock gating init function by Jesse Barnes · 13 years ago
  61. 4593010 drm/i915: Update the location of the ringbuffers' HWS_PGA registers for IVB. by Eric Anholt · 13 years ago
  62. 25aebfc3 drm/i915: Add support for fence registers on Ivybridge. by Eric Anholt · 13 years ago
  63. 10ed13e drm/i915: Use existing function instead of open-coding fence reg clear. by Eric Anholt · 13 years ago
  64. 6067aae drm/i915: split clock gating init into per-chipset functions by Jesse Barnes · 13 years ago
  65. 90711d5 drm/i915: set IBX pch type explicitly by Jesse Barnes · 13 years ago
  66. c76b615 drm/i915: add Ivy Bridge PCI IDs and driver feature structs by Jesse Barnes · 13 years ago
  67. c792513 drm/i915: add PantherPoint PCH ID by Jesse Barnes · 13 years ago
  68. 246d08b agp/intel: add Ivy Bridge support by Jesse Barnes · 14 years ago
  69. 65d3eb1 drm/i915: ring support for Ivy Bridge by Jesse Barnes · 13 years ago
  70. 51d5612 drm/i915: page flip support for Ivy Bridge by Jesse Barnes · 13 years ago
  71. b1f14ad drm/i915: interrupt & vblank support for Ivy Bridge by Jesse Barnes · 13 years ago
  72. fe100d4 drm/i915: treat Ivy Bridge watermarks like Sandy Bridge by Jesse Barnes · 13 years ago
  73. 357555c drm/i915: manual FDI training for Ivy Bridge by Jesse Barnes · 13 years ago
  74. 3780894 drm/i915: add swizzle/tiling support for Ivy Bridge by Jesse Barnes · 13 years ago
  75. eceae48 drm/i915: Ivy Bridge has split display and pipe control by Jesse Barnes · 13 years ago
  76. 4b65177 drm/i915: add IS_IVYBRIDGE macro for checks by Jesse Barnes · 13 years ago
  77. 8543669 drm/i915: add IS_GEN7 macro to cover Ivy Bridge and later by Jesse Barnes · 13 years ago
  78. f796cf8 drm/i915: split enable/disable vblank code into chipset specific functions by Jesse Barnes · 13 years ago
  79. 4697995 drm/i915: split irq handling into per-chipset functions by Jesse Barnes · 13 years ago
  80. 674cf96 drm/i915: make FDI training a display function by Jesse Barnes · 13 years ago
  81. 8eb5729 drm/i915: forcewake debugfs fix by Ben Widawsky · 13 years ago
  82. 704df8d MAINTAINERS: Switch maintainer for drm/i915 to Keith Packard by Keith Packard · 13 years ago
  83. 6d794d4 drm/i915: debugfs interface for forcewake reference count by Ben Widawsky · 13 years ago
  84. 4912d04 drm/i915: move gen6 rps handling to workqueue by Ben Widawsky · 13 years ago
  85. d1ebd816 drm/i915: forcewake struct mutex locking fixes by Ben Widawsky · 13 years ago
  86. fcca792 drm/i915: reference counted forcewake by Ben Widawsky · 13 years ago
  87. b7287d8 drm/i915: proper use of forcewake by Ben Widawsky · 13 years ago
  88. 2c7111d drm/i915: Disable all outputs early, before KMS takeover by Chris Wilson · 13 years ago
  89. 9c23f7f drm/i915: Do not clflush snooped objects by Chris Wilson · 13 years ago
  90. 93dfb40 drm/i915: Rename agp_type to cache_level by Chris Wilson · 13 years ago
  91. e76d363 drm/i915: debugfs for context information by Ben Widawsky · 13 years ago
  92. 7df8721 drm/i915: use i915_enable_rc6 on SNB too by Jesse Barnes · 13 years ago
  93. 4a246cf drm/i915: fix rc6 initialization on Ironlake by Ben Widawsky · 13 years ago
  94. 96f298a drm/1915: ringbuffer wait for idle function by Ben Widawsky · 13 years ago
  95. 2c34b85 drm/i915: fix ilk rc6 teardown locking by Ben Widawsky · 13 years ago
  96. 273e27c drm/i915: Fold the DPLL limit defines into the structs that use them. by Eric Anholt · 13 years ago
  97. fae1498 drm/i915: Clean up leftover DPLL and LVDS register choice from pch split. by Eric Anholt · 13 years ago
  98. a07d678 drm/i915: Drop remaining pre-Ironlake code from ironlake_crtc_mode_set(). by Eric Anholt · 13 years ago
  99. 8febb29 drm/i915: Drop non-HAS_PCH_SPLIT() code from ironlake_crtc_mode_set(). by Eric Anholt · 13 years ago
  100. db244b6 drm/i915: Drop the remaining bit of Ironlake code from i9xx_crtc_mode_set(). by Eric Anholt · 13 years ago