1. 5b8a43a drm/nouveau: quiet some static-related sparse noise by Marcin Slusarz · 12 years ago
  2. e662625 drm/nouveau: constify instances of nouveau_bitfield and nouveau_enum structs by Marcin Slusarz · 12 years ago
  3. c97f8c9 drm/nouveau/fifo: use defines instead of hardcoded class ids by Ben Skeggs · 12 years ago
  4. 1971f04 drm/nouveau/dmaobj: reject unsupported parent types instead of half-succeeding by Ben Skeggs · 12 years ago
  5. 9456f7d drm/nouveau: add defines for internal class names by Ben Skeggs · 12 years ago
  6. 368be5f drm/nv50/fifo: add support for dma channel class by Ben Skeggs · 12 years ago
  7. ab28589 drm/nv84/fifo: add support for dma channel class by Ben Skeggs · 12 years ago
  8. a7c6e75 drm/nouveau/fifo: version the dma channel class struct by Ben Skeggs · 12 years ago
  9. 503b0f1 drm/nouveau/fifo: separate object classes for dma channels by Ben Skeggs · 12 years ago
  10. 72a1482 drm/nouveau: restore fifo chid information in engine error messages by Ben Skeggs · 12 years ago
  11. 4c2d422 drm/nouveau/core: have fifo store a unique context identifier at attach time by Ben Skeggs · 12 years ago
  12. 0c5b8ce drm/nouveau/fifo: add method to lookup fifo chid related to a given object by Ben Skeggs · 12 years ago
  13. 3acec63a drm/nouveau/core: protect engine context list with hardirq-safe spinlock by Ben Skeggs · 12 years ago
  14. 6fa8e62 drm/nv84/fifo: mask only the engine we're waiting on for channel unload by Ben Skeggs · 12 years ago
  15. 4998104 drm/nve0: use async copy engine for ttm buffer moves if available by Ben Skeggs · 12 years ago
  16. 4f32656 drm/nve0/copy: add initial support for the async copy engines by Ben Skeggs · 12 years ago
  17. dbff2de drm/nve0/fifo: support engine selection when creating fifo channels by Ben Skeggs · 12 years ago
  18. 43b1e9c drm/nouveau/device: return proper error codes if ioremap fails by Ben Skeggs · 12 years ago
  19. c4837d2 drm/nouveau/core: remove some left-over pieces from the porting process by Ben Skeggs · 12 years ago
  20. b10f20d drm/nvc0-/gr: remove reset-after-grctx-construction hack by Ben Skeggs · 12 years ago
  21. 5999933 drm/nouveau: add Kconfig options for debug control by Ben Skeggs · 12 years ago
  22. 77145f1 drm/nouveau: port remainder of drm code, and rip out compat layer by Ben Skeggs · 12 years ago
  23. 2094dd8 drm/nouveau/device: include the official chipset names by Ben Skeggs · 12 years ago
  24. 51a3d34 drm/nouveau/backlight: remove dependence on nouveau_drv.h by Ben Skeggs · 12 years ago
  25. 84058eb drm/nouveau: flatten nv{Read,Write}{MC,VIDEO,FB,EXTDEV} by Ben Skeggs · 12 years ago
  26. fce875d drm/nouveau: move compat ioctl out of nouveau_drv.h by Ben Skeggs · 12 years ago
  27. c007706 drm/nouveau/acpi: move definitions out of nouveau_drv.h by Ben Skeggs · 12 years ago
  28. d38ac52 drm/nouveau/mxm: split up into bios code and a subdev module by Ben Skeggs · 12 years ago
  29. 08c7709 drm/nouveau: start culling unused code by Ben Skeggs · 12 years ago
  30. ebb945a drm/nouveau: port all engines to new engine module format by Ben Skeggs · 12 years ago
  31. ac1499d drm/nvc0-/gr: generate grctx template at init time, not first context ctor by Ben Skeggs · 12 years ago
  32. c4afbe7 drm/nvc0-/gr: share headers between fermi and kepler graphics code by Ben Skeggs · 12 years ago
  33. f589be8 drm/nouveau/pageflip: kick flip handling out of engsw and into fence by Ben Skeggs · 12 years ago
  34. bc9e7b9 drm/nouveau: move some more code around to more appropriate places by Ben Skeggs · 12 years ago
  35. a73c5c5 drm/nvc0-nve0/graph: rename dev to priv, no code changes by Ben Skeggs · 12 years ago
  36. e193b1d drm/nouveau/fence: un-port from nouveau_exec_engine interfaces by Ben Skeggs · 12 years ago
  37. 66f2472 drm/nouveau: pull nouveau_gem definitions into their own header by Ben Skeggs · 12 years ago
  38. 8be21a6 drm/nouveau: pull nouveau_bo definitions into their own header by Ben Skeggs · 12 years ago
  39. 017e6e2 drm/nv04/disp: kick all private state out to own header by Ben Skeggs · 12 years ago
  40. 3863c9b drm/nouveau/instmem: completely new implementation, as a subdev module by Ben Skeggs · 12 years ago
  41. 8a9b889 drm/nouveau: remove last use of nouveau_gpuobj_new_fake() by Ben Skeggs · 12 years ago
  42. 092599da drm/nv50/instmem: remove use of nouveau_gpuobj_new_fake() by Ben Skeggs · 12 years ago
  43. 73a60c0 drm/nouveau/gpuobj: remove flags for vm-mappings by Ben Skeggs · 12 years ago
  44. 18c9b95 drm/nouveau/gpuobj: create wrapper functions for mapping gpuobj into vm/bar by Ben Skeggs · 12 years ago
  45. 9da226f drm/nvc0/fifo: handle bar1 control regs much like fifo/nve0 by Ben Skeggs · 12 years ago
  46. 70ee6f1 drm/nv04-nv40/fifo: remove use of nouveau_gpuobj_new_fake() by Ben Skeggs · 12 years ago
  47. 5787640 drm/nv04-nv40/instmem: remove use of nouveau_gpuobj_new_fake() by Ben Skeggs · 12 years ago
  48. af7afbd drm/nv04-nv40/instmem: duplicate nv04 code as nv40, remove alternate paths by Ben Skeggs · 12 years ago
  49. 861d210 drm/nouveau/fb: merge fb/vram and port to subdev interfaces by Ben Skeggs · 12 years ago
  50. 0134a97 drm/nv50-/instmem: allocate vram for kernel objects from end of vram by Ben Skeggs · 12 years ago
  51. 496734b drm/nouveau/core: add support for reverse mm allocations by Ben Skeggs · 12 years ago
  52. 5a5c743 drm/nouveau/timer: port to subdev interfaces by Ben Skeggs · 12 years ago
  53. 7d9115d drm/nouveau/mc: port to subdev interfaces by Ben Skeggs · 12 years ago
  54. cb75d97 drm/nouveau: implement devinit subdev, and new init table parser by Ben Skeggs · 12 years ago
  55. 70790f4 drm/nouveau/clock: pull in the implementation from all over the place by Ben Skeggs · 12 years ago
  56. 8aceb7d drm/nouveau/clk: implement stub clock subdev by Ben Skeggs · 12 years ago
  57. 4196faa drm/nouveau/i2c: port to subdev interfaces by Ben Skeggs · 12 years ago
  58. e0996ae drm/nouveau/gpio: port gpio to subdev interfaces by Ben Skeggs · 12 years ago
  59. cd42439 drm/nouveau/oldbios: remove shadowing support, use bios subdev's image by Ben Skeggs · 12 years ago
  60. 70c0f26 drm/nouveau/bios: pull in basic vbios subdev, more to come later by Ben Skeggs · 12 years ago
  61. 586c55f drm/nouveau: have non-core mmio accesses go through device object by Ben Skeggs · 12 years ago
  62. 9458029 drm/nouveau: implement module init functions in nouveau_drm.c by Ben Skeggs · 12 years ago
  63. 9274f4a drm/nouveau/core: pull in most of the new core infrastructure by Ben Skeggs · 12 years ago
  64. aa4cc5d2 drm/nouveau/agp: move all agp stuff into its own source file by Ben Skeggs · 12 years ago
  65. 02a841d drm/nouveau: restructure source tree, split core from drm implementation by Ben Skeggs · 12 years ago
  66. 3a92d37 drm/nouveau/gem: use bo.offset rather than mm_node.start by Ben Skeggs · 12 years ago
  67. d6ba6d2 drm/nvc0/fence: restore pre-suspend fence buffer context on resume by Ben Skeggs · 12 years ago
  68. d638163 Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 12 years ago
  69. 833dd82 drm/nvc0/fifo: ignore bits in PFIFO_INTR that aren't set in PFIFO_INTR_EN by Ben Skeggs · 12 years ago
  70. 3a75885 drm/udl: limit modes to the sku pixel limits. by Dave Airlie · 12 years ago
  71. 68c4fce vmwgfx: corruption in vmw_event_fence_action_create() by Dan Carpenter · 12 years ago
  72. 79eee7a drm/nvc0/ltcg: mask off intr 0x10 by Ben Skeggs · 12 years ago
  73. c7ead11 drm/nouveau: silence a debug message triggered by newer userspace by Ben Skeggs · 12 years ago
  74. 017a27e Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  75. 6c06d60 drm/nouveau: add dmi quirk for gpio reset by Dave Airlie · 12 years ago
  76. 8e910d0 Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 12 years ago
  77. 16c5808 drm/radeon: Prevent leak of scratch register on resume from suspend by Simon Kitching · 12 years ago
  78. 18d4dbd Revert "drm/nv50-/gpio: initialise to vbios defaults during init" by Dave Airlie · 12 years ago
  79. 2f1f4d9 Revert "drm/radeon: rework pll selection (v3)" by Alex Deucher · 12 years ago
  80. b98b601 drm/i915: HDMI - Clear Audio Enable bit for Hot Plug by Wang Xingchao · 12 years ago
  81. 7e81a42 drm/i915: Reduce a pin-leak BUG into a WARN by Chris Wilson · 12 years ago
  82. 5b5896e drm/i915: enable lvds pin pairs before dpll on gen2 by Daniel Vetter · 12 years ago
  83. 610bd7d drm/nouveau: fix booting with plymouth + dumb support by Dave Airlie · 12 years ago
  84. f492c17 drm/radeon: make 64bit fences more robust v3 by Christian König · 12 years ago
  85. 985f61f drm/radeon: rework pll selection (v3) by Alex Deucher · 12 years ago
  86. b655232 Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-samsung into drm-fixes by Dave Airlie · 12 years ago
  87. ece82d6 drm/exynos: remove DRM_FORMAT_NV12M from plane module by Inki Dae · 12 years ago
  88. 525ee69 drm/exynos: fix double call of drm_prime_(init/destroy)_file_private by Mandeep Singh Baines · 12 years ago
  89. b716d46 drm/exynos: add dummy support for dmabuf-mmap by Tomasz Stanislawski · 12 years ago
  90. e25e1b6 drm/exynos: Add missing braces around sizeof in exynos_mixer.c by Sachin Kamat · 12 years ago
  91. adc837a drm/exynos: Add missing braces around sizeof in exynos_hdmi.c by Sachin Kamat · 12 years ago
  92. 9e1355e drm/exynos: Make g2d_pm_ops static by Sachin Kamat · 12 years ago
  93. 254d4d1 drm/exynos: Add dependency for G2D in Kconfig by Sachin Kamat · 12 years ago
  94. 7da5907 drm/exynos: fixed page align bug. by Inki Dae · 12 years ago
  95. 4fbd9a4 drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1] by Thomas Meyer · 12 years ago
  96. b767593 drm/exynos: Use devm_* functions in exynos_drm_g2d.c file by Sachin Kamat · 12 years ago
  97. ae18294 drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c file by Sachin Kamat · 12 years ago
  98. 59848db drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c file by Sachin Kamat · 12 years ago
  99. 16e1974 drm/exynos: Remove redundant check in exynos_drm_fimd.c file by Sachin Kamat · 12 years ago
  100. 7ba073c drm/exynos: Remove redundant check in exynos_hdmi.c file by Sachin Kamat · 12 years ago