1. d074e55 drm/omapdrm: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops by Stefan Christ · 8 years ago
  2. d7b56e6 drm/omap: panel-lgphilips-lb035q02: Add note for incorrect data drive edge and DE level by Peter Ujfalusi · 8 years ago
  3. 3a3caf3 drm/omap: panel-sharp-ls037v7dw01: Add note for incorrect data drive edge by Peter Ujfalusi · 8 years ago
  4. 737b513 drm/omap: panel-tpo-td028ttec1: Add note for incorrect sync drive edge by Peter Ujfalusi · 8 years ago
  5. 26a8d21 drm/omap: panel-tpo-td043mtea1: Add note for incorrect sync drive edge by Peter Ujfalusi · 8 years ago
  6. da11bbbb drm/omap: Use consistent name for struct videomode by Peter Ujfalusi · 8 years ago
  7. 4520ff2 drm/omap: Replace struct omap_video_timings with videomode by Peter Ujfalusi · 8 years ago
  8. 7aa91e7 drm/omap: Change the types of struct omap_video_timings members by Peter Ujfalusi · 8 years ago
  9. d34afb7 drm/omap: omap_display_timings: Use display_flags for sync edge by Peter Ujfalusi · 8 years ago
  10. f149e17 drm/omap: omap_display_timings: Use display_flags for pixel data edge by Peter Ujfalusi · 8 years ago
  11. 531efb3 drm/omap: omap_display_timings: Use display_flags for double_pixel mode by Peter Ujfalusi · 8 years ago
  12. 3fa3ab4 drm/omap: omap_display_timings: Use display_flags for DE level by Peter Ujfalusi · 8 years ago
  13. 6b44cd2 drm/omap: omap_display_timings: Use display_flags for h/vsync level by Peter Ujfalusi · 8 years ago
  14. 3b59293 drm/omap: dispc: Simplify _dispc_mgr_set_lcd_timings() parameters by Peter Ujfalusi · 8 years ago
  15. 5305829 drm/omap: omap_display_timings: Use display_flags for interlace mode by Peter Ujfalusi · 8 years ago
  16. fe70cd7 drm/omap: HDMI5: Use pointer to cfg->v_fc_config.timings in hdmi_core_video_config by Peter Ujfalusi · 8 years ago
  17. 458540c drm/omap: omap_display_timings: rename vbp to vback_porch by Peter Ujfalusi · 8 years ago
  18. 0996c68 drm/omap: omap_display_timings: rename vfp to vfront_porch by Peter Ujfalusi · 8 years ago
  19. d5bcf0a drm/omap: omap_display_timings: rename vsw to vsync_len by Peter Ujfalusi · 8 years ago
  20. a85f4a8 drm/omap: omap_display_timings: rename hbp to hback_porch by Peter Ujfalusi · 8 years ago
  21. 0a30e15 drm/omap: omap_display_timings: rename hfp to hfront_porch by Peter Ujfalusi · 8 years ago
  22. 4dc2250 drm/omap: omap_display_timings: rename hsw to hsync_len by Peter Ujfalusi · 8 years ago
  23. fb7f3c4 drm/omap: omap_display_timings: rename y_res to vactive by Peter Ujfalusi · 8 years ago
  24. 8189906 drm/omap: omap_display_timings: rename x_res to hactive by Peter Ujfalusi · 8 years ago
  25. bda63d5 drm/omap: fix return value check in dsi_bind() by Wei Yongjun · 8 years ago
  26. 6cb0965 drm/omap: omap_gem: Do not try to unmap page which is not mapped by Peter Ujfalusi · 9 years ago
  27. a7e8cd3 drm/omapdrm: Remove double gamma table write in omap_crtc_atomic_flush() by Jyri Sarha · 8 years ago
  28. 0cac5b6 drm/omap: remove unneeded conversions to bool by Andrew F. Davis · 9 years ago
  29. cfb73f2 drm/omap: print error instead of WARN() if plane setup fails by Tomi Valkeinen · 9 years ago
  30. 70dd2a6 drm/omap: cleanup omap_plane_atomic_check() by Tomi Valkeinen · 9 years ago
  31. aaf7642 drm/omap: fix plane check when crtc is disabled by Tomi Valkeinen · 9 years ago
  32. 0da88db drm/omap: Use per-plane rotation property by Ville Syrjälä · 8 years ago
  33. 18391ec drm/omap: Set rotation property initial value to BIT(DRM_ROTATE_0) insted of 0 by Ville Syrjälä · 8 years ago
  34. bd2ef25 drm: Add drm_rotation_90_or_270() by Ville Syrjälä · 8 years ago
  35. 0853695 drm: Add reference counting to drm_atomic_state by Chris Wilson · 8 years ago
  36. 2b58e98 drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit by Liu Ying · 8 years ago
  37. 1832040 drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fb by Chris Wilson · 8 years ago
  38. 5a78ff7 Revert "gpu: drm: omapdrm: dss-of: add missing of_node_put after calling of_parse_phandle" by Peter Chen · 8 years ago
  39. b1116f6 drm: Remove superflous linux/fb.h includes by Daniel Vetter · 8 years ago
  40. 31ad61e drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_? by Joonas Lahtinen · 8 years ago
  41. 731c7d3 Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  42. 76e4c32 GPU-DRM-OMAP: Delete unnecessary checks before two function calls by Markus Elfring · 9 years ago
  43. 2383050f Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc by Daniel Vetter · 9 years ago
  44. 9bcba8c drm/omap: make fbdev support really optional by Tobias Jakobi · 9 years ago
  45. 2ab9f58 gpu: drm: omapdrm: dss-of: add missing of_node_put after calling of_parse_phandle by Peter Chen · 9 years ago
  46. 0697a05 gpu: drm: omapdrm: connector-dvi: add missing of_node_put after calling of_parse_phandle by Peter Chen · 9 years ago
  47. 542d972 Back-merge tag 'v4.7-rc5' into drm-next by Dave Airlie · 9 years ago
  48. b223f4e2 Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.misc by Al Viro · 9 years ago
  49. a325725 drm: Lobotomize set_busid nonsense for !pci drivers by Daniel Vetter · 9 years ago
  50. 41719d5 drm/omapdrm: don't call drm_helper_disable_unused_functions by Daniel Vetter · 9 years ago
  51. d9991f4 drm: omap: Rely on the default ->best_encoder() behavior by Boris Brezillon · 9 years ago
  52. 5e84c26 drm/atomic-helper: Massage swap_state signature somewhat by Daniel Vetter · 9 years ago
  53. 8533273 drm/omap: fix unused variable warning in dsi & hdmi by Tomi Valkeinen · 9 years ago
  54. 3c85f20 Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 9 years ago
  55. 2cca455 Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  56. bb4cec0 Merge tag 'topic/lockless-gem-bo-freeing-2016-06-01' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  57. 492a426 drm/omapdrm: Implement gamma_lut atomic crtc properties by Jyri Sarha · 9 years ago
  58. fbff010 drm/omapdrm: Workaround for errata i734 (LCD1 Gamma) in DSS dispc by Jyri Sarha · 9 years ago
  59. acc3a23 drm/omapdrm: Add gamma table support to DSS dispc by Jyri Sarha · 9 years ago
  60. a1dec22 Merge omapdss header refactoring by Tomi Valkeinen · 9 years ago
  61. ecf140d Merge branch '4.8/omapdrm-pll' (omapdrm PLL work) by Tomi Valkeinen · 9 years ago
  62. 449c5e9 drm/omap: rename panel/encoder Kconfig names by Tomi Valkeinen · 9 years ago
  63. 4a64b90 drm: omapdrm: add DSI mapping by Sebastian Reichel · 9 years ago
  64. 6d39e63 drm: omapdrm: Remove unused omap_framebuffer_bo function by Laurent Pinchart · 9 years ago
  65. 0f9abbd drm: omapdrm: Remove unused omap_gem_tiled_size function by Laurent Pinchart · 9 years ago
  66. a84a49d drm: omapdrm: panel-lgphilips-lb035q02: Remove unused backlight GPIO by Laurent Pinchart · 9 years ago
  67. 5379be2 drm/omap: panel-dpi: implement support for a vcc regulator by Uwe Kleine-König · 9 years ago
  68. e2513b3 drm/omap: panel-dpi: make (limited) use of a reset gpio by Uwe Kleine-König · 9 years ago
  69. ce481ed drm/omap: fix pitch round-up by Tomi Valkeinen · 9 years ago
  70. 6a5228f drm/omap: remove align_pitch() by Tomi Valkeinen · 9 years ago
  71. 63871f7 drm/omap: remove unnecessary pitch round-up by Tomi Valkeinen · 9 years ago
  72. 6e4c6e6 drm/omap: remove unneeded gpio includes by Tomi Valkeinen · 9 years ago
  73. 26038aa drm/omap: Remove the video/omapdss.h and move it's content to local header file by Peter Ujfalusi · 9 years ago
  74. 32043da drm/omap: Do not include video/omapdss.h directly in drivers by Peter Ujfalusi · 9 years ago
  75. 5fd7447 omapdss: hdmi audio: Make header file independent of video/omapdss.h by Peter Ujfalusi · 9 years ago
  76. 14c6802 drm/omap: Remove reference to pdata->default_device by Peter Ujfalusi · 9 years ago
  77. e2e1d8f drm/omap: connector-analog-tv: Support only Composite type in legacy boot by Peter Ujfalusi · 9 years ago
  78. 2ac9eda drm/omap: displays: Do not include video/omap-panel-data.h if not needed by Peter Ujfalusi · 9 years ago
  79. ab3ab68 drm/omap: fix unused variable warning. by Dave Airlie · 9 years ago
  80. 8207257 drm/omap: Use for_each_plane_in_state by Daniel Vetter · 9 years ago
  81. af3ef29 drm/omapdrm: Nuke dummy fb->dirty callback by Daniel Vetter · 9 years ago
  82. d0196c8 drm/omap: include gpio/consumer.h where needed by Arnd Bergmann · 9 years ago
  83. 2d80245 drm/omap: include linux/seq_file.h where needed by Arnd Bergmann · 9 years ago
  84. 62cb075 Revert "drm/omap: no need to select OMAP2_DSS" by Peter Ujfalusi · 9 years ago
  85. 973999a drm/omap: Remove regulator API abuse by Peter Ujfalusi · 9 years ago
  86. 4bafcbc OMAPDSS: HDMI5: Change DDC timings by Jim Lodes · 9 years ago
  87. 08f707a OMAPDSS: HDMI5: Fix AVI infoframe by Jim Lodes · 9 years ago
  88. 91cd220 drm/omap: fix OMAP4 hdmi_core_powerdown_disable() by Tomi Valkeinen · 9 years ago
  89. d9e32ec drm/omap: Fix missing includes by Tomi Valkeinen · 9 years ago
  90. 2639d6b drm/omapdrm: include pinctrl/consumer.h where needed by Arnd Bergmann · 9 years ago
  91. 93c76a3 file_inode(f)->i_mapping is f->f_mapping by Al Viro · 9 years ago
  92. 31dca07 drm/omap: DPI: rename "DSI" related names by Tomi Valkeinen · 9 years ago
  93. 683cd86 drm/omap: support type B PLL for DPI by Tomi Valkeinen · 9 years ago
  94. f44b717 drm/omap: add comments for PLL calculations by Tomi Valkeinen · 9 years ago
  95. c107751 drm/omap: generalize dss_pll_calc_b() by Tomi Valkeinen · 9 years ago
  96. c17dc0e drm/omap: move HDMI PLL calc function to pll.c by Tomi Valkeinen · 9 years ago
  97. cd0715f drm/omap: rename PLL calc functions by Tomi Valkeinen · 9 years ago
  98. 86c9305 drm/omap: HDMI PLL: use runtime pm by Tomi Valkeinen · 9 years ago
  99. 13ece4d drm/omap: fix DPI clkout index handling by Tomi Valkeinen · 9 years ago
  100. 331e607 drm/omap: cleanup DPI clock source handling by Tomi Valkeinen · 9 years ago