1. 5ee5a81 drm: rcar-du: Fix race condition in hardware plane allocator by Laurent Pinchart · 10 years ago
  2. 48596d5 drm: rcar-du: Move group locking inside rcar_du_crtc_update_planes() by Laurent Pinchart · 10 years ago
  3. 52055ba drm: rcar-du: Move plane commit code from CRTC start to CRTC resume by Laurent Pinchart · 10 years ago
  4. 5bfcbce drm: rcar-du: Move plane format to plane state by Laurent Pinchart · 10 years ago
  5. 53dff60 drm: rcar-du: Remove unneeded rcar_du_crtc plane field by Laurent Pinchart · 10 years ago
  6. 4709419 drm: rcar-du: Replace plane crtc and enabled fields by plane state by Laurent Pinchart · 10 years ago
  7. f398f34 drm: rcar-du: Rework plane setup code by Laurent Pinchart · 10 years ago
  8. 4407cc0 drm: rcar-du: Switch plane set_property to atomic helpers by Laurent Pinchart · 10 years ago
  9. d574664 drm: rcar-du: Switch page flip to atomic helpers by Laurent Pinchart · 10 years ago
  10. 8d3f9b2 drm: rcar-du: Implement asynchronous commit support by Laurent Pinchart · 10 years ago
  11. ede7714 drm: rcar-du: Replace encoder mode_fixup with atomic_check by Laurent Pinchart · 10 years ago
  12. f348323 drm: rcar-du: Switch connector DPMS to atomic helpers by Laurent Pinchart · 10 years ago
  13. cf1cc6f2 drm: rcar-du: Switch mode config to atomic helpers by Laurent Pinchart · 10 years ago
  14. 336d04a drm: rcar-du: Switch plane update to atomic helpers by Laurent Pinchart · 10 years ago
  15. beff155 drm: rcar-du: Rework CRTC enable/disable for atomic updates by Laurent Pinchart · 10 years ago
  16. 58706b8 drm: rcar-du: Rework HDMI encoder enable/disable for atomic updates by Laurent Pinchart · 10 years ago
  17. f6638b6 drm: rcar-du: Rework encoder enable/disable for atomic updates by Laurent Pinchart · 10 years ago
  18. 44ef7ed drm: rcar-du: Replace LVDS encoder DPMS by enable/disable by Laurent Pinchart · 10 years ago
  19. 287bdf0 drm: rcar-du: Remove private copy of plane size and position by Laurent Pinchart · 10 years ago
  20. 3e8da87 drm: rcar-du: Wire up atomic state object scaffolding by Laurent Pinchart · 10 years ago
  21. 845f463 drm: rcar-du: Handle primary plane config through atomic plane ops by Laurent Pinchart · 10 years ago
  22. 920888a drm: rcar-du: Implement planes atomic operations by Laurent Pinchart · 10 years ago
  23. 3053460 drm: rcar-du: Fix hardware plane allocation by Laurent Pinchart · 10 years ago
  24. 917de18 drm: rcar-du: Implement universal plane support by Laurent Pinchart · 10 years ago
  25. a64b9c7 drm: rcar-du: Define macros for the max number of groups, CRTCs and LVDS by Laurent Pinchart · 10 years ago
  26. 931b733 drm: rcar-du: Disable fbdev emulation when no connector is present by Laurent Pinchart · 10 years ago
  27. 0cd90a5 drm: rcar-du: Turn vblank on/off when enabling/disabling CRTC by Laurent Pinchart · 10 years ago
  28. 36693f3 drm: rcar-du: Wait for page flip completion when turning the CRTC off by Laurent Pinchart · 10 years ago
  29. 17f6b8a drm: rcar-du: Reorder CRTC functions by Laurent Pinchart · 10 years ago
  30. 8b37c32 drm: rcar-du: Don't set connector->encoder at init time by Laurent Pinchart · 10 years ago
  31. df78222 drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init time by Laurent Pinchart · 10 years ago
  32. 0e211da drm: rcar-du: Don't disable unused functions at init time by Laurent Pinchart · 10 years ago
  33. db88c8f drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRS by Chen Gang S · 10 years ago
  34. b2eb048 Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next by Dave Airlie · 10 years ago
  35. 906eff7 drm: rcar-du: Implement support for interlaced modes by Laurent Pinchart · 10 years ago
  36. 3dbf11e drm: rcar-du: Clamp DPMS states to on and off by Laurent Pinchart · 10 years ago
  37. 2d60762 drm: rcar-du: Enable hotplug detection on HDMI connector by Laurent Pinchart · 10 years ago
  38. f67e1e0 drm: rcar-du: Output HSYNC instead of CSYNC by Laurent Pinchart · 10 years ago
  39. 1b30dbd drm: rcar-du: Add support for external pixel clock by Laurent Pinchart · 10 years ago
  40. 0c1c877 drm: rcar-du: Refactor DEFR8 feature by Laurent Pinchart · 10 years ago
  41. 5e433b6 drm: rcar-du: Remove LVDS and HDMI encoders chaining restriction by Laurent Pinchart · 10 years ago
  42. 49785e2 drm: rcar-du: Configure pitch for chroma plane of multiplanar formats by Laurent Pinchart · 10 years ago
  43. 347d761 drm: rcar-du: Don't fail probe in case of partial encoder init error by Laurent Pinchart · 10 years ago
  44. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  45. 4fcd01d drm: rcar-du: Fix NULL encoder pointer dereference by Laurent Pinchart · 10 years ago
  46. 637e619 drm: rcar-du: Add HDMI encoder and connector support by Laurent Pinchart · 11 years ago
  47. 69746b4 drm: rcar-du: Replace drm_encoder with drm_slave_encoder by Laurent Pinchart · 11 years ago
  48. 4b96b70 drm: rcar-du: Replace direct DRM encoder access with cast macro by Laurent Pinchart · 11 years ago
  49. 3ea4d5e drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init() by Laurent Pinchart · 10 years ago
  50. 2378ad1 drm: rcar-du: Remove platform data support by Laurent Pinchart · 10 years ago
  51. 6512f5f drm: rcar-du: fix error return code by Julia Lawall · 10 years ago
  52. 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
  53. 7e295a3 drm/rcar: gem: dumb: pitch is an output by Thierry Reding · 10 years ago
  54. 6d17829 drm/cma: Introduce drm_gem_cma_dumb_create_internal() by Thierry Reding · 10 years ago
  55. 3cb9ae4 drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h by Daniel Vetter · 10 years ago
  56. 8749393 gpu: drm: rcar-du: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  57. 96c0269 drm/rcar-du: Add OF support by Laurent Pinchart · 11 years ago
  58. 1d46fea drm/rcar-du: Use struct videomode in platform data by Laurent Pinchart · 10 years ago
  59. 36d5046 drm/rcar-du: Update copyright notice by Laurent Pinchart · 11 years ago
  60. 915b4d1 drm: add driver->set_busid() callback by David Herrmann · 10 years ago
  61. 8bed5cc drm/rcar-du: Fix maximum frame buffer pitch computation by Laurent Pinchart · 10 years ago
  62. 396d7a2 drm: rcar-du: fix warnings by Russell King · 10 years ago
  63. 34ea3d3 drm: add register and unregister functions for connectors by Thomas Wood · 11 years ago
  64. 923d941 drm/rcar-du: Add run-time dependencies by Jean Delvare · 11 years ago
  65. f9b0e25 drm: make mode_valid callback optional by Andrzej Hajda · 11 years ago
  66. d9961b2 drm/rcar-du: Handle encoder initialization failures by Laurent Pinchart · 11 years ago
  67. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 11 years ago
  68. e6c3dcd Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next by Dave Airlie · 11 years ago
  69. 5ec467a drm/rcar-du: Fix return value check in rcar_du_lvdsenc_get_resources() by Wei Yongjun · 11 years ago
  70. 57a24cf drm/rcar: call drm_put_dev directly in the ->remove hook by Daniel Vetter · 11 years ago
  71. 29ee646 drm/rcar-du: Add support for the r8a7791 DU by Laurent Pinchart · 11 years ago
  72. 5cca30e drm/rcar-du: Add LVDS_LANES quirk by Laurent Pinchart · 11 years ago
  73. e8355e0 drm/rcar-du: Split features and quirks by Laurent Pinchart · 11 years ago
  74. eb86301 drm/rcar-du: Update plane pitch in .mode_set_base() operation by Laurent Pinchart · 11 years ago
  75. f5abcc4 drm/rcar-du: Don't cast crtc to rcrtc twice in the same function by Laurent Pinchart · 11 years ago
  76. c8ca9d6 drm/rcar-du: fix return value check in rcar_du_lvdsenc_get_resources() by Wei Yongjun · 11 years ago
  77. 92b6f89 drm: Add separate Kconfig option for fbdev helpers by Daniel Vetter · 11 years ago
  78. ed8d197 drm: Pass page flip ioctl flags to driver by Keith Packard · 11 years ago
  79. b0e898ac drm: remove FASYNC support by Daniel Vetter · 11 years ago
  80. 1dda8d0 Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-next by Dave Airlie · 11 years ago
  81. 3864c6f drm/rcar-du: Add FBDEV emulation support by Laurent Pinchart · 12 years ago
  82. 90374b5 drm/rcar-du: Add internal LVDS encoder support by Laurent Pinchart · 12 years ago
  83. 7cbc05c drm/rcar-du: Configure RGB output routing to DPAD0 by Laurent Pinchart · 12 years ago
  84. ef67a90 drm/rcar-du: Rework output routing support by Laurent Pinchart · 12 years ago
  85. 38b62fb drm/rcar-du: Add support for DEFR8 register by Laurent Pinchart · 12 years ago
  86. a5f0ef5 drm/rcar-du: Add support for multiple groups by Laurent Pinchart · 12 years ago
  87. 9e2d2de drm/rcar-du: Fix buffer pitch alignment for R8A7790 DU by Laurent Pinchart · 12 years ago
  88. ef2d84b drm/rcar-du: Add support for the R8A7790 DU by Laurent Pinchart · 12 years ago
  89. 2fd22db drm/rcar-du: Move output routing configuration to group by Laurent Pinchart · 12 years ago
  90. 660bab5 drm/rcar-du: Remove register definitions for the second channel by Laurent Pinchart · 12 years ago
  91. 990d07a drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array size by Laurent Pinchart · 12 years ago
  92. cb2025d drm/rcar-du: Introduce CRTCs groups by Laurent Pinchart · 12 years ago
  93. 7fe99fd drm/rcar-du: Rename rcar_du_plane_(init|register) to rcar_du_planes_* by Laurent Pinchart · 12 years ago
  94. ae425b6 drm/rcar-du: Create rcar_du_planes structure by Laurent Pinchart · 12 years ago
  95. 9194731 drm/rcar-du: Rename platform data fields to match what they describe by Laurent Pinchart · 12 years ago
  96. 6978f12 drm/rcar-du: Merge LVDS and VGA encoder code by Laurent Pinchart · 12 years ago
  97. 9e8be27 drm/rcar-du: Split VGA encoder and connector by Laurent Pinchart · 12 years ago
  98. 56c5dd0 drm/rcar-du: Split LVDS encoder and connector by Laurent Pinchart · 12 years ago
  99. 9e7db06 drm/rcar-du: Clarify comment regarding plane Y source coordinate by Laurent Pinchart · 12 years ago
  100. f66ee30 drm/rcar-du: Support per-CRTC clock and IRQ by Laurent Pinchart · 12 years ago