1. 0d634f6 drm/ast: use container_of to resolve ast_fbdev from drm_fb_helper by Fabian Frederick · 10 years ago
  2. c39aa6a drm/gma500: use container_of to resolve psb_fbdev from drm_fb_helper by Fabian Frederick · 10 years ago
  3. f38e34a drm/qxl: use container_of to resolve qxl_fbdev from drm_fb_helper by Fabian Frederick · 10 years ago
  4. 5ee932d drm/nouveau: use container_of to resolve nouveau_plane from drm_plane by Fabian Frederick · 10 years ago
  5. 918b7ed drm/nouveau: use container_of to resolve nouveau_fbdev from drm_fb_helper by Fabian Frederick · 10 years ago
  6. a1d0280 drm/radeon: use container_of to resolve radeon_fbdev from drm_fb_helper by Fabian Frederick · 10 years ago
  7. 98cc034 drm/mgag200: use container_of to resolve mga_fbdev from drm_fb_helper by Fabian Frederick · 10 years ago
  8. ea0622c drm/cirrus: use container_of to resolve cirrus_fbdev from drm_fb_helper by Fabian Frederick · 10 years ago
  9. 80c873b drm: Improve debug output for drm_wait_one_vblank by Daniel Vetter · 10 years ago
  10. f2b50c1 drm: Fixup locking for universal cursor planes by Daniel Vetter · 10 years ago
  11. da8f439 drm: Don't update vblank timestamp when the counter didn't change by Mario Kleiner · 10 years ago
  12. d37cf5f drm/i915/bdw: Cleanup pre prod workarounds by Mika Kuoppala · 10 years ago
  13. d9fc941 drm: Extract <drm/drm_gem.h> by Daniel Vetter · 10 years ago
  14. c261103 drm: Move internal debugfs functions to drm_internal.h by Daniel Vetter · 10 years ago
  15. e7f0a88 drm: Move leftover ioctl declarations to drm_internal.h by Daniel Vetter · 10 years ago
  16. 884d9f05eb drm: Move drm_vm_open_locked into drm_internal.h by Daniel Vetter · 10 years ago
  17. bfbf3c8 drm: move drm_mmap to <drm/drm_legacy.h> by Daniel Vetter · 10 years ago
  18. 197633b drm/gem: Don't call drm_mmap from drm_gem_mmap by Daniel Vetter · 10 years ago
  19. 884c6da drm/<ttm-based-drivers>: Don't call drm_mmap by Daniel Vetter · 10 years ago
  20. 9908fb6 drm: change drm_err return type to void by Joe Perches · 10 years ago
  21. 370ce45 drm/radeon/cik: use a separate counter for CP init timeout by Alex Deucher · 10 years ago
  22. c84db77 drm/i915/hdmi: fix hdmi audio state readout by Jani Nikula · 10 years ago
  23. 22cb99a drm/i915: Don't leak command parser tables on suspend/resume by Brad Volkin · 10 years ago
  24. 94318d5 drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHED by Benjamin Herrenschmidt · 10 years ago
  25. 6bd3110 drm: powerpc can use a simpler drm_io_prot() by Benjamin Herrenschmidt · 10 years ago
  26. ff1b129 drm/radeon: add PX quirk for asus K53TK by Alex Deucher · 10 years ago
  27. 8aff6ad drm/radeon: add a backlight quirk for Amilo Xi 2550 by Alex Deucher · 10 years ago
  28. bc13018 drm/radeon: add a module parameter for backlight control (v2) by Alex Deucher · 10 years ago
  29. f55e03b drm/radeon: Update IH_RB_RPTR register after each processed interrupt by Michel Dänzer · 10 years ago
  30. 6cc2fda drm/radeon: Make IH ring overflow debugging output more useful by Michel Dänzer · 10 years ago
  31. 11bab0a drm/radeon: Clear RB_OVERFLOW bit earlier by Michel Dänzer · 10 years ago
  32. 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
  33. 1734a6e Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  34. fe3d9c4 drm/nouveau: ltc/gf100-: fix cbc issues on certain boards by Ben Skeggs · 10 years ago
  35. 92a32a4 Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  36. b1fb012 drm/bochs: add missing drm_connector_register call by Gerd Hoffmann · 10 years ago
  37. c526709 drm/cirrus: add missing drm_connector_register call by Gerd Hoffmann · 10 years ago
  38. b29f83a Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  39. 72ed6cc drm/exynos: switch to universal plane API by Andrzej Hajda · 10 years ago
  40. 832316c drm/exynos: use drm generic mmap interface by Inki Dae · 10 years ago
  41. d931589 drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctl by Inki Dae · 10 years ago
  42. 4a3ffed drm/exynos: factor out initial setting of each driver by Joonyoung Shim · 10 years ago
  43. ad27931 drm/exynos/hdmi: unregister connector on removal by Andrzej Hajda · 10 years ago
  44. 7c61b1e drm/exynos/dp: unregister connector on removal by Andrzej Hajda · 10 years ago
  45. 90eac89 drm/exynos/dpi: unregister connector and panel on removal by Andrzej Hajda · 10 years ago
  46. 0ae4601 drm/exynos/dsi: unregister connector on removal by Andrzej Hajda · 10 years ago
  47. 849b431 drm/exynos/fb: free exynos framebuffer on error by Andrzej Hajda · 10 years ago
  48. 78ef31e drm/exynos/fbdev: fix fbdev gem object cleanup by Andrzej Hajda · 10 years ago
  49. 9f3dd7d drm/exynos: fix drm driver de-initialization order by Andrzej Hajda · 10 years ago
  50. a36ed46 drm/exynos/ipp: traverse ipp drivers list safely by Andrzej Hajda · 10 years ago
  51. 53c5558 drm/exynos: update to use component match support by Inki Dae · 10 years ago
  52. 18383cb drm/exynos/ipp: add file checks for ioctls by Andrzej Hajda · 10 years ago
  53. d9b9734 drm/exynos/ipp: remove file argument from node related functions by Andrzej Hajda · 10 years ago
  54. 20ed715e drm/exynos/fimc: fix source buffer registers by Andrzej Hajda · 10 years ago
  55. 56442d8 drm/exynos/fimc: simplify buffer queuing by Andrzej Hajda · 10 years ago
  56. c7b3014 drm/exynos/fimc: do not enable fimc twice by Andrzej Hajda · 10 years ago
  57. 7794a77 drm/exynos/fimc: avoid clearing overflow bits by Andrzej Hajda · 10 years ago
  58. c0592c8 drm/exynos/ipp: remove events during command cleaning by Andrzej Hajda · 10 years ago
  59. 8aa99dd drm/exynos/ipp: stop hardware before freeing memory by Andrzej Hajda · 10 years ago
  60. 05afb1a drm/exynos/ipp: replace work_struct casting with better constructs by Andrzej Hajda · 10 years ago
  61. 22e816f drm/exynos/ipp: clean memory nodes on command node cleaning by Andrzej Hajda · 10 years ago
  62. c4a856a drm/exynos/ipp: move nodes cleaning to separate function by Andrzej Hajda · 10 years ago
  63. 6602ffb drm/exynos/ipp: free partially allocated resources on error by Andrzej Hajda · 10 years ago
  64. 985c293 drm/exynos/ipp: remove unused field in command node by Andrzej Hajda · 10 years ago
  65. 21a825e drm/exynos/ipp: remove only related commands on file close by Andrzej Hajda · 10 years ago
  66. 945a0aa drm/exynos/ipp: move file reference from memory to command node by Andrzej Hajda · 10 years ago
  67. 6f7d48e drm/exynos/ipp: cancel works before command node clean by Andrzej Hajda · 10 years ago
  68. 9b5bd1c drm/exynos/ipp: remove fake pm callbacks by Andrzej Hajda · 10 years ago
  69. eb8a3bf drm/exynos: fimd: fix window clear code by Marek Szyprowski · 10 years ago
  70. 71b1f19 drm/exynos/fbdev: set smem_len for fbdev by Daniel Kurtz · 10 years ago
  71. d6ce7b5 drm/exynos: fimd: add Exynos3 SoC support by Inki Dae · 10 years ago
  72. 473462a drm/exynos: mipi-dsi: add Exynos3 SoC support by Inki Dae · 10 years ago
  73. 78d3a8c drm/exynos: mipi-dsi: consider non-continuous clock mode by Inki Dae · 10 years ago
  74. d87f09a drm/mipi-dsi: consider low power transmission by Inki Dae · 10 years ago
  75. 8525b5e drm/exynos: dsi: fix exynos_dsi_set_pll() wrong return value by YoungJun Cho · 10 years ago
  76. bda0381 drm/i915: Use EIO instead of EAGAIN for sink CRC error. by Rodrigo Vivi · 10 years ago
  77. 40bae73 drm/i915: Extend BIOS stolen mem handling to all platform by Daniel Vetter · 10 years ago
  78. 4144f9b drm/i915: Match GTT space sanity checker with implementation by Chris Wilson · 10 years ago
  79. 7707225 drm/i915: HSW always use GGTT selector for secure batches by Chris Wilson · 10 years ago
  80. a01b0e9 drm/i915: add cherryview specfic forcewake in execlists_elsp_write by Deepak S · 10 years ago
  81. cf30362 drm/i915: fix another use-after-free in i915_gem_evict_everything by Michel Thierry · 10 years ago
  82. a1e470d drm/i915: Don't reinit hpd interrupts after gpu reset by Daniel Vetter · 10 years ago
  83. f0d3dad drm/i915: Wrap -EIO send-vblank event for failed pageflip in spinlock by Chris Wilson · 10 years ago
  84. 1d1ef21d drm/i915: Drop any active reference before unbinding by Chris Wilson · 10 years ago
  85. 21ab4e7 drm/i915: Objects on the unbound list may still have an active reference by Chris Wilson · 10 years ago
  86. 344c5bb drm/i915/edp: use lane count and link rate from DPCD for eDP by Jani Nikula · 10 years ago
  87. f8d8a67 drm/i915/dp: add missing \n in the TPS3 debug message by Jani Nikula · 10 years ago
  88. 10e972d drm/i915/hdmi, dp: Do not dereference the encoder in the connector destroy by Chris Wilson · 10 years ago
  89. d6feb19 drm/i915: Limit the watermark to at least 8 entries on gen2/3 by Ville Syrjälä · 10 years ago
  90. 1c4e027 drm/i915: Fix DVO 2x clock enable on 830M by Ville Syrjälä · 10 years ago
  91. 226b6d8 drm/radeon: Fix typo 'addr' -> 'entry' in rs400_gart_set_page by Michel Dänzer · 10 years ago
  92. 235e6de Merge tag 'drm-intel-fixes-2014-09-18' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  93. b5591bd Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  94. 53beaa0 drm/nouveau/runpm: fix module unload by Alex Deucher · 10 years ago
  95. 2e97140 drm/radeon/px: fix module unload by Alex Deucher · 10 years ago
  96. c1789a2 drm/radeon: don't reset dma on r6xx-evergreen init by Alex Deucher · 10 years ago
  97. 799028d drm/radeon: don't reset sdma on CIK init by Alex Deucher · 10 years ago
  98. 31a25e2 drm/radeon: don't reset dma on NI/SI init by Alex Deucher · 10 years ago
  99. 39da038 drm/radeon/dpm: fix resume on mullins by Alex Deucher · 10 years ago
  100. 897eba8 drm/radeon: Disable HDP flush before every CS again for < r600 by Michel Dänzer · 10 years ago