1. ce9a8f1 drm: omapdrm: Handle events when enabling/disabling CRTCs by Laurent Pinchart · 8 years ago
  2. e8e13b1 drm/omap: Major omap_modeset_init() cleanup by Jyri Sarha · 8 years ago
  3. 50fa9f0 drm/omap: fix display SYNC/DE flags by Tomi Valkeinen · 9 years ago
  4. 9f75922 drm/omap: use dispc_ops by Tomi Valkeinen · 10 years ago
  5. 7e3d927 drm/omap: refactor CRTC HW property setup by Tomi Valkeinen · 10 years ago
  6. 8e22e1b Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 8 years ago
  7. e025d38 Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs" by Jyri Sarha · 9 years ago
  8. 0396162 drm/omap: use vblank hooks in struct drm_crtc_funcs by Tomi Valkeinen · 9 years ago
  9. ca52d2f drm: omapdrm: Inline the pipe2vbl function by Laurent Pinchart · 10 years ago
  10. 14389a3 drm: omapdrm: Keep vblank interrupt enabled while CRTC is active by Laurent Pinchart · 9 years ago
  11. d173d3d drm: omapdrm: Use a spinlock to protect the CRTC pending flag by Laurent Pinchart · 9 years ago
  12. 577d398 drm: omapdrm: Prevent processing the same event multiple times by Laurent Pinchart · 9 years ago
  13. 03af815 drm: omapdrm: Check the CRTC software state at enable/disable time by Laurent Pinchart · 9 years ago
  14. dadf465 drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs by Laurent Pinchart · 9 years ago
  15. f933a3a drm: omapdrm: Replace DSS manager state check with omapdrm CRTC state by Laurent Pinchart · 9 years ago
  16. e0519af drm: omapdrm: Handle CRTC error IRQs directly by Laurent Pinchart · 10 years ago
  17. da11bbbb drm/omap: Use consistent name for struct videomode by Peter Ujfalusi · 9 years ago
  18. 4520ff2 drm/omap: Replace struct omap_video_timings with videomode by Peter Ujfalusi · 9 years ago
  19. a7e8cd3 drm/omapdrm: Remove double gamma table write in omap_crtc_atomic_flush() by Jyri Sarha · 9 years ago
  20. 0da88db drm/omap: Use per-plane rotation property by Ville Syrjälä · 9 years ago
  21. 492a426 drm/omapdrm: Implement gamma_lut atomic crtc properties by Jyri Sarha · 9 years ago
  22. 1a4be38 Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  23. a90cc3f2 Merge tag 'omapdrm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 9 years ago
  24. 4091e54 drm/omapdrm: removed optional dummy crtc mode_fixup function. by Carlos Palminha · 9 years ago
  25. 751d2e1 drm/omap: remove last uses of omap_overlay_manager by Tomi Valkeinen · 10 years ago
  26. 4923950 drm/omap: add dispc_channel_connected field to omap_dss_device by Tomi Valkeinen · 10 years ago
  27. e5cbb6e drm/omap: convert dss_mgr_ops to use omap_channel by Tomi Valkeinen · 10 years ago
  28. 3a92413 drm/omap: remove crtc->mgr field by Tomi Valkeinen · 10 years ago
  29. 7b9cb5e drm/omap: Add dispc_mgr_get_supported_outputs() by Tomi Valkeinen · 10 years ago
  30. 6bdad6c drm/omap: fix crtc->plane property delegation by Tomi Valkeinen · 9 years ago
  31. 61f3c40 drm/omap: increase vblank wait timeout by Tomi Valkeinen · 10 years ago
  32. a7696ea drm/omap: drm_atomic_get_plane_state() may return ERR_PTR by Jyri Sarha · 10 years ago
  33. 4e4b53c drm/omap: HDMI: change enable/disable to avoid sync-losts by Tomi Valkeinen · 10 years ago
  34. 8c04fde drm/omap: Nuke close hooks by Daniel Vetter · 10 years ago
  35. f988287 drm: Pass 'name' to drm_crtc_init_with_planes() by Ville Syrjälä · 10 years ago
  36. 33e0be6 drm: Check crtc viewport correctly with rotated primary plane on atomic drivers by Ville Syrjälä · 10 years ago
  37. c201d00 drm/omap: Fixup compile fail by Daniel Vetter · 10 years ago
  38. 5f741b3 drm: omapdrm: new vblank and event handling by Tomi Valkeinen · 10 years ago
  39. 6646dfd drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flush by Tomi Valkeinen · 10 years ago
  40. 0dce4d7 drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable() by Laurent Pinchart · 10 years ago
  41. af6da31 drm: omapdrm: Don't flush CRTC when enabling or disabling it by Laurent Pinchart · 10 years ago
  42. 4029755 drm: omapdrm: Move encoder setup to encoder operations by Laurent Pinchart · 10 years ago
  43. 69fb7c8 drm: omapdrm: Simplify DSS power management by Laurent Pinchart · 10 years ago
  44. fd93a25 drm: omapdrm: Remove nested PM get/sync when configuring encoders by Laurent Pinchart · 10 years ago
  45. 1cfe19a drm: omapdrm: Support unlinking page flip events prematurely by Laurent Pinchart · 10 years ago
  46. 55613ac drm: omapdrm: omap_crtc_flush() isn't called with modeset locked by Laurent Pinchart · 10 years ago
  47. 0193f0c drm: omapdrm: Don't get/put dispc in omap_crtc_flush() by Laurent Pinchart · 10 years ago
  48. bec10a2 drm: omapdrm: Make the omap_crtc_flush function static by Laurent Pinchart · 10 years ago
  49. edc7255 drm: omapdrm: Remove omap_plane enabled field by Laurent Pinchart · 10 years ago
  50. 6cca481 drm: omapdrm: Remove omap_crtc enabled field by Laurent Pinchart · 10 years ago
  51. dee8260 drm: omapdrm: Move crtc info out of the crtc structure by Laurent Pinchart · 10 years ago
  52. afc3493 drm: omapdrm: Switch crtc and plane set_property to atomic helpers by Laurent Pinchart · 10 years ago
  53. 9d29c1f2 drm: omapdrm: Drop manual framebuffer pin handling by Laurent Pinchart · 10 years ago
  54. fa16d26 drm: omapdrm: Switch page flip to atomic helpers by Laurent Pinchart · 10 years ago
  55. aea3cab drm: omapdrm: Switch connector DPMS to atomic helpers by Laurent Pinchart · 10 years ago
  56. 9416c9d drm: omapdrm: Switch mode config to atomic helpers by Laurent Pinchart · 10 years ago
  57. f7a73b6 drm: omapdrm: Handle primary plane config through atomic plane ops by Laurent Pinchart · 10 years ago
  58. de8e410 drm: omapdrm: Implement planes atomic operations by Laurent Pinchart · 10 years ago
  59. 69a1226 drm: omapdrm: Wire up atomic state object scaffolding by Laurent Pinchart · 10 years ago
  60. f1d57fb drm: omapdrm: Rework CRTC enable/disable for atomic updates by Laurent Pinchart · 10 years ago
  61. 4343f0f drm: omapdrm: Rename CRTC DSS operations with an omap_crtc_dss_ prefix by Laurent Pinchart · 10 years ago
  62. 2d278f5 drm: omapdrm: Clean up #include's by Laurent Pinchart · 10 years ago
  63. 0c19ac9 drm: omapdrm: Fix page flip race with CRTC disable by Laurent Pinchart · 10 years ago
  64. c397cfd drm: omapdrm: Turn vblank on/off when enabling/disabling CRTC by Laurent Pinchart · 11 years ago
  65. 15d02e9 drm: omapdrm: Rework page flip handling by Laurent Pinchart · 11 years ago
  66. 1d5e5ea drm: omapdrm: Cancel pending page flips when closing device by Laurent Pinchart · 11 years ago
  67. 42fb61c drm: omapdrm: Rename omap_crtc page flip-related fields by Laurent Pinchart · 11 years ago
  68. 077db4d drm: omapdrm: Rename omap_crtc_page_flip_locked to omap_crtc_page_flip by Laurent Pinchart · 11 years ago
  69. a42133a drm: omapdrm: Apply settings synchronously by Laurent Pinchart · 11 years ago
  70. e2cd09b drm: omapdrm: Store the rotation property in dev->mode_config by Laurent Pinchart · 10 years ago
  71. 223bfd6 drm/omap: keep ref to old_fb by Tomi Valkeinen · 11 years ago
  72. ef42228 drm/omap: only ignore DIGIT SYNC LOST for TV output by Tomi Valkeinen · 10 years ago
  73. a36af73 drm/omap: fix race with error_irq by Tomi Valkeinen · 10 years ago
  74. 3b143fc drm/omap: use DRM_ERROR_RATELIMITED() for error irqs by Tomi Valkeinen · 11 years ago
  75. 549a754 drm/omap: page_flip: return -EBUSY if flip pending by Tomi Valkeinen · 11 years ago
  76. 971fb3e drm: omapdrm: Reorder CRTC functions by Laurent Pinchart · 11 years ago
  77. a350da8 drm: omapdrm: Pass integer source coordinates to omap_plane_mode_set() by Laurent Pinchart · 11 years ago
  78. 8472b57 drm: omapdrm: Avoid function forward declaration in omap_crtc.c by Laurent Pinchart · 11 years ago
  79. 297767b drm: omapdrm: Remove omap_crtc->full_update field by Laurent Pinchart · 11 years ago
  80. 5dbe443 drm: omapdrm: Fix race condition between GO and vblank IRQ by Laurent Pinchart · 11 years ago
  81. 2debab9 drm: omapdrm: Rename omap_plane_dpms() to omap_plane_set_enable() by Laurent Pinchart · 11 years ago
  82. ef6b0e0 drm: omapdrm: Switch to the universal plane API by Laurent Pinchart · 11 years ago
  83. 222025e drm: omapdrm: Fix indentation of structure and array initializers by Laurent Pinchart · 11 years ago
  84. 3cb9ae4 drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h by Daniel Vetter · 11 years ago
  85. 51fd371 drm: convert crtc and connection_mutex to ww_mutex (v5) by Rob Clark · 12 years ago
  86. 38e5597 drm/omap: protect omap_crtc's event with event_lock spinlock by Archit Taneja · 11 years ago
  87. bc905ac drm/omap: Use old_fb to synchronize between successive page flips by Archit Taneja · 11 years ago
  88. 71b6667 drm/omap: Fix crash when using LCD3 overlay manager by Archit Taneja · 11 years ago
  89. 772cdc9 drm/omap: remove extra plane->destroy from crtc destroy by Tomi Valkeinen · 11 years ago
  90. 506096a drm/omap: fix enabling/disabling of video pipeline by Tomi Valkeinen · 11 years ago
  91. c7aef12 drm/omap: fix missing disable for unused encoder by Tomi Valkeinen · 11 years ago
  92. e2f8fd7 drm/omap: fix race issue when unloading omapdrm by Tomi Valkeinen · 11 years ago
  93. 2ec8e37 drm/omap: fix output enable/disable sequence by Tomi Valkeinen · 11 years ago
  94. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 11 years ago
  95. 3a01ab2 drm/omap: fix: Defer probe if an omapdss device requests for it at connect by Archit Taneja · 12 years ago
  96. 6da9f89 drm/omap: fix (un)registering irqs inside an irq handler by Tomi Valkeinen · 12 years ago
  97. ed8d197 drm: Pass page flip ioctl flags to driver by Keith Packard · 12 years ago
  98. 2e17c5a Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  99. 1f68d9c OMAPDSS: combine omap_dss_output into omap_dss_device by Tomi Valkeinen · 12 years ago
  100. a7e71e7 OMAPDSS: Implement display (dis)connect support by Tomi Valkeinen · 12 years ago