1. 319c933 drm/prime: proper locking+refcounting for obj->dma_buf link by Daniel Vetter · 11 years ago
  2. 20228c4 drm/gem: completely close gem_open vs. gem_close races by Daniel Vetter · 11 years ago
  3. cd4f013 drm/gem: switch dev->object_name_lock to a mutex by Daniel Vetter · 11 years ago
  4. 84341c2 drm/prime: clarify logic a bit in drm_gem_prime_fd_to_handle by Daniel Vetter · 11 years ago
  5. bdf655d drm/prime: shrink critical section protected by prime lock by Daniel Vetter · 11 years ago
  6. 4332bf4 drm/prime: use proper pointer in drm_gem_prime_handle_to_fd by Daniel Vetter · 11 years ago
  7. becee2a drm/gem: make drm_gem_object_handle_unreference_unlocked static by Daniel Vetter · 11 years ago
  8. 730c4ff drm/prime: fix error path in drm_gem_prime_fd_to_handle by Daniel Vetter · 11 years ago
  9. a8e11d1 drm/gem: fix up flink name create race by Daniel Vetter · 11 years ago
  10. 9712def Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  11. 66cc8b6 drm: Make drm_get_platform_dev() static by Lespiau, Damien · 11 years ago
  12. 2c9c52e drm: Make drm_fb_cma_describe() static by Lespiau, Damien · 11 years ago
  13. 86f422d drm: Make drm_mode_remove() static by Lespiau, Damien · 11 years ago
  14. 67587e8 drm: Remove drm_mode_list_concat() by Lespiau, Damien · 11 years ago
  15. ddecb10 drm: Remove drm_mode_create_dithering_property() by Lespiau, Damien · 11 years ago
  16. f336ab7 drm: move dev data clearing from drm_setup to lastclose by Daniel Vetter · 11 years ago
  17. cb6458f drm: remove procfs code, take 2 by Daniel Vetter · 11 years ago
  18. 7d14bb6b drm: don't call ->firstopen for KMS drivers by Daniel Vetter · 11 years ago
  19. 0faa4a8 drm/vmwgfx: remove ->firstopen callback by Daniel Vetter · 11 years ago
  20. b5dc0d1 drm/imx: kill firstopen callback by Daniel Vetter · 11 years ago
  21. 24f4003 drm: fix minor number range calculation by Kristian Høgsberg · 11 years ago
  22. 90254ac drm: fix locking in gem debugfs/procfs file by Daniel Vetter · 11 years ago
  23. 6eb9278 drm: remove the dma_ioctl special-case by Daniel Vetter · 11 years ago
  24. 2818564 drm: rip out drm_core_has_MTRR checks by Daniel Vetter · 11 years ago
  25. 1216f73 drm/gem: WARN about unbalanced handle refcounts by Daniel Vetter · 11 years ago
  26. 6bc505b drm/gem: remove bogus NULL check from drm_gem_object_handle_unreference_unlocked by Daniel Vetter · 11 years ago
  27. 36da590 drm/gem: move drm_gem_object_handle_unreference_unlocked into drm_gem.c by Daniel Vetter · 11 years ago
  28. 01ce605 drm/prime: remove cargo-cult locking from map_sg helper by Daniel Vetter · 11 years ago
  29. d0ed8d2 drm/exynos: explicit store base gem object in dma_buf->priv by Inki Dae · 11 years ago
  30. c1d6798 drm: use common drm_gem_dmabuf_release in i915/exynos drivers by Daniel Vetter · 11 years ago
  31. 2bc7b0c drm/host1x: stop casting VMA offsets to 32bit by David Herrmann · 11 years ago
  32. b21e3af drm: use ida to allocate connector ids by Ilia Mirkin · 11 years ago
  33. ddcd09d drm/omap: kill omap_gem_helpers.c by Rob Clark · 11 years ago
  34. 5dc9e1e drm/udl: use gem get/put page helpers by Rob Clark · 11 years ago
  35. 8b9ba7a drm/gma500: use gem get/put page helpers by Rob Clark · 11 years ago
  36. bcc5c9d drm/gem: add shmem get/put page helpers by Rob Clark · 11 years ago
  37. 367bbd4 drm/gem: add drm_gem_create_mmap_offset_size() by Rob Clark · 11 years ago
  38. 5833bd2 drm/omap: use flip-work helper by Rob Clark · 11 years ago
  39. a464d61 drm/tilcdc: use flip-work helper by Rob Clark · 11 years ago
  40. cabaafc drm: add flip-work helper by Rob Clark · 11 years ago
  41. b17df86 drm: Remove drm_mode_validate_clocks by Stéphane Marchesin · 11 years ago
  42. d79cdc8 drm: no-op out GET_STATS ioctl by Daniel Vetter · 11 years ago
  43. 719524d drm: hollow-out GET_CLIENT ioctl by Daniel Vetter · 11 years ago
  44. d678959 drm/memory: don't export agp helpers by Daniel Vetter · 11 years ago
  45. 74867e3 drm: rip out a few unused DRIVER flags by Daniel Vetter · 11 years ago
  46. 687fbb2 drm: rip out DRIVER_FB_DMA and related code by Daniel Vetter · 11 years ago
  47. b0e898a drm: remove FASYNC support by Daniel Vetter · 11 years ago
  48. 5bbd533 drm/vmwgfx: remove redundant clearing of driver->dma_quiescent by Daniel Vetter · 11 years ago
  49. 7c51013 drm: mark context support as a legacy subsystem by Daniel Vetter · 11 years ago
  50. 8d38c4b drm: disallow legacy dma ioctls for modesetting drivers by Daniel Vetter · 11 years ago
  51. e2e99a8 drm: mark dma setup/teardown as legacy systems by Daniel Vetter · 11 years ago
  52. 8e194bb drm: disallow legacy sg ioctls for modesetting drivers by Daniel Vetter · 11 years ago
  53. 3d914e8 drm: hide legacy sg cleanup better from common code by Daniel Vetter · 11 years ago
  54. 45886af drm: kill dev->driver->set_version by Daniel Vetter · 11 years ago
  55. d8ed168 drm/radeon: kill firstopen callback for kms driver by Daniel Vetter · 11 years ago
  56. 161695b drm/omap: kill firstopen callback by Daniel Vetter · 11 years ago
  57. 5c69294 drm/ttm: kill unused functions by Maarten Lankhorst · 11 years ago
  58. e552df3 drm/radeon: remove stale gem->driver_private access by David Herrmann · 11 years ago
  59. f547b22 drm/qxl: remove unused object_pin/unpin() helpers by David Herrmann · 11 years ago
  60. 23a9a2e drm/cirrus: remove unused driver_private access by David Herrmann · 11 years ago
  61. 7d2e968 drm/mgag200: remove unused driver_private access by David Herrmann · 11 years ago
  62. 7e0e6cb drm/ast: remove unused driver_private access by David Herrmann · 11 years ago
  63. 1dda8d0 Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-next by Dave Airlie · 11 years ago
  64. a976718 drm/tilcdc fixup mode to workaround sync for tda998x by Darren Etheridge · 11 years ago
  65. 179f1aa drm/i2c: tda998x: prepare for broken sync workaround by Sebastian Hesselbarth · 11 years ago
  66. 088d61d drm/i2c: tda998x: fix sync generation and calculation by Sebastian Hesselbarth · 11 years ago
  67. c4c11dd drm/i2c: tda998x: add video and audio input configuration by Russell King · 11 years ago
  68. 5e74c22 drm/i2c: tda998x: prepare for video input configuration by Russell King · 11 years ago
  69. 20c1767 drm/i2c: tda998x: fix npix/nline programming by Russell King · 11 years ago
  70. bcb2481 drm/i2c: tda998x: ensure VIP output mux is properly set by Russell King · 11 years ago
  71. 063b472 drm/i2c: tda998x: fix EDID reading on TDA19988 devices by Russell King · 11 years ago
  72. cc6a36f drm: DRM should depend on HAS_DMA by Geert Uytterhoeven · 11 years ago
  73. 3864c6f drm/rcar-du: Add FBDEV emulation support by Laurent Pinchart · 11 years ago
  74. 90374b5 drm/rcar-du: Add internal LVDS encoder support by Laurent Pinchart · 11 years ago
  75. 7cbc05c drm/rcar-du: Configure RGB output routing to DPAD0 by Laurent Pinchart · 11 years ago
  76. ef67a90 drm/rcar-du: Rework output routing support by Laurent Pinchart · 11 years ago
  77. 38b62fb drm/rcar-du: Add support for DEFR8 register by Laurent Pinchart · 11 years ago
  78. a5f0ef5 drm/rcar-du: Add support for multiple groups by Laurent Pinchart · 11 years ago
  79. 9e2d2de drm/rcar-du: Fix buffer pitch alignment for R8A7790 DU by Laurent Pinchart · 11 years ago
  80. ef2d84b drm/rcar-du: Add support for the R8A7790 DU by Laurent Pinchart · 11 years ago
  81. 2fd22db drm/rcar-du: Move output routing configuration to group by Laurent Pinchart · 11 years ago
  82. 660bab5 drm/rcar-du: Remove register definitions for the second channel by Laurent Pinchart · 11 years ago
  83. 990d07a drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array size by Laurent Pinchart · 11 years ago
  84. cb2025d drm/rcar-du: Introduce CRTCs groups by Laurent Pinchart · 11 years ago
  85. 7fe99fd drm/rcar-du: Rename rcar_du_plane_(init|register) to rcar_du_planes_* by Laurent Pinchart · 11 years ago
  86. ae425b6 drm/rcar-du: Create rcar_du_planes structure by Laurent Pinchart · 11 years ago
  87. 9194731 drm/rcar-du: Rename platform data fields to match what they describe by Laurent Pinchart · 11 years ago
  88. 6978f12 drm/rcar-du: Merge LVDS and VGA encoder code by Laurent Pinchart · 11 years ago
  89. 9e8be27 drm/rcar-du: Split VGA encoder and connector by Laurent Pinchart · 11 years ago
  90. 56c5dd0 drm/rcar-du: Split LVDS encoder and connector by Laurent Pinchart · 11 years ago
  91. 9e7db06 drm/rcar-du: Clarify comment regarding plane Y source coordinate by Laurent Pinchart · 11 years ago
  92. f66ee30 drm/rcar-du: Support per-CRTC clock and IRQ by Laurent Pinchart · 11 years ago
  93. 481d342 drm/rcar-du: Add platform module device table by Laurent Pinchart · 11 years ago
  94. d5b6dcc drm/rcar-du: Use devm_ioremap_resource() by Laurent Pinchart · 11 years ago
  95. 6811b1b drm/rcar-du: Add missing alpha plane register definitions by Laurent Pinchart · 11 years ago
  96. 5c53661 drm/i915: Fix FB WM for HSW by Ville Syrjälä · 11 years ago
  97. 6f6005a drm/i915: expose HDMI connectors on port C on BYT by Jesse Barnes · 11 years ago
  98. 16e5406 drm/i915: fix a limit check in hsw_compute_wm_results() by Dan Carpenter · 11 years ago
  99. 58e73e1 drm/i915: unbreak i915_gem_object_ggtt_unbind() by Dan Carpenter · 11 years ago
  100. e7457a9 drm/i915: Make intel_set_mode() static by Damien Lespiau · 11 years ago