1. fcbcb3b drm/docs: Move "scaling mode" property. by Robert Foss · 9 years ago
  2. dfebc15 drm/tilcdc: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
  3. c05d3d7 drm/shmobile: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
  4. 444435b drm/rcar-du: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
  5. 6118fae drm/msm: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
  6. eba9281 drm/radeon: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
  7. 5628676 drm/amdgpu: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
  8. 81072bf drm/i915: Rename async to nonblock. by Maarten Lankhorst · 9 years ago
  9. eb63961 drm/vc4: Rename async to nonblock. by Maarten Lankhorst · 9 years ago
  10. 8beafe0 drm/rockchip: Rename async to nonblock. by Maarten Lankhorst · 9 years ago
  11. 2dacdd7 drm/tegra: Rename async to nonblock. by Maarten Lankhorst · 9 years ago
  12. ab57518 drm/sti: Rename async to nonblock. by Maarten Lankhorst · 9 years ago
  13. 3302f35 drm/rcar-du: Rename async to nonblock. by Maarten Lankhorst · 9 years ago
  14. 6fc17fb drm/omapdrm: Rename async to nonblock. by Maarten Lankhorst · 9 years ago
  15. a3ccfb9 drm/msm: Rename async to nonblock. by Maarten Lankhorst · 9 years ago
  16. 1b3f09d drm/exynos: Rename async to nonblock. by Maarten Lankhorst · 9 years ago
  17. 51b6bef drm/arm/hdlcd: Rename async to nonblock. by Maarten Lankhorst · 9 years ago
  18. b837ba0 drm/atomic: Rename drm_atomic_async_commit to nonblocking. by Maarten Lankhorst · 9 years ago
  19. 286dbb8 drm/atomic: Rename async parameter to nonblocking. by Maarten Lankhorst · 9 years ago
  20. e375882 drm/udl: Use drm_fb_helper deferred_io support by Noralf Trønnes · 9 years ago
  21. 6819c3c drm/qxl: Use drm_fb_helper deferred_io support by Noralf Trønnes · 9 years ago
  22. 199c771 drm/fb-cma-helper: Add fb_deferred_io support by Noralf Trønnes · 9 years ago
  23. ba02633 fbdev: fb_defio: Export fb_deferred_io_mmap by Noralf Trønnes · 9 years ago
  24. eaa434d drm/fb-helper: Add fb_deferred_io support by Noralf Trønnes · 9 years ago
  25. 2b5e8e5 drm/qxl: Change drm_fb_helper_sys_*() calls to sys_*() by Noralf Trønnes · 9 years ago
  26. 302f0e2 drm/udl: Change drm_fb_helper_sys_*() calls to sys_*() by Noralf Trønnes · 9 years ago
  27. be35f94 drm/atomic: Add missing drm_crtc_internal.h include by Thierry Reding · 9 years ago
  28. 36230cb drm/dp: Allow signals to interrupt drm_aux-dev reads/writes by Ville Syrjälä · 9 years ago
  29. 676fb32 drm: Quiet down drm_mode_getresources by Tvrtko Ursulin · 9 years ago
  30. 3849bef drm: Quiet down drm_mode_getconnector by Tvrtko Ursulin · 9 years ago
  31. 1d2ac40 drm: Protect dev->filelist with its own mutex by Daniel Vetter · 9 years ago
  32. f47dbdd drm: Make drm_vm_open/close_locked private to drm_vm.c by Daniel Vetter · 9 years ago
  33. 40647e4 drm: Hide master MAP cleanup in drm_bufs.c by Daniel Vetter · 9 years ago
  34. e975eef drm: Forbid legacy MAP functions for DRIVER_MODESET by Daniel Vetter · 9 years ago
  35. 0d787b1 drm: Push struct_mutex into ->master_destroy by Daniel Vetter · 9 years ago
  36. ec1f52e drm: Move drm_getmap into drm_bufs.c and give it a legacy prefix by Daniel Vetter · 9 years ago
  37. 68dfbeb drm: Put legacy lastclose work into drm_legacy_dev_reinit by Daniel Vetter · 9 years ago
  38. 366884b drm: Give drm_agp_clear drm_legacy_ prefix by Daniel Vetter · 9 years ago
  39. 4eb9b94 drm/sysfs: Annote lockless show functions with READ_ONCE by Daniel Vetter · 9 years ago
  40. 5ff18e4 MAINTAINERS: Update the files list for the GMA500 DRM driver by Emil Velikov · 9 years ago
  41. c251d85 drm: rcar-du: Fix compilation warning by Laurent Pinchart · 9 years ago
  42. 9f085eb drm/i915: Get rid of intel_dp_dpcd_read_wake() by Lyude · 9 years ago
  43. f808f63 drm/dp_helper: Perform throw-away read before actual read in drm_dp_dpcd_read() by Lyude · 9 years ago
  44. 82922da drm/dp_helper: Retry aux transactions on all errors by Lyude · 9 years ago
  45. e1083ff drm/dp_helper: Always wait before retrying native aux transactions by Lyude · 9 years ago
  46. 027b3f8b drm/modes: stop handling framebuffer special by Dave Airlie · 9 years ago
  47. 2ddea3f drm/modes: reduce fb_lock to just protecting lists by Dave Airlie · 9 years ago
  48. 72fe90b drm/modes: move reference taking into object lookup. by Dave Airlie · 9 years ago
  49. c7e1c59 drm/mode: reduce lock hold in addfb2 by Dave Airlie · 9 years ago
  50. 9cd4742 drm/mode: reduce scope of fb_lock in framebuffer init by Dave Airlie · 9 years ago
  51. cee26ac drm/mode: use _object_find to find framebuffers. by Dave Airlie · 9 years ago
  52. d0f37cf drm/mode: move framebuffer reference into object. by Dave Airlie · 9 years ago
  53. 747a598 drm/mode: introduce wrapper to read framebuffer refcount. by Dave Airlie · 9 years ago
  54. 19ab3f8 drm/modes: drop __drm_framebuffer_unregister. by Dave Airlie · 9 years ago
  55. f55f1f9 drm/mode: move framebuffer_free up above framebuffer_init by Dave Airlie · 9 years ago
  56. 7c8f6d2 drm/mode: rework drm_mode_object_put to drm_mode_object_unregister. by Dave Airlie · 9 years ago
  57. 9a297b3 Merge branch 'drm-atmel-hlcdc-devel' of https://github.com/bbrezillon/linux-at91 into drm-next by Dave Airlie · 9 years ago
  58. 605b28c Merge tag 'drm-intel-next-2016-04-11' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  59. 4904796 Merge tag 'v4.6-rc3' into drm-next by Dave Airlie · 9 years ago
  60. d57d477 Merge tag 'topic/drm-misc-2016-04-21' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  61. f230ffa Merge tag 'topic/struct_mutex-2016-04-21' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  62. 6dc3e22 drm: Make drm.debug parameter description more helpful by Ezequiel Garcia · 9 years ago
  63. 14ba003 drm: Remove warning from drm_connector_unregister_all() by Laurent Pinchart · 9 years ago
  64. ba34d58 drm: probe_helper: Hide ugly ifdef by Ezequiel Garcia · 9 years ago
  65. d63c25e drm: rcar-du: Use generic drm_connector_register_all() helper by Alexey Brodkin · 9 years ago
  66. b3383f7 drm: atmel_hldc: Use generic drm_connector_register_all() helper by Alexey Brodkin · 9 years ago
  67. 54d2c2d drm: Introduce drm_connector_register_all() helper by Alexey Brodkin · 9 years ago
  68. f74418a drm/vma_manage: Drop has_offset by Daniel Vetter · 9 years ago
  69. 0797ac6 drm/vgem: Drop dev->struct_mutex by Daniel Vetter · 9 years ago
  70. 7f340a2 drm/vgem: Move get_pages to gem_create by Daniel Vetter · 9 years ago
  71. e34274f drm/vgem: Simplify dumb_map by Daniel Vetter · 9 years ago
  72. 2f42420 drm/exynos: drop struct_mutex from fbdev setup by Daniel Vetter · 9 years ago
  73. 6c991a2 drm/exynos: drop struct_mutex from exynos_drm_gem_get_ioctl by Daniel Vetter · 9 years ago
  74. 8e97d9e drm/exynos: drop struct_mutex from exynos_gem_map_sgt_with_dma by Daniel Vetter · 9 years ago
  75. 9126362 drm/exynos: Drop dev->struct_mutex from mmap offset function by Daniel Vetter · 9 years ago
  76. ca25d6b drm/nouveau: Drop dev->struct_mutex from fbdev init by Daniel Vetter · 9 years ago
  77. 068149a drm/qxl: Use unlocked gem unreferencing by Daniel Vetter · 9 years ago
  78. 5bb682c drm/omapdrm: Use unlocked gem unreferencing by Daniel Vetter · 9 years ago
  79. e889c24 drm/nouveau: Use unlocked gem unreferencing by Daniel Vetter · 9 years ago
  80. 644a805 drm: fix lut value extraction function by Lionel Landwerlin · 9 years ago
  81. 8d4d0d7 drm/atomic-helper: Print an error if vblank wait times out by Ville Syrjälä · 9 years ago
  82. 1652fce drm/dp/mst: Restore primary hub guid on resume by Lyude · 9 years ago
  83. f6cd7da drm: Release driver references to handle before making it available again by Chris Wilson · 9 years ago
  84. 40ae80c drm/i915/dp/mst: Add source port info to debugfs output by Jim Bride · 9 years ago
  85. 51108f2 drm/dp/mst: Enhance DP MST debugfs output by Jim Bride · 9 years ago
  86. 59f7c0f drm/edid: Add drm_edid_get_monitor_name() by Jim Bride · 9 years ago
  87. 346fea6 include/drm: Reword debug categories comment. by Robert Foss · 9 years ago
  88. ebab87a drm: atmel-hlcdc: route DMA accesses through AHB interfaces by Boris Brezillon · 9 years ago
  89. 5ac44c8 drm: atmel-hlcdc: check display mode validity in crtc->mode_fixup() by Boris Brezillon · 9 years ago
  90. 17a8e03 drm: atmel-hlcdc: rework the output code to support drm bridges by Boris Brezillon · 9 years ago
  91. aca63b7 drm: atmel-hlcdc: move output mode selection in CRTC implementation by Boris Brezillon · 9 years ago
  92. 79a3fc2 drm: atmel-hlcdc: support extended timing ranges on sama5d4 and sama5d2 by Boris Brezillon · 9 years ago
  93. aab6d08 drm: atmel-hlcdc: remove leftovers from atomic mode setting migration by Boris Brezillon · 9 years ago
  94. abfc936 drm: atmel-hlcdc: fix connector and encoder types by Boris Brezillon · 9 years ago
  95. 9b19061 drm: atmel-hlcdc: support asynchronous atomic commit operations by Boris Brezillon · 9 years ago
  96. 1a7b37c drm: atmel-hlcdc: add a ->cleanup_fb() operation by Boris Brezillon · 9 years ago
  97. 6c14838 drm/crtc_helper: Reset empty plane state in drm_helper_crtc_mode_set_base() by Liu Ying · 9 years ago
  98. f9fd2ad Merge branch 'gma500-next' of git://github.com/patjak/drm-gma500 into drm-next by Dave Airlie · 9 years ago
  99. 1b31112 drm/virtio: Drop dummy gamma table support by Daniel Vetter · 9 years ago
  100. bd98332 drm/bochs: Drop fake gamma support by Daniel Vetter · 9 years ago