1. 0a7f54e drm/omap: fix bus_flags for panel-dpi by Tomi Valkeinen · 6 years ago
  2. 7c27fa5 drm/omap: Call dispc timings check operation directly by Laurent Pinchart · 7 years ago
  3. b4935e3 drm/omap: Store bus flags in the omap_dss_device structure by Laurent Pinchart · 7 years ago
  4. 8fe1d36 drm/omap: Make the video_mode pointer to .set_timings() const by Laurent Pinchart · 7 years ago
  5. 18412b6 drm/omap: Merge HPD enable operation with HPD callback registration by Laurent Pinchart · 7 years ago
  6. a21a8f3 drm/omap: Remove unneeded safety checks in the HPD operations by Laurent Pinchart · 7 years ago
  7. 09e5bb6 drm/omap: dss: Add device operations flags by Laurent Pinchart · 7 years ago
  8. 83910ad drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops by Laurent Pinchart · 7 years ago
  9. 1298977 drm/omap: Check omap_dss_device type based on the output_type field by Laurent Pinchart · 7 years ago
  10. 6f7ae8c drm/omap: dss: Remove omap_dss_driver .[gs]et_mirror operations by Laurent Pinchart · 7 years ago
  11. e553ea0 drm/omap: dss: Remove unused omap_dss_driver operations by Laurent Pinchart · 7 years ago
  12. 43f7078 drm/omap: dss: Remove the dss_mgr_(dis)connect() operations by Laurent Pinchart · 7 years ago
  13. d25a7d6 drm/omap: Remove supported output check in CRTC connect handler by Laurent Pinchart · 7 years ago
  14. 00b30e7 drm/omap: Pass pipe pointer to omap_crtc_init() by Laurent Pinchart · 7 years ago
  15. 3be0f15 drm/omap: dss: Merge two disconnection helpers by Laurent Pinchart · 7 years ago
  16. 7131655 drm/omap: dss: Move display type validation to initialization time by Laurent Pinchart · 7 years ago
  17. 511afb4 drm/omap: Reverse direction of DSS device (dis)connect operations by Laurent Pinchart · 7 years ago
  18. a48bc6a drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect() by Laurent Pinchart · 7 years ago
  19. bea1319 drm/omap: dss: Add function to retrieve display for an output by Laurent Pinchart · 7 years ago
  20. f7e376a drm/omap: dss: Add for_each_dss_output() macro by Laurent Pinchart · 7 years ago
  21. 27d6245 drm/omap: dss: Acquire next dssdev at probe time by Laurent Pinchart · 7 years ago
  22. eaaedaf drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinks by Laurent Pinchart · 7 years ago
  23. 4e20bda drm/omap: dss: Replace omap_dss_device port number with bitmask by Laurent Pinchart · 7 years ago
  24. 5c718e0 drm/omap: dss: Modify omapdss_find_output_from_display() to return channel by Laurent Pinchart · 7 years ago
  25. 845417b drm/omap: dss: Move DSS mgr ops and private data to dss_device by Laurent Pinchart · 7 years ago
  26. f324b27 drm/omap: dss: Store dss_device pointer in omap_dss_device by Laurent Pinchart · 7 years ago
  27. c1dfe72 drm/omap: dss: Move and rename omap_dss_(get|put)_device() by Laurent Pinchart · 7 years ago
  28. 67822ae drm/omap: dss: Remove panel devices list by Laurent Pinchart · 7 years ago
  29. 4e0bb06 drm/omap: dss: Split omapdss_register_display() by Laurent Pinchart · 7 years ago
  30. b9f4d2e drm/omap: dss: Make omap_dss_get_next_device() more generic by Laurent Pinchart · 7 years ago
  31. 92ce521 drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_display by Laurent Pinchart · 7 years ago
  32. de57e9d drm/omap: dss: Remove output devices list by Laurent Pinchart · 7 years ago
  33. fb55717 drm/omap: dss: Move src and dst check and set to connection handlers by Laurent Pinchart · 7 years ago
  34. ec727e3 drm/omap: dss: Add functions to connect and disconnect devices by Laurent Pinchart · 7 years ago
  35. b93109d drm/omap: dss: Move common device operations to common structure by Laurent Pinchart · 7 years ago
  36. e10bd35 drm/omap: dss: Allow looking up any device by port by Laurent Pinchart · 7 years ago
  37. a7e82a6 drm/omap: dss: Rework output lookup by port node by Laurent Pinchart · 7 years ago
  38. 9184f8d drm/omap: dss: Create and use omapdss_device_is_registered() by Laurent Pinchart · 7 years ago
  39. 6a7c5a2 drm/omap: dss: Create global list of all omap_dss_device instances by Laurent Pinchart · 7 years ago
  40. 7e7a0ed drm/omap: dss: Rename omap_dss_device list field to output_list by Laurent Pinchart · 7 years ago
  41. df91128 drm/omap: dss: Remove omap_dss_device panel fields by Laurent Pinchart · 7 years ago
  42. d65b0e0 drm/omap: displays: Remove videomode from omap_dss_device structure by Laurent Pinchart · 7 years ago
  43. e0528c9 drm/omap: dss: Constify omap_dss_driver operations structure by Laurent Pinchart · 7 years ago
  44. 9976782 drm/omap: dss: Remove DSS encoders get_timings operation by Laurent Pinchart · 7 years ago
  45. 52dd898 drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operations by Laurent Pinchart · 7 years ago
  46. 36c61ae drm/omap: dss: Remove display ordering from dss/display.c by Peter Ujfalusi · 7 years ago
  47. eb5bc1f drm/omap: Do dss_device (display) ordering in omap_drv.c by Peter Ujfalusi · 7 years ago
  48. 7c00985 drm/omap: add writeback funcs to dispc_ops by Tomi Valkeinen · 9 years ago
  49. 249e3da drm/omap: remove leftover enums by Tomi Valkeinen · 8 years ago
  50. 50638ae drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operations by Laurent Pinchart · 7 years ago
  51. d3541ca drm: omapdrm: dss: Store dispc ops in dss_device structure by Laurent Pinchart · 7 years ago
  52. 72877cf drm: omapdrm: dss: Store DSS device pointer in the omapdrm private data by Laurent Pinchart · 7 years ago
  53. 64cb817 drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_ops by Laurent Pinchart · 7 years ago
  54. 28d79f3 drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functions by Laurent Pinchart · 7 years ago
  55. 8a9a5ac drm: omapdrm: dss: Make omapdss_default_get_timings static by Laurent Pinchart · 7 years ago
  56. d11e5c8 drm: omapdrm: Use unsigned int type by Laurent Pinchart · 7 years ago
  57. bb5cdf8 drm: omapdrm: Remove filename from header and fix copyright tag by Andrew F. Davis · 7 years ago
  58. 2cd3e68 drm: omapdrm: Remove unused omap_dss_find_device() function by Laurent Pinchart · 7 years ago
  59. b070d6e drm/omap: add support for physical size hints from display drivers by Sebastian Reichel · 7 years ago
  60. dc47c0cf drm/omap: remove unused function defines by Sebastian Reichel · 7 years ago
  61. 867d7e0 drm/omap: dss: Add support for reporting memory bandwidth limitation by Peter Ujfalusi · 7 years ago
  62. 019114e omapdrm: omapdss_hdmi_ops: add lost_hotplug op by Hans Verkuil · 7 years ago
  63. 56503e1 drm: omapdrm: Remove the omapdss driver by Laurent Pinchart · 7 years ago
  64. d696430 drm: omapdrm: venc: Don't export omap_dss_pal_vm and omap_dss_ntsc_vm by Laurent Pinchart · 7 years ago
  65. 3c59680 drm/omap: Support for HDMI hot plug detection by Peter Ujfalusi · 8 years ago
  66. 4eebb80 drm/omap: DRM_MODE_REFLECT_* instead of mirror boolean by Tomi Valkeinen · 8 years ago
  67. 0bd97c4 drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_* by Tomi Valkeinen · 8 years ago
  68. 41aff42 drm/omap: rename color_mode to fourcc by Tomi Valkeinen · 8 years ago
  69. 3e1d65c drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_* by Tomi Valkeinen · 8 years ago
  70. 9c39d17 drm/omap: use u32 instead of enum omap_color_mode by Tomi Valkeinen · 8 years ago
  71. 18c0d62 drm/omap: change supported_modes to an array by Tomi Valkeinen · 8 years ago
  72. 22245f5 drm/omap: remove unneeded prototypes by Tomi Valkeinen · 8 years ago
  73. 517a8a95 drm/omap: remove dma & vrfb rotation by Tomi Valkeinen · 8 years ago
  74. 4b9cdd9 drm/omap: remove CLUT by Tomi Valkeinen · 8 years ago
  75. eb06225 drm/omap: Remove unused omap_dss_find_output() function by Laurent Pinchart · 8 years ago
  76. b82f6cc drm/omap: remove omap_overlay & omap_overlay_manager by Tomi Valkeinen · 8 years ago
  77. c632047 drm/omap: remove unused fields by Tomi Valkeinen · 8 years ago
  78. d2935c1 drm/omap: remove legacy get_resolution by Tomi Valkeinen · 8 years ago
  79. fb251e3 drm/omap: remove unused get_dimensions() by Tomi Valkeinen · 8 years ago
  80. aa61321 drm/omap: remove rfbi by Tomi Valkeinen · 8 years ago
  81. b42d7f5 drm/omap: dpi: remove legacy data_lines by Tomi Valkeinen · 8 years ago
  82. e0eb2ac drm/omap: remove recommended_bpp by Tomi Valkeinen · 8 years ago
  83. f2214bc drm/omap: venc: remove set_type & invert_vid_out_polarity by Tomi Valkeinen · 8 years ago
  84. 111d47d drm/omap: sdi: remove legacy set_datapairs by Tomi Valkeinen · 8 years ago
  85. 2e953d8 drm/omap: remove read_irqenable() by Tomi Valkeinen · 8 years ago
  86. 49a3057 drm/omap: remove ovl_set_channel_out by Tomi Valkeinen · 8 years ago
  87. 5806bce drm/omap: remove unused ovl_enabled() by Tomi Valkeinen · 8 years ago
  88. 278cba7 drm: omapdrm: Remove unused default display name support by Laurent Pinchart · 8 years ago
  89. 09bffa6 drm: omap: use common OF graph helpers by Rob Herring · 8 years ago
  90. 864050c7 drm/omap: Rename enum omap_plane to enum omap_plane_id by Jyri Sarha · 8 years ago
  91. 1e08c82 drm/omap: dss: Support for detecting display stack readiness by Peter Ujfalusi · 9 years ago
  92. 7c79e8d drm/omap: dss: Functions to check components in the display/output list by Peter Ujfalusi · 9 years ago
  93. be2d68c drm/omap: fix replication logic by Tomi Valkeinen · 8 years ago
  94. 5034b1f drm/omap: remove all EXPORT_SYMBOLs from dispc.c by Tomi Valkeinen · 9 years ago
  95. 8a13398 drm/omap: add dispc_ops by Tomi Valkeinen · 9 years ago
  96. c283400 drm/omap: move dispc related dss-feat funcs to dispc by Tomi Valkeinen · 9 years ago
  97. 82e83f6 drm/omap: move display, dss-of, output to omapdss-base by Tomi Valkeinen · 9 years ago
  98. 7c29971 drm/omap: move dss_initialized to omapdss-base by Tomi Valkeinen · 9 years ago
  99. 03af815 drm: omapdrm: Check the CRTC software state at enable/disable time by Laurent Pinchart · 9 years ago
  100. da11bbbb drm/omap: Use consistent name for struct videomode by Peter Ujfalusi · 8 years ago