1. 1da3062 drm: Add rotation value to plane state by Matt Roper · 9 years ago
  2. d3e7a0d Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  3. e451400 Merge tag 'topic/core-stuff-2015-01-23' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  4. 162b6a5 drm/probe-helper: don't lose hotplug event by Daniel Vetter · 9 years ago
  5. 01934c2 drm/fb-helper: Propagate errors from initial config failure by Thierry Reding · 10 years ago
  6. b5571e9 drm: add bus_formats and num_bus_formats fields to drm_display_info by Boris Brezillon · 10 years ago
  7. fc83975 Merge tag 'imx-drm-next-2015-01-09' of git://git.pengutronix.de/git/pza/linux into drm-next by Dave Airlie · 9 years ago
  8. 0a87a2d Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  9. fcf3aac drm/i915: remove unused power_well/get_cdclk_freq api by Imre Deak · 10 years ago
  10. 58fddc2 drm/i915: add component support by Imre Deak · 10 years ago
  11. adc3184 Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  12. c93546a Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  13. e5202a2 Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  14. d490f45 drm_modes: add drm_display_mode_to_videomode by Steve Longerbeam · 10 years ago
  15. 12b9f20 drm: bridge/dw_hdmi: add rockchip rk3288 support by Andy Yan · 10 years ago
  16. b21f4b6 drm: imx: imx-hdmi: move imx-hdmi to bridge/dw_hdmi by Andy Yan · 10 years ago
  17. a97df1c drm/atomic: Hide drm.ko internal interfaces by Daniel Vetter · 10 years ago
  18. d34f20d drm: Atomic modeset ioctl by Rob Clark · 10 years ago
  19. 6b4959f drm/atomic: atomic plane properties by Rob Clark · 10 years ago
  20. 88a48e2 drm: add atomic properties by Rob Clark · 10 years ago
  21. da6b51d Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2" by Dave Airlie · 10 years ago
  22. ac9c925 drm: add atomic_get_property by Rob Clark · 10 years ago
  23. 40ecc69 drm: add atomic_set_property wrappers by Rob Clark · 10 years ago
  24. 7552e7d drm: Include drm_crtc_helper.h in DocBook by Thierry Reding · 10 years ago
  25. 6d11a2f drm: Make drm_crtc_helper.h standalone includible by Thierry Reding · 10 years ago
  26. b46004b drm: Move IRQ related fields to proper section by Thierry Reding · 10 years ago
  27. 22b8b13 drm: get rid of direct property value access by Rob Clark · 10 years ago
  28. b17cd75 drm: store property instead of id in obj attachment by Rob Clark · 10 years ago
  29. 07cc0ef drm/atomic: Introduce state->obj backpointers by Daniel Vetter · 10 years ago
  30. d9b1362 drm/atomic-helper: Export both plane and modeset check helpers by Daniel Vetter · 10 years ago
  31. 261ea74 drm: Remove stale comment by Thierry Reding · 10 years ago
  32. abc0b14 drm: Perform basic sanity checks on probed modes by Ville Syrjälä · 10 years ago
  33. 05acaec drm: Reorganize probed mode validation by Ville Syrjälä · 10 years ago
  34. 96d3f91 drm/irq: Add drm_crtc_vblank_count() by Thierry Reding · 10 years ago
  35. 115ebcd drm/irq: Add drm_crtc_handle_vblank() by Thierry Reding · 10 years ago
  36. a4d7b30 drm/irq: Add drm_crtc_send_vblank_event() by Thierry Reding · 10 years ago
  37. b0ee9e7 drm/fb: add support for tiled monitor configurations. (v2) by Dave Airlie · 10 years ago
  38. 6f134d7 drm/tile: expose the tile property to userspace (v3) by Dave Airlie · 10 years ago
  39. 40d9b04 drm/connector: store tile information from displayid (v3) by Dave Airlie · 10 years ago
  40. c6a0aed drm/mst: cached EDID for logical ports (v2) by Dave Airlie · 10 years ago
  41. 138f9eb drm: add tile_group support. (v3) by Dave Airlie · 10 years ago
  42. b49b55b drm/displayid: add displayid defines and edid extension (v2) by Dave Airlie · 10 years ago
  43. ecb7e16 drm: add helper to get crtc timings (v5) by Gustavo Padovan · 10 years ago
  44. aa35071 drm/ttm: optionally move duplicates to a separate list by Christian König · 10 years ago
  45. 9be23ae Merge tag 'topic/core-stuff-2014-11-28' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  46. 417009fb drm: fix indentation by Rob Clark · 10 years ago
  47. dd27595 drm/atomic: add plane iterator macros by Rob Clark · 10 years ago
  48. 6ddd388 drm/atomic: track bitmask of planes attached to crtc by Rob Clark · 10 years ago
  49. 18df89f drm: Decouple EDID parsing from I2C adapter by Lars-Peter Clausen · 12 years ago
  50. 37cc014 drm: Make drm_atomic.h standalone includible by Thierry Reding · 10 years ago
  51. 0254951 drm: Make drm_atomic_helper.h standalone includible by Thierry Reding · 10 years ago
  52. 5d57169 drm/plane: Add missing kerneldoc by Thierry Reding · 10 years ago
  53. f1c37e1 drm/plane: Pass old state to ->atomic_update() by Thierry Reding · 10 years ago
  54. 355a701 drm/gem: Warn on illegal use of the dumb buffer interface v2 by Thomas Hellstrom · 10 years ago
  55. 3758b34 drm: s/enum_blob_list/enum_list/ in drm_property by Daniel Vetter · 10 years ago
  56. f52b69f1 drm/atomic: Don't overrun the connector array when hotplugging by Daniel Vetter · 10 years ago
  57. ca5a71d Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-next by Dave Airlie · 10 years ago
  58. 5bb2bbf drm: add properties for suggested x/y offset for connectors. (v2) by Dave Airlie · 10 years ago
  59. 4fb2ac6 Merge tag 'drm/fixes/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-next by Dave Airlie · 10 years ago
  60. 8aa3dc3c Merge tag 'drm/panel/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-next by Dave Airlie · 10 years ago
  61. d7f8db5 drm: flip-work: change drm_flip_work_init prototype by Boris BREZILLON · 10 years ago
  62. 8bd4ae2 drm: rework flip-work helpers to avoid calling func when the FIFO is full by Boris BREZILLON · 10 years ago
  63. 99035e9 drm/dsi: Do not require .owner field to be set by Thierry Reding · 10 years ago
  64. 3ef0592 drm/dsi: Resolve MIPI DSI device from phandle by Thierry Reding · 10 years ago
  65. 3b46d4a drm/dsi: Implement DCS set_{column,page}_address commands by Thierry Reding · 10 years ago
  66. 5cc0af1 drm/dsi: Implement DCS {get,set}_pixel_format commands by Thierry Reding · 10 years ago
  67. 3d9a8fc drm/dsi: Implement DCS get_power_mode command by Thierry Reding · 10 years ago
  68. 2f16b89 drm/dsi: Implement DCS soft_reset command by Thierry Reding · 10 years ago
  69. 083d573 drm/dsi: Implement DCS nop command by Thierry Reding · 10 years ago
  70. 009081e drm/dsi: Add to DocBook documentation by Thierry Reding · 10 years ago
  71. 42fe1e7 drm/dsi: Implement some standard DCS commands by YoungJun Cho · 10 years ago
  72. 550ab84 drm/dsi: Implement generic read and write commands by Thierry Reding · 10 years ago
  73. dbf30b6 drm/dsi: Add mipi_dsi_set_maximum_return_packet_size() helper by YoungJun Cho · 10 years ago
  74. ed6ff40 drm/dsi: Constify mipi_dsi_msg by Thierry Reding · 10 years ago
  75. 960dd61 drm/dsi: Make mipi_dsi_dcs_{read,write}() symmetrical by Thierry Reding · 10 years ago
  76. a52879e drm/dsi: Add message to packet translator by Thierry Reding · 10 years ago
  77. 02acb76 drm/dsi: Introduce packet format helpers by Thierry Reding · 10 years ago
  78. 6d17829 drm/cma: Introduce drm_gem_cma_dumb_create_internal() by Thierry Reding · 10 years ago
  79. d7883f8 drm/doc: Add GEM/CMA helpers to kerneldoc by Thierry Reding · 10 years ago
  80. 2f76331 drm: Make drm_mode_create_tv_properties() signature consistent by Thierry Reding · 10 years ago
  81. a9e3c90 drm: Implement drm_get_pci_dev() dummy for !PCI by Thierry Reding · 10 years ago
  82. 34eab43 drm/prime: Use unsigned type for number of pages by Thierry Reding · 10 years ago
  83. 12e6cec drm: Use const data when creating blob properties by Thierry Reding · 10 years ago
  84. ecbbe59 drm: Use size_t for blob property sizes by Thierry Reding · 10 years ago
  85. 4d02e2d drm: Per-plane locking by Daniel Vetter · 10 years ago
  86. 5ee3229 drm: export atomic wait_for_vblanks helper (v2) by Rob Clark · 10 years ago
  87. 51b44eb Merge tag 'v3.18-rc4' into drm-next by Dave Airlie · 10 years ago
  88. 122387a Merge tag 'topic/atomic-helpers-2014-11-09' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  89. 1f9e14b Merge tag 'topic/core-stuff-2014-11-05' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  90. 321ebf0 drm/atomic: Refcounting for plane_state->fb by Daniel Vetter · 10 years ago
  91. d461701 drm/atomic-helpers: functions for state duplicate/destroy/reset by Daniel Vetter · 10 years ago
  92. 8bc0f31 drm/atomic-helper: implement ->page_flip by Daniel Vetter · 10 years ago
  93. e2330f0 drm/atomic: Integrate fence support by Daniel Vetter · 10 years ago
  94. 042652e drm/atomic-helper: implementatations for legacy interfaces by Daniel Vetter · 10 years ago
  95. 623369e drm: Atomic crtc/connector updates using crtc/plane helper interfaces by Daniel Vetter · 10 years ago
  96. 2f324b4 drm/crtc-helper: Transitional functions using atomic plane helpers by Daniel Vetter · 10 years ago
  97. acf24a3 drm/plane-helper: transitional atomic plane helpers by Daniel Vetter · 10 years ago
  98. c2fcd27 drm: Add atomic/plane helpers by Daniel Vetter · 10 years ago
  99. cc4ceb4 drm: Global atomic state handling by Daniel Vetter · 10 years ago
  100. 144ecb9 drm: Add atomic driver interface definitions for objects by Daniel Vetter · 10 years ago