1. 24f246a drm/nouveau: rework vram init/fini ordering a little by Ben Skeggs · 13 years ago
  2. 15ba79a drm/nouveau: shut lockdep up if last vm ref needs to destroy pgd by Ben Skeggs · 13 years ago
  3. 06b75e3 drm/nouveau: fix display takedown order to match reverse init order by Ben Skeggs · 13 years ago
  4. 5de8037 drm/nvc0: enable per-client address spaces by Ben Skeggs · 13 years ago
  5. ad9ac43 drm/nouveau: add some debug output if nouveau_mm busy at destroy time by Ben Skeggs · 13 years ago
  6. e41f26e drm/nv50: enable use of per-client gpu address space by Ben Skeggs · 13 years ago
  7. 2fd3db6 drm/nouveau: remove implicit mapping of every bo into chan_vm by Ben Skeggs · 13 years ago
  8. 7375c95 drm/nouveau: remove 'chan' argument from nouveau_bo_new by Ben Skeggs · 13 years ago
  9. e758a31 drm/nouveau: fixup gem_info ioctl to return client-specific bo virtual by Ben Skeggs · 13 years ago
  10. 3d483d5 drm/nvc0: explicitly map PDISP semaphore buffer into each channel's vm by Ben Skeggs · 13 years ago
  11. 9f9f51f drm/nv50-nvc0: lookup pushbuf virtual address on dma_push by Ben Skeggs · 13 years ago
  12. d02836b drm/nv84-nvc0: explicitly map semaphore buffer into channel vm by Ben Skeggs · 13 years ago
  13. ce163f6 drm/nv50-nvc0: explicitly map pushbuf bo into channel vm by Ben Skeggs · 13 years ago
  14. 0b71873 drm/nv50-nvc0: explicitly map notifier bo into channel vm by Ben Skeggs · 13 years ago
  15. 45143cb drm/nv50-nvc0: explicitly map fbcon fb into channel vm by Ben Skeggs · 13 years ago
  16. fd2871a drm/nouveau: initial changes to support multiple VMAs per buffer object by Ben Skeggs · 13 years ago
  17. a3fcd0a drm/nv50-nvc0: completely disable relocs by Ben Skeggs · 13 years ago
  18. 180cc30 drm/nouveau: convert bo.mem.start usage to bo.offset by Ben Skeggs · 13 years ago
  19. 07533ea drm/nouveau: convert some bo.offset use to vma.offset by Ben Skeggs · 13 years ago
  20. d2f96666 drm/nouveau: create temp vmas for both src and dst of bo moves by Ben Skeggs · 13 years ago
  21. f91bac5 drm/nouveau: store bo's page size in nouveau_bo by Ben Skeggs · 13 years ago
  22. 111af5c drm/nouveau: skip move_notify() if bo does not have a vma attached by Ben Skeggs · 13 years ago
  23. 6e32fed drm/nouveau: will need to specify channel for vm-ful gpuobj allocations by Ben Skeggs · 13 years ago
  24. dd6a46c drm/nouveau: initialise any vm for a channel before pushbuf/ntfy by Ben Skeggs · 13 years ago
  25. b7cb6c0 drm/nouveau: modify gpuobj/ntfy takedown ordering by Ben Skeggs · 13 years ago
  26. 639212d drm/nouveau/gem: implement stub hooks for GEM object open/close by Ben Skeggs · 13 years ago
  27. f6d4e62 drm/nouveau: remove 'chan' argument from nouveau_gem_new by Ben Skeggs · 13 years ago
  28. 0320d79 drm/nv50-nvc0/chan: inherit vm from fpriv, rather than chan_vm directly by Ben Skeggs · 13 years ago
  29. fe32b16 drm/nv50-nvc0/vm: take client reference on shared channel vm by Ben Skeggs · 13 years ago
  30. b79181c drm/nv50-nvc0/vm: don't touch chan_vm by Ben Skeggs · 13 years ago
  31. d359d51 drm/nouveau: no need to update bo.offset from vma after validate by Ben Skeggs · 13 years ago
  32. e8a863c drm/nouveau: store a per-client channel list by Ben Skeggs · 13 years ago
  33. f8656f0 drm/nouveau: use NULL file_priv for DRM-created channels by Ben Skeggs · 13 years ago
  34. 3f0a68d drm/nouveau: allocate structure to store per-client data by Ben Skeggs · 13 years ago
  35. 1562ffd drm/nouveau: silence error for missing dac loadval table by Ben Skeggs · 13 years ago
  36. e540afc drm/nv50: DCB table quirks for another busted XFX board by Ben Skeggs · 13 years ago
  37. ad830d2 drm/nouveau: log if accel is disabled by default on a chipset by Ben Skeggs · 13 years ago
  38. 752ab0a drm/nvc0/gr: fill in some more data for 0xc1/0xc8/0xce by Ben Skeggs · 13 years ago
  39. 2b6f1c5 drm/nvc0/gr: fix typo in class9197 init by Ben Skeggs · 13 years ago
  40. 066d65d drm/nvc0/gr: calculate magicgpc918 ourselves by Ben Skeggs · 13 years ago
  41. a219997 drm/nvc0/gr: add some missing magics for 0xc1/0xc8/0xce by Ben Skeggs · 13 years ago
  42. 0411de8 drm/nvc0/gr: import and use our own fuc by default by Ben Skeggs · 13 years ago
  43. f8522fc drm/nvc0: fix suspend/resume of PGRAPH/PCOPYn by Ben Skeggs · 13 years ago
  44. aba99a8 drm/nouveau: default to noaccel on 0xc1/0xc8/0xce for now by Ben Skeggs · 13 years ago
  45. d4409cc drm/nvc1/gr: switch on acceleration support by Ben Skeggs · 13 years ago
  46. b53a2d0 drm/nvc0/gr: enable 0xc8/0xce support, no idea if it works or not.. by Ben Skeggs · 13 years ago
  47. e1b89b1 drm/nvc0/gr: some initial state modifications by Ben Skeggs · 13 years ago
  48. 6f37646 drm/nvc0/gr: 0x9197/0x9297 state init by Ben Skeggs · 13 years ago
  49. 847adea drm/nvc0/gr: macro to determine fermi class, will use it in a few places by Ben Skeggs · 13 years ago
  50. 068da16 drm/nvc0/fifo: fix typos in unload_context by Ben Skeggs · 13 years ago
  51. 310ff41 drm/nvc0/fb: allocate page for some unknown PFFB object by Ben Skeggs · 13 years ago
  52. 74cfad1 drm/nvc0: Read temperature on Fermi like we do on nv84+ by Martin Peres · 13 years ago
  53. 033b565 drm/radeon/kms: add initial CS checker support for compute by Alex Deucher · 13 years ago
  54. 0d74f86 ttm: Fix spelling mistakes and remove unused #ifdef by Konrad Rzeszutek Wilk · 13 years ago
  55. 2063344 drm/radeon/kms: set dma_copy to NULL for r6xx+ by Alex Deucher · 13 years ago
  56. 304eda3 drm/gem: add hooks to notify driver when object handle is created/destroyed by Ben Skeggs · 13 years ago
  57. a377e18 drm/radeon/kms/r6xx+: voltage fixes by Alex Deucher · 13 years ago
  58. 4ee1c57f drm/nouveau: drop leftover debugging by Dave Airlie · 13 years ago
  59. ca295e5 Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 13 years ago
  60. 682f1a5 drm/radeon: avoid warnings from r600/eg irq handlers on powered off card. by Dave Airlie · 13 years ago
  61. 74d074e drm/radeon/kms: add missing param for dce3.2 DP transmitter setup by Alex Deucher · 13 years ago
  62. 8323fa6 drm/radeon/kms/atom: fix duallink on some early DCE3.2 cards by Alex Deucher · 13 years ago
  63. b16a5a1 drm/nouveau: fix assumption that semaphore dmaobj is valid in x-chan sync by Ben Skeggs · 13 years ago
  64. f66b3d5 drm/nv50/disp: fix gamma with page flipping overlay turned on by Ben Skeggs · 13 years ago
  65. 2905544 drm/nouveau/pm: Prevent overflow in nouveau_perf_init() by Emil Velikov · 13 years ago
  66. 0897554 drm/nouveau: fix big-endian switch by Ben Skeggs · 13 years ago
  67. 498e720 drm/i915: Fix gen6 (SNB) missed BLT ring interrupts. by Daniel J Blueman · 13 years ago
  68. b81157d drm/radeon/kms: use helper functions for fence read/write by Alex Deucher · 13 years ago
  69. 11b0a5b drm/radeon/kms: set DP link config properly for DP bridges by Alex Deucher · 13 years ago
  70. cc9f67a drm/radeon/kms/atom: AdjustPixelClock fixes for DP bridges by Alex Deucher · 13 years ago
  71. f89931f drm/radeon/kms: fix handling of DP to LVDS bridges by Alex Deucher · 13 years ago
  72. d6c6695 drm/radeon/kms: issue blank/unblank commands for ext encoders by Alex Deucher · 13 years ago
  73. 591a10e drm/radeon/kms: fix support for DDC on dp bridges by Alex Deucher · 13 years ago
  74. d629a3c drm/radeon/kms: add support for load detection on dp bridges by Alex Deucher · 13 years ago
  75. 7ec478f drm/radeon/kms: add missing external encoder action by Alex Deucher · 13 years ago
  76. fbb8777 drm/radeon/kms: rework atombios_get_encoder_mode() by Alex Deucher · 13 years ago
  77. ba7e05e drm/radeon/kms: fix num crtcs for Cedar and Caicos by Alex Deucher · 13 years ago
  78. 826c7e4 Revert "drm/i915: Enable GMBUS for post-gen2 chipsets" by Jean Delvare · 13 years ago
  79. cafe8d8 drivers/gpu/drm: use printk_ratelimited instead of printk_ratelimit by Christian Dietrich · 13 years ago
  80. 4a9a8b7 drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs. by Dave Airlie · 13 years ago
  81. f49dadb drm: make debug levels match in edid failure code. by Dave Airlie · 13 years ago
  82. e6ba759 drm/radeon/kms: clear wb memory by default by Alex Deucher · 13 years ago
  83. 7c88d2b drm/radeon/kms: be more pedantic about the g5 quirk (v2) by Alex Deucher · 13 years ago
  84. 1c88d74 drm/radeon/kms: signed fix for evergreen thermal by Alex Deucher · 13 years ago
  85. 45e97ab drm: populate irq_by_busid-member for pci by Wolfram Sang · 13 years ago
  86. 66aa696 drm: Compare only lower 32 bits of framebuffer map offsets by Tormod Volden · 13 years ago
  87. b65552f drm/i915: Don't leak in i915_gem_shmem_pread_slow() by Jesper Juhl · 13 years ago
  88. a27bb4b drm/radeon/kms: do bounds checking for 3D_LOAD_VBPNTR and bump array limit by Marek Olšák · 13 years ago
  89. ab21e60 drm/radeon/kms: fix mac g5 quirk by Alex Deucher · 13 years ago
  90. 83533c1 alpha, drm: Remove obsolete Alpha support in MGA DRM code by Jay Estabrook · 13 years ago
  91. 82ba3fe alpha/drm: Cleanup Alpha support in DRM generic code by Jay Estabrook · 13 years ago
  92. 96bf8bd savage: remove unnecessary if statement by Greg Dietsche · 13 years ago
  93. 303c805 drm/radeon: fix GUI idle IH debug statements by Ilija Hadzic · 13 years ago
  94. b20f9be drm/radeon/kms: check modes against max pixel clock by Alex Deucher · 13 years ago
  95. 618c75e drm: fix fbs in DRM_IOCTL_MODE_GETRESOURCES ioctl by Sascha Hauer · 13 years ago
  96. 805c221 drm/radeon/kms: disable hdmi audio by default by Alex Deucher · 13 years ago
  97. 62fff81 drm/radeon/kms: fix for radeon on systems >4GB without hardware iommu by Daniel Haid · 13 years ago
  98. 428c6e3 drm/radeon/kms: set family for use in parser. by Dave Airlie · 13 years ago
  99. ef23980 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  100. 12871a0 Merge branch 'drm-radeon-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago