1. b5e9c1a drm: Pass dma-buf as argument to gem_prime_import_sg_table by Maarten Lankhorst · 11 years ago
  2. 15a996b drm/nouveau: assign fence_chan->name correctly by Maarten Lankhorst · 10 years ago
  3. e3be4c2 drm/nouveau: specify if interruptible wait is desired in nouveau_fence_sync by Maarten Lankhorst · 10 years ago
  4. 055dffd drm/nouveau: bump driver patchlevel to 1.2.1 by Maarten Lankhorst · 10 years ago
  5. 1dadba8 drm/nouveau: nv84+: fix fence context seqno's by Maarten Lankhorst · 10 years ago
  6. d9fc941 drm: Extract <drm/drm_gem.h> by Daniel Vetter · 10 years ago
  7. c261103 drm: Move internal debugfs functions to drm_internal.h by Daniel Vetter · 10 years ago
  8. e7f0a88 drm: Move leftover ioctl declarations to drm_internal.h by Daniel Vetter · 10 years ago
  9. 884d9f05eb drm: Move drm_vm_open_locked into drm_internal.h by Daniel Vetter · 10 years ago
  10. bfbf3c8 drm: move drm_mmap to <drm/drm_legacy.h> by Daniel Vetter · 10 years ago
  11. 197633b drm/gem: Don't call drm_mmap from drm_gem_mmap by Daniel Vetter · 10 years ago
  12. 884c6da drm/<ttm-based-drivers>: Don't call drm_mmap by Daniel Vetter · 10 years ago
  13. 9908fb6 drm: change drm_err return type to void by Joe Perches · 10 years ago
  14. 94318d5 drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHED by Benjamin Herrenschmidt · 10 years ago
  15. 6bd3110 drm: powerpc can use a simpler drm_io_prot() by Benjamin Herrenschmidt · 10 years ago
  16. 4253251 Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 10 years ago
  17. 72ed6cc drm/exynos: switch to universal plane API by Andrzej Hajda · 10 years ago
  18. 832316c drm/exynos: use drm generic mmap interface by Inki Dae · 10 years ago
  19. d931589 drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctl by Inki Dae · 10 years ago
  20. 4a3ffed drm/exynos: factor out initial setting of each driver by Joonyoung Shim · 10 years ago
  21. ad27931 drm/exynos/hdmi: unregister connector on removal by Andrzej Hajda · 10 years ago
  22. 7c61b1e drm/exynos/dp: unregister connector on removal by Andrzej Hajda · 10 years ago
  23. 90eac89 drm/exynos/dpi: unregister connector and panel on removal by Andrzej Hajda · 10 years ago
  24. 0ae4601 drm/exynos/dsi: unregister connector on removal by Andrzej Hajda · 10 years ago
  25. 849b431 drm/exynos/fb: free exynos framebuffer on error by Andrzej Hajda · 10 years ago
  26. 78ef31e drm/exynos/fbdev: fix fbdev gem object cleanup by Andrzej Hajda · 10 years ago
  27. 9f3dd7d drm/exynos: fix drm driver de-initialization order by Andrzej Hajda · 10 years ago
  28. a36ed46 drm/exynos/ipp: traverse ipp drivers list safely by Andrzej Hajda · 10 years ago
  29. 53c5558 drm/exynos: update to use component match support by Inki Dae · 10 years ago
  30. 18383cb drm/exynos/ipp: add file checks for ioctls by Andrzej Hajda · 10 years ago
  31. d9b9734 drm/exynos/ipp: remove file argument from node related functions by Andrzej Hajda · 10 years ago
  32. 20ed715e drm/exynos/fimc: fix source buffer registers by Andrzej Hajda · 10 years ago
  33. 56442d8 drm/exynos/fimc: simplify buffer queuing by Andrzej Hajda · 10 years ago
  34. c7b3014 drm/exynos/fimc: do not enable fimc twice by Andrzej Hajda · 10 years ago
  35. 7794a77 drm/exynos/fimc: avoid clearing overflow bits by Andrzej Hajda · 10 years ago
  36. c0592c8 drm/exynos/ipp: remove events during command cleaning by Andrzej Hajda · 10 years ago
  37. 8aa99dd drm/exynos/ipp: stop hardware before freeing memory by Andrzej Hajda · 10 years ago
  38. 05afb1a drm/exynos/ipp: replace work_struct casting with better constructs by Andrzej Hajda · 10 years ago
  39. 22e816f drm/exynos/ipp: clean memory nodes on command node cleaning by Andrzej Hajda · 10 years ago
  40. c4a856a drm/exynos/ipp: move nodes cleaning to separate function by Andrzej Hajda · 10 years ago
  41. 6602ffb drm/exynos/ipp: free partially allocated resources on error by Andrzej Hajda · 10 years ago
  42. 985c293 drm/exynos/ipp: remove unused field in command node by Andrzej Hajda · 10 years ago
  43. 21a825e drm/exynos/ipp: remove only related commands on file close by Andrzej Hajda · 10 years ago
  44. 945a0aa drm/exynos/ipp: move file reference from memory to command node by Andrzej Hajda · 10 years ago
  45. 6f7d48e drm/exynos/ipp: cancel works before command node clean by Andrzej Hajda · 10 years ago
  46. 9b5bd1c drm/exynos/ipp: remove fake pm callbacks by Andrzej Hajda · 10 years ago
  47. eb8a3bf drm/exynos: fimd: fix window clear code by Marek Szyprowski · 10 years ago
  48. 71b1f19 drm/exynos/fbdev: set smem_len for fbdev by Daniel Kurtz · 10 years ago
  49. d6ce7b5 drm/exynos: fimd: add Exynos3 SoC support by Inki Dae · 10 years ago
  50. 473462a drm/exynos: mipi-dsi: add Exynos3 SoC support by Inki Dae · 10 years ago
  51. 78d3a8c drm/exynos: mipi-dsi: consider non-continuous clock mode by Inki Dae · 10 years ago
  52. d87f09a drm/mipi-dsi: consider low power transmission by Inki Dae · 10 years ago
  53. 8525b5e drm/exynos: dsi: fix exynos_dsi_set_pll() wrong return value by YoungJun Cho · 10 years ago
  54. 3840a65 drm/radeon: fix AGP userptr handling by Christian König · 10 years ago
  55. 8337486 Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next by Dave Airlie · 10 years ago
  56. 109ab90 drm/ttm: make sure format string cannot leak in by Kees Cook · 10 years ago
  57. d898ce0 drm/tilcdc: panel: Add support for enable GPIO by Ezequiel Garcia · 10 years ago
  58. 12778fc drm/tilcdc: panel: Set return value explicitly by Ezequiel Garcia · 10 years ago
  59. 18c44db drm/tilcdc: panel: Fix backlight devicetree support by Ezequiel Garcia · 10 years ago
  60. 971645d drm/tilcdc: panel: Use devm_kzalloc to simplify the error path by Ezequiel Garcia · 10 years ago
  61. e3a9b04 drm/tilcdc: panel: Spurious whitespace removal by Ezequiel Garcia · 10 years ago
  62. 75ece7b drm/tilcdc: panel: Remove unused variable by Ezequiel Garcia · 10 years ago
  63. 9430dfa drm/tilcdc: panel: Add missing of_node_put by Ezequiel Garcia · 10 years ago
  64. b478e336b drm/tilcdc: Fix the error path in tilcdc_load() by Ezequiel Garcia · 10 years ago
  65. 40d201a Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  66. 29a7d17 Merge branch 'drm-next-ast-fixes' of ssh://people.freedesktop.org/~/linux into drm-next by Dave Airlie · 10 years ago
  67. 94d12b1 drm/ast: Add reduced blanking modes for wide screen mode by Y.C. Chen · 10 years ago
  68. b2efb3f drm: backmerge tag 'v3.17-rc5' into drm-next by Dave Airlie · 10 years ago
  69. 4ac0736 Merge branch 'linux-3.18' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 10 years ago
  70. cc2a907 drm/gt214-/disp: enable dp audio by Ben Skeggs · 10 years ago
  71. d889c52 drm/gt214-/kms: fix hda eld regression by Ben Skeggs · 10 years ago
  72. 9506140 drm/g94-/disp: calculate some dp audio constants by Ben Skeggs · 10 years ago
  73. 3eee864 drm/gt214-/kms: perform hda codec setup on displayport too by Ben Skeggs · 10 years ago
  74. a522946 drm/gk104-/disp: infoframe registers moved yet again on kepler by Ben Skeggs · 10 years ago
  75. c378eb7 drm/nouveau/bios: parse older ramcfg/timing data like we do newer ones by Ben Skeggs · 10 years ago
  76. a407318 drm/nva3/fb/ram: Per-partition regs by Roy Spliet · 10 years ago
  77. 930da22 drm/nouveau/fb/ram: Support strided regs by Roy Spliet · 10 years ago
  78. de1c4e2 drm/nv50/fb/ram: Store the number of partitions in the designated fields by Roy Spliet · 10 years ago
  79. 1dce626 drm/nv50/kms: Set VBLANK time in modeset script by Roy Spliet · 10 years ago
  80. 2a7fa67 drm/nouveau/bios: Add rammap support for version 1.0 by Roy Spliet · 10 years ago
  81. 7a2f974 drm/gf100-/pwr/memx: block host and fifo around reclock by Ben Skeggs · 10 years ago
  82. 30da080 drm/nouveau/pwr/memx: fix command ordering around block/unblock by Ben Skeggs · 10 years ago
  83. 630a6a4 drm/nouveau/pwr/memx: rename fb off/on to block/unblock by Ben Skeggs · 10 years ago
  84. 2fe7eaa drm/nva3/clk: Pause the GPU before reclocking by Roy Spliet · 10 years ago
  85. b485a70 drm/nouveau/gpio: rename g92 class to g94 by Emil Velikov · 10 years ago
  86. 6cc4061 drm/gk104-/fb/ram: move fb enable/disable to same place as nvidia by Ben Skeggs · 10 years ago
  87. b6f97a0 drm/gk104/fb/ram: twiddle some more bits when reclocking by Ben Skeggs · 10 years ago
  88. 5af430a drm/nouveau/bios: parse another large chunk of random memory config data by Ben Skeggs · 10 years ago
  89. 91e4611 drm/gk104-/fb/ram: perform certain steps only when bios data differs by Ben Skeggs · 10 years ago
  90. d26e748 drm/gk104-/fb/ram: parse ramcfg data for all frequencies up-front by Ben Skeggs · 10 years ago
  91. 64804a6 drm/gk104-/fb/ram: use parsed timing data in mr routines by Ben Skeggs · 10 years ago
  92. d9b5f26 drm/nouveau/bios: parse freq ranges and timing id into ramcfg struct by Ben Skeggs · 10 years ago
  93. 595d373 drm/nouveau/bios: memset dcb struct to zero before parsing by Ben Skeggs · 10 years ago
  94. 6b07c6c drm/gk104/fb/ram: make use of training data provided by vbios by Ben Skeggs · 10 years ago
  95. 43b6b20 drm/nouveau/bios: add support for parsing table at BIT 'M' v2 + 0x09 by Ben Skeggs · 10 years ago
  96. 7500bb7 drm/nouveau/bios: add support for parsing table at BIT 'M' v2 + 0x05 by Ben Skeggs · 10 years ago
  97. 299dea4 drm/gk104/fb/ram: fix register for second set of training data by Ben Skeggs · 10 years ago
  98. a6a4df9 drm/gk104/fb/ram: more random magic in fb init by Ben Skeggs · 10 years ago
  99. 4cc6c3f drm/gk104/fb/ram: skip table entry for mode we're already in by Ben Skeggs · 10 years ago
  100. 50c4088 drm/nouveau/fb/sddr2: Generate MR values by Roy Spliet · 10 years ago