1. 967ad7f Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 11 years ago
  2. ffbab09b drm: Remove pci_vendor and pci_device from struct drm_device by Ville Syrjälä · 11 years ago
  3. 16eb5f4 drm: kill ->gem_init_object() and friends by David Herrmann · 11 years ago
  4. 55fb74a drm/nouveau: embed gem object in nouveau_bo by David Herrmann · 11 years ago
  5. 99b314a drm: Remove clock_index from struct drm_display_mode by Damien Lespiau · 11 years ago
  6. 4f7d1bc Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 11 years ago
  7. 7a59cc3 drm/nouveau/ttm: prevent double-free in nouveau_sgdma_create_ttm() failure path by Ben Skeggs · 11 years ago
  8. 6b19e47 drm/nouveau/bios/init: fix thinko in INIT_CONFIGURE_MEM by Ben Skeggs · 11 years ago
  9. fc16208 drm/nouveau/kms: enable for non-vga pci classes by Ben Skeggs · 11 years ago
  10. 5495e39 drm/nouveau/bios/init: stub opcode 0xaa by Ben Skeggs · 11 years ago
  11. 0117277 drm/nouveau: fix oops on runtime suspend/resume by Dave Airlie · 11 years ago
  12. c859074 drm/nouveau: fix command submission to use vmalloc for big allocations by Maarten Lankhorst · 11 years ago
  13. c072470 drm/nouveau/bios/therm: handle vbioses with duplicate entries (mostly nva5) by Martin Peres · 11 years ago
  14. a27e569 drm/nouveau: use MSI interrupts by Lucas Stach · 11 years ago
  15. 4b31ebc drm/nv50-/kms: assume analog display connected if load on any pin by Ben Skeggs · 11 years ago
  16. 5087f51 drm/nv50/disp: prevent false output detection on the original nv50 by Emil Velikov · 11 years ago
  17. c865534 drm/nouveau/i2c: pass the function pointers in at creation time by Ilia Mirkin · 11 years ago
  18. c4a62a7 drm/nouveau/therm: survive to suspend/resume cycles by Martin Peres · 11 years ago
  19. b925a75 drm/nouveau/timer: add a way to cancel alarms by Martin Peres · 11 years ago
  20. 7fabd25 drm/nouveau/timer: restore the time on resume by Martin Peres · 11 years ago
  21. 4cc00ad drm/nouveau/fan: restore pwm value on resume when in manual/auto mode by Martin Peres · 11 years ago
  22. ffb8ea8 drm/nouveau/therm: Set the correct pwm_mode upon resume by Emil Velikov · 11 years ago
  23. bd9c5a2 drm/nouveau: require contiguous bo for framebuffer by Maarten Lankhorst · 11 years ago
  24. b969fa5 drm/nv50-/disp: use the number of dac, sor, pior rather than hardcoded values by Emil Velikov · 11 years ago
  25. c98b819 drm/nouveau: remove duplicate copy of nv44_graph_class by Ilia Mirkin · 11 years ago
  26. ef7d64e drm/nouveau/vdec: implement support for VP3 engines by Ilia Mirkin · 11 years ago
  27. 57be046 drm/nouveau/core: get rid of math.h, replace log2i with order_base_2 by Ilia Mirkin · 11 years ago
  28. 7d76125 drm/nouveau: Support render nodes by Martin Peres · 11 years ago
  29. 2254f63 drm/nouveau: fix up 32-bit ioctls and device wake up. by Dave Airlie · 11 years ago
  30. 9c725e5 Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 11 years ago
  31. ed8d197 drm: Pass page flip ioctl flags to driver by Keith Packard · 11 years ago
  32. 5addcf0 nouveau: add runtime PM support (v0.9) by Dave Airlie · 12 years ago
  33. 0d69704 gpu/vga_switcheroo: add driver control power feature. (v3) by Dave Airlie · 12 years ago
  34. acb4652 drm: verify vma access in TTM+GEM drivers by David Herrmann · 11 years ago
  35. 78ae0ad drm/nv04/disp: fix framebuffer pin refcounting by Ben Skeggs · 11 years ago
  36. 6ff8c76 drm/nouveau/mc: fix race condition between constructor and request_irq() by Ben Skeggs · 11 years ago
  37. 0ff42c5 drm/nouveau: fix reclocking on nv40 by Pali Rohár · 11 years ago
  38. 18902bb drm/nouveau/ltcg: fix allocating memory as free by Maarten Lankhorst · 11 years ago
  39. 52f9a4d drm/nouveau/ltcg: fix ltcg memory initialization after suspend by Maarten Lankhorst · 11 years ago
  40. 6284bf4 drm/nouveau/fb: fix null derefs in nv49 and nv4e init by Ilia Mirkin · 11 years ago
  41. b0e898a drm: remove FASYNC support by Daniel Vetter · 11 years ago
  42. 32c913e Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  43. 08fcd72 drm: don't push static constants on stack for %*ph by Andy Shevchenko · 11 years ago
  44. baa7094 drm: const'ify ioctls table (v2) by Rob Clark · 11 years ago
  45. 43387b3 drm/gem: create drm_gem_dumb_destroy by Daniel Vetter · 11 years ago
  46. 7a7da59 drm/nouveau: fix semaphore dmabuf obj by Maarten Lankhorst · 11 years ago
  47. e0bacd2 drm/nouveau/vm: make vm refcount into a kref by Ben Skeggs · 11 years ago
  48. dc409df drm/nv31/mpeg: don't recognize nv3x cards as having nv44 graph class by Ilia Mirkin · 11 years ago
  49. 3d8b2b4 drm/nv40/mpeg: write magic value to channel object to make it work by Ilia Mirkin · 11 years ago
  50. 35095f7 drm/nouveau: fix size check for cards without vm by Maarten Lankhorst · 11 years ago
  51. 9a7046d drm/nv50-/disp: remove dcb_outp_match call, and related variables by Emil Velikov · 11 years ago
  52. 02d6929 drm/nva3-/disp: fix hda eld writing, needs to be padded by Ilia Mirkin · 11 years ago
  53. 18f35fa drm/nv31/mpeg: fix mpeg engine initialization by Ilia Mirkin · 11 years ago
  54. 9218376 drm/nv50/mc: include vp in the fb error reporting mask by Ilia Mirkin · 11 years ago
  55. 8a25835 drm/nouveau: fix null pointer dereference in poll_changed by Maarten Lankhorst · 11 years ago
  56. 8ff8605 drm/nv50/gpio: post-nv92 cards have 32 interrupt lines by Emil Velikov · 11 years ago
  57. dedaa8f drm/nvc0/fb: take lock in nvc0_ram_put() by Roy Spliet · 11 years ago
  58. bfcd92a drm/nouveau/core: xtensa firmware size needs to be 0x40000 no matter what by Ilia Mirkin · 11 years ago
  59. 72525b3 drm/ttm: convert to unified vma offset manager by David Herrmann · 11 years ago
  60. 4cb4ea3 drm/nouveau: drop DRIVER_PCI_DMA and DRIVER_SG by Daniel Vetter · 11 years ago
  61. 0108bc8 drm/nouveau: do not allow negative sizes for now by Maarten Lankhorst · 11 years ago
  62. 9b234db drm/nouveau: add falcon interrupt handler by Maarten Lankhorst · 11 years ago
  63. 00fc6f6 drm/nouveau: use dedicated channel for async moves on GT/GF chipsets. by Ben Skeggs · 11 years ago
  64. 06b237e drm/nouveau: bump fence timeout to 15 seconds by Maarten Lankhorst · 11 years ago
  65. 4f38559 drm/nouveau: do not unpin in nouveau_gem_object_del by Maarten Lankhorst · 11 years ago
  66. 8dda53f drm/nv50/kms: fix pin refcnt leaks by Ben Skeggs · 11 years ago
  67. fdfb833 drm/nouveau: fix some error-path leaks in fbcon handling code by Maarten Lankhorst · 11 years ago
  68. 060810d drm/nouveau: fix locking issues in page flipping paths by Ben Skeggs · 11 years ago
  69. fd0932d Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 11 years ago
  70. 06d5a24 Merge remote-tracking branch 'airlied/drm-next' into drm-nouveau-next by Ben Skeggs · 11 years ago
  71. d2989b5 drm/nvc0/gr: fix gpc firmware regression by Maarten Lankhorst · 11 years ago
  72. 1bb3f6a drm/nouveau: fix minor thinko causing bo moves to not be async on kepler by Ben Skeggs · 11 years ago
  73. 30f83b3 Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 11 years ago
  74. bf03d1b drm/nva3/disp: Fix HDMI audio regression by Ilia Mirkin · 11 years ago
  75. 378f2bc drm/nv50-/disp: Use output specific mask in interrupt by Emil Velikov · 11 years ago
  76. d005f51 drm/nouveau: use vmalloc for pgt allocation by Marcin Slusarz · 11 years ago
  77. 5c5ae71 drm/nvc0-/gr: remove some more of the hardcoded register writes by Ben Skeggs · 11 years ago
  78. d196e16e drm/nvc0-/gr: factor out yet more unknown magic into versioned functions by Ben Skeggs · 11 years ago
  79. 0bfd6f7 drm/nvd7/devinit: use fermi class, not tesla by Ben Skeggs · 11 years ago
  80. 60a4acd drm/nvf0-/gr: ctxsw scratch reg count got bumped to 16 by Ben Skeggs · 11 years ago
  81. f8adeb8 drm/nvc0-/gr: remove hardcoding of UNK count/mask in GPCCS ucode by Ben Skeggs · 11 years ago
  82. 8f6fe26 drm/nvf0/gr: build cs ucode for GK110 by Ben Skeggs · 11 years ago
  83. 960b438 drm/nvc0-/gr: extend one of the magic calculations for >4 GPCs by Ben Skeggs · 11 years ago
  84. 0085a60 drm/nvf0/gr: fix ddx shaders locking up on me by Ben Skeggs · 11 years ago
  85. 18ac424 drm/nvc0/devinit: minor typo by Ben Skeggs · 11 years ago
  86. 9d1c4c5 drm/nvf0/gr: enable support, if external cs ucode is available by Ben Skeggs · 11 years ago
  87. b054aad drm/nvf0/gr: magic sequence that makes PGRAPH come out of hiding by Ben Skeggs · 11 years ago
  88. 9ec2dbb drm/nvf0/ce: enable support by Ben Skeggs · 11 years ago
  89. 56fbd2b drm/nvf0/fifo: enable support by Ben Skeggs · 11 years ago
  90. 26410c6 drm/nvd7/gr: initial support by Maarten Lankhorst · 11 years ago
  91. a32b2ff drm/nvc0-/gr: generate cs register lists from grctx data by Ben Skeggs · 11 years ago
  92. 70f824a drm/nvc0-/gr: tpc regs a subset of gpc, add separate list for gpc/unk regs by Ben Skeggs · 11 years ago
  93. 5ee86c41 drm/nve0-/gr: some new gpc registers can have multiple copies by Ben Skeggs · 11 years ago
  94. c03ff9e drm/nvc0-/gr: pull out a group of separately context-switched gpc regs by Ben Skeggs · 11 years ago
  95. 30f4e08 drm/nvc0-/gr: make register lists from initvals functions by Ben Skeggs · 11 years ago
  96. f7d452f Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 11 years ago
  97. 791dc143 drm/nvd0-/disp: handle case where display engine is missing/disabled by Maarten Lankhorst · 11 years ago
  98. e99716f drm/gr/nvc0-: merge nvc0/nve0 ucode, and use cpp instead of m4 by Ben Skeggs · 11 years ago
  99. 05f9a5b drm/nouveau/bsp/nv84: initial vp2 engine implementation by Ilia Mirkin · 11 years ago
  100. a0376b1 drm/nouveau/vp/nv84: initial vp2 engine implementation by Ilia Mirkin · 11 years ago