1. 263b39f drm: rcar-du: Use the drm atomic state duplication helpers for planes by Laurent Pinchart · 9 years ago
  2. 39a3d57 drm: rcar-du: Clean up planes in the error paths of .atomic_commit() by Laurent Pinchart · 9 years ago
  3. 898a2f3 drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0 by Laurent Pinchart · 9 years ago
  4. 64549cd drm: rcar-du: Clarify error message when encoder initialization fails by Laurent Pinchart · 9 years ago
  5. d6aed57 drm: rcar-du: Fix crash with groups that have less than 9 planes by Laurent Pinchart · 9 years ago
  6. 911316f drm: rcar-du: Disable all planes when stopping the CRTC by Laurent Pinchart · 9 years ago
  7. 6e0c6e1 drm: rcar-du: Print the error value when DRM/KMS init fails by Laurent Pinchart · 9 years ago
  8. 2610abf drm: rcar-du: Split planes pre-association 4/4 between CRTCs by Laurent Pinchart · 9 years ago
  9. fe6fbe9 drm: rcar-du: Store the number of CRTCs per group in the group structure by Laurent Pinchart · 9 years ago
  10. c8af99b drm: rcar-du: Consider plane to CRTC associations in the plane allocator by Laurent Pinchart · 9 years ago
  11. 2a57e9b drm: rcar-du: Keep plane to CRTC associations when disabling a plane by Laurent Pinchart · 9 years ago
  12. 0805861 drm: rcar-du: Add plane allocation debugging by Laurent Pinchart · 9 years ago
  13. ec69a40 drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_state by Laurent Pinchart · 9 years ago
  14. 99caede drm: rcar-du: Embed rcar_du_planes structure into rcar_du_group by Laurent Pinchart · 9 years ago
  15. 9f6aee9 drm: rcar-du: Move properties from rcar_du_planes to rcar_du_device by Laurent Pinchart · 9 years ago
  16. 0855c68 drm: rcar-du: Document the rcar_du_plane_state structure by Laurent Pinchart · 9 years ago
  17. bce9936 drm: rcar-du: Document the rcar_du_crtc structure by Laurent Pinchart · 9 years ago
  18. bb1dc08 Merge tag 'of-graph-drm-2015-04-08' of git://git.pengutronix.de/git/pza/linux into drm-next by Dave Airlie · 9 years ago
  19. 4af642d drm/rcar-du: use for_each_endpoint_of_node macro by Philipp Zabel · 10 years ago
  20. 6dbe686 drm: rcar-du: Enable the atomic updates API by Laurent Pinchart · 9 years ago
  21. 3515a9a drm: rcar-du: Don't initialize event->pipe field by Laurent Pinchart · 9 years ago
  22. de115fac drm: rcar-du: Fix framebuffer reference leak through plane state by Laurent Pinchart · 9 years ago
  23. 5ee5a81 drm: rcar-du: Fix race condition in hardware plane allocator by Laurent Pinchart · 9 years ago
  24. 48596d5 drm: rcar-du: Move group locking inside rcar_du_crtc_update_planes() by Laurent Pinchart · 9 years ago
  25. 52055ba drm: rcar-du: Move plane commit code from CRTC start to CRTC resume by Laurent Pinchart · 9 years ago
  26. 5bfcbce drm: rcar-du: Move plane format to plane state by Laurent Pinchart · 9 years ago
  27. 53dff60 drm: rcar-du: Remove unneeded rcar_du_crtc plane field by Laurent Pinchart · 9 years ago
  28. 4709419 drm: rcar-du: Replace plane crtc and enabled fields by plane state by Laurent Pinchart · 9 years ago
  29. f398f34 drm: rcar-du: Rework plane setup code by Laurent Pinchart · 9 years ago
  30. 4407cc0 drm: rcar-du: Switch plane set_property to atomic helpers by Laurent Pinchart · 9 years ago
  31. d574664 drm: rcar-du: Switch page flip to atomic helpers by Laurent Pinchart · 9 years ago
  32. 8d3f9b2 drm: rcar-du: Implement asynchronous commit support by Laurent Pinchart · 9 years ago
  33. ede7714 drm: rcar-du: Replace encoder mode_fixup with atomic_check by Laurent Pinchart · 9 years ago
  34. f348323 drm: rcar-du: Switch connector DPMS to atomic helpers by Laurent Pinchart · 9 years ago
  35. cf1cc6f drm: rcar-du: Switch mode config to atomic helpers by Laurent Pinchart · 9 years ago
  36. 336d04a drm: rcar-du: Switch plane update to atomic helpers by Laurent Pinchart · 9 years ago
  37. beff155 drm: rcar-du: Rework CRTC enable/disable for atomic updates by Laurent Pinchart · 9 years ago
  38. 58706b8 drm: rcar-du: Rework HDMI encoder enable/disable for atomic updates by Laurent Pinchart · 9 years ago
  39. f6638b6 drm: rcar-du: Rework encoder enable/disable for atomic updates by Laurent Pinchart · 9 years ago
  40. 44ef7ed drm: rcar-du: Replace LVDS encoder DPMS by enable/disable by Laurent Pinchart · 9 years ago
  41. 287bdf0 drm: rcar-du: Remove private copy of plane size and position by Laurent Pinchart · 9 years ago
  42. 3e8da87 drm: rcar-du: Wire up atomic state object scaffolding by Laurent Pinchart · 9 years ago
  43. 845f463 drm: rcar-du: Handle primary plane config through atomic plane ops by Laurent Pinchart · 9 years ago
  44. 920888a drm: rcar-du: Implement planes atomic operations by Laurent Pinchart · 9 years ago
  45. 3053460 drm: rcar-du: Fix hardware plane allocation by Laurent Pinchart · 9 years ago
  46. 917de18 drm: rcar-du: Implement universal plane support by Laurent Pinchart · 9 years ago
  47. a64b9c7 drm: rcar-du: Define macros for the max number of groups, CRTCs and LVDS by Laurent Pinchart · 9 years ago
  48. 931b733 drm: rcar-du: Disable fbdev emulation when no connector is present by Laurent Pinchart · 9 years ago
  49. 0cd90a5 drm: rcar-du: Turn vblank on/off when enabling/disabling CRTC by Laurent Pinchart · 9 years ago
  50. 36693f3 drm: rcar-du: Wait for page flip completion when turning the CRTC off by Laurent Pinchart · 9 years ago
  51. 17f6b8a drm: rcar-du: Reorder CRTC functions by Laurent Pinchart · 9 years ago
  52. 8b37c32 drm: rcar-du: Don't set connector->encoder at init time by Laurent Pinchart · 9 years ago
  53. df78222 drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init time by Laurent Pinchart · 9 years ago
  54. 0e211da drm: rcar-du: Don't disable unused functions at init time by Laurent Pinchart · 9 years ago
  55. f033c0b of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint by Philipp Zabel · 10 years ago
  56. db88c8f drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRS by Chen Gang S · 10 years ago
  57. b2eb048 Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next by Dave Airlie · 10 years ago
  58. 906eff7 drm: rcar-du: Implement support for interlaced modes by Laurent Pinchart · 10 years ago
  59. 3dbf11e drm: rcar-du: Clamp DPMS states to on and off by Laurent Pinchart · 10 years ago
  60. 2d60762 drm: rcar-du: Enable hotplug detection on HDMI connector by Laurent Pinchart · 10 years ago
  61. f67e1e0 drm: rcar-du: Output HSYNC instead of CSYNC by Laurent Pinchart · 10 years ago
  62. 1b30dbd drm: rcar-du: Add support for external pixel clock by Laurent Pinchart · 10 years ago
  63. 0c1c877 drm: rcar-du: Refactor DEFR8 feature by Laurent Pinchart · 10 years ago
  64. 5e433b6 drm: rcar-du: Remove LVDS and HDMI encoders chaining restriction by Laurent Pinchart · 10 years ago
  65. 49785e2 drm: rcar-du: Configure pitch for chroma plane of multiplanar formats by Laurent Pinchart · 10 years ago
  66. 347d761 drm: rcar-du: Don't fail probe in case of partial encoder init error by Laurent Pinchart · 10 years ago
  67. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  68. 4fcd01d drm: rcar-du: Fix NULL encoder pointer dereference by Laurent Pinchart · 10 years ago
  69. 637e619 drm: rcar-du: Add HDMI encoder and connector support by Laurent Pinchart · 10 years ago
  70. 69746b4 drm: rcar-du: Replace drm_encoder with drm_slave_encoder by Laurent Pinchart · 10 years ago
  71. 4b96b70 drm: rcar-du: Replace direct DRM encoder access with cast macro by Laurent Pinchart · 10 years ago
  72. 3ea4d5e drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init() by Laurent Pinchart · 10 years ago
  73. 2378ad1 drm: rcar-du: Remove platform data support by Laurent Pinchart · 10 years ago
  74. 6512f5f drm: rcar-du: fix error return code by Julia Lawall · 10 years ago
  75. 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
  76. 7e295a3 drm/rcar: gem: dumb: pitch is an output by Thierry Reding · 10 years ago
  77. 6d17829 drm/cma: Introduce drm_gem_cma_dumb_create_internal() by Thierry Reding · 10 years ago
  78. 3cb9ae4 drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h by Daniel Vetter · 10 years ago
  79. 8749393 gpu: drm: rcar-du: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  80. 96c0269 drm/rcar-du: Add OF support by Laurent Pinchart · 11 years ago
  81. 1d46fea drm/rcar-du: Use struct videomode in platform data by Laurent Pinchart · 10 years ago
  82. 36d5046 drm/rcar-du: Update copyright notice by Laurent Pinchart · 11 years ago
  83. 915b4d1 drm: add driver->set_busid() callback by David Herrmann · 10 years ago
  84. 8bed5cc drm/rcar-du: Fix maximum frame buffer pitch computation by Laurent Pinchart · 10 years ago
  85. 396d7a2 drm: rcar-du: fix warnings by Russell King · 10 years ago
  86. 34ea3d3 drm: add register and unregister functions for connectors by Thomas Wood · 10 years ago
  87. 923d941 drm/rcar-du: Add run-time dependencies by Jean Delvare · 10 years ago
  88. f9b0e25 drm: make mode_valid callback optional by Andrzej Hajda · 10 years ago
  89. d9961b2 drm/rcar-du: Handle encoder initialization failures by Laurent Pinchart · 10 years ago
  90. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 10 years ago
  91. e6c3dcd Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next by Dave Airlie · 11 years ago
  92. 5ec467a drm/rcar-du: Fix return value check in rcar_du_lvdsenc_get_resources() by Wei Yongjun · 11 years ago
  93. 57a24cf drm/rcar: call drm_put_dev directly in the ->remove hook by Daniel Vetter · 11 years ago
  94. 29ee646 drm/rcar-du: Add support for the r8a7791 DU by Laurent Pinchart · 11 years ago
  95. 5cca30e drm/rcar-du: Add LVDS_LANES quirk by Laurent Pinchart · 11 years ago
  96. e8355e0 drm/rcar-du: Split features and quirks by Laurent Pinchart · 11 years ago
  97. eb86301 drm/rcar-du: Update plane pitch in .mode_set_base() operation by Laurent Pinchart · 11 years ago
  98. f5abcc4 drm/rcar-du: Don't cast crtc to rcrtc twice in the same function by Laurent Pinchart · 11 years ago
  99. c8ca9d6 drm/rcar-du: fix return value check in rcar_du_lvdsenc_get_resources() by Wei Yongjun · 11 years ago
  100. 92b6f89 drm: Add separate Kconfig option for fbdev helpers by Daniel Vetter · 11 years ago