1. e4563f6 drm: Rely on mode_config data for fb_helper initialization by Gabriel Krisman Bertazi · 9 years ago
  2. 012bbe2 Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 9 years ago
  3. c259e81 drm/omap: Remove omap_debugfs_cleanup() by Noralf Trønnes · 9 years ago
  4. 3875623 Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 9 years ago
  5. 01f5e69 Merge tag 'omapdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 9 years ago
  6. b77bc10 drm/omap: Stop using drm_framebuffer_unregister_private by Daniel Vetter · 9 years ago
  7. 282d0a3 Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 9 years ago
  8. 11b3c20 drm: Change the return type of the unload hook to void by Gabriel Krisman Bertazi · 9 years ago
  9. 3806a27 Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 9 years ago
  10. 42f7f3c drm/omap: panel-sony-acx565akm.c: Add MODULE_ALIAS by Jarkko Nikula · 9 years ago
  11. 7e6d80d drm/omap: dsi: fix compile errors when enabling debug prints by H. Nikolaus Schaller · 9 years ago
  12. b5c3714 drm/mm: Convert to drm_printer by Daniel Vetter · 9 years ago
  13. 2f95bc6 drm: omapdrm: Perform initialization/cleanup at probe/remove time by Laurent Pinchart · 9 years ago
  14. d501b12 drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structures by Laurent Pinchart · 9 years ago
  15. 84e1d45 drm: omapdrm: Remove global variables by Laurent Pinchart · 9 years ago
  16. 80f91bf drm: omapdrm: Simplify IRQ wait implementation by Laurent Pinchart · 9 years ago
  17. ca52d2f drm: omapdrm: Inline the pipe2vbl function by Laurent Pinchart · 10 years ago
  18. 1565481 drm: omapdrm: Don't call DISPC power handling in IRQ wait functions by Laurent Pinchart · 9 years ago
  19. 5d9f5b3 drm: omapdrm: Remove unused parameter from omap_drm_irq handler by Laurent Pinchart · 9 years ago
  20. da06a92 drm: omapdrm: Don't expose the omap_irq_(un)register() functions by Laurent Pinchart · 9 years ago
  21. 14389a3 drm: omapdrm: Keep vblank interrupt enabled while CRTC is active by Laurent Pinchart · 9 years ago
  22. d173d3d drm: omapdrm: Use a spinlock to protect the CRTC pending flag by Laurent Pinchart · 9 years ago
  23. 577d398 drm: omapdrm: Prevent processing the same event multiple times by Laurent Pinchart · 9 years ago
  24. 03af815 drm: omapdrm: Check the CRTC software state at enable/disable time by Laurent Pinchart · 9 years ago
  25. dadf465 drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs by Laurent Pinchart · 9 years ago
  26. f933a3a drm: omapdrm: Replace DSS manager state check with omapdrm CRTC state by Laurent Pinchart · 9 years ago
  27. 6b5538d drm: omapdrm: Handle OCP error IRQ directly by Laurent Pinchart · 10 years ago
  28. e0519af drm: omapdrm: Handle CRTC error IRQs directly by Laurent Pinchart · 10 years ago
  29. 728ae8d drm: omapdrm: Handle FIFO underflow IRQs internally by Laurent Pinchart · 10 years ago
  30. a078a3d drm: omapdrm: fb: Turn framebuffer creation error messages into debug by Laurent Pinchart · 9 years ago
  31. 6941e3d drm: omapdrm: fb: Simplify mode command checks when creating framebuffer by Laurent Pinchart · 9 years ago
  32. a39c94e drm: omapdrm: fb: Simplify objects lookup when creating framebuffer by Laurent Pinchart · 9 years ago
  33. c9028b3 drm: omapdrm: fb: Use format information provided by the DRM core by Laurent Pinchart · 9 years ago
  34. 4d20dfc drm: omapdrm: fb: Limit number of planes per framebuffer to two by Laurent Pinchart · 9 years ago
  35. 438b74a drm: Nuke fb->pixel_format by Ville Syrjälä · 9 years ago
  36. b00c600 drm: Nuke fb->depth by Ville Syrjälä · 9 years ago
  37. bcb0b46 drm: Replace drm_format_num_planes() with fb->format->num_planes by Ville Syrjälä · 9 years ago
  38. a3f913c drm: Pass 'dev' to drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 9 years ago
  39. 1a29d85 mm: use vmf->address instead of of vmf->virtual_address by Jan Kara · 9 years ago
  40. 5c2a392 drm/omap: tpd12s015: fix error handling by Tomi Valkeinen · 9 years ago
  41. e43f2c3 drm/omap: fix primary-plane's possible_crtcs by Tomi Valkeinen · 9 years ago
  42. d074e55 drm/omapdrm: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops by Stefan Christ · 9 years ago
  43. d7b56e6 drm/omap: panel-lgphilips-lb035q02: Add note for incorrect data drive edge and DE level by Peter Ujfalusi · 9 years ago
  44. 3a3caf3 drm/omap: panel-sharp-ls037v7dw01: Add note for incorrect data drive edge by Peter Ujfalusi · 9 years ago
  45. 737b513 drm/omap: panel-tpo-td028ttec1: Add note for incorrect sync drive edge by Peter Ujfalusi · 9 years ago
  46. 26a8d21 drm/omap: panel-tpo-td043mtea1: Add note for incorrect sync drive edge by Peter Ujfalusi · 9 years ago
  47. da11bbbb drm/omap: Use consistent name for struct videomode by Peter Ujfalusi · 9 years ago
  48. 4520ff2 drm/omap: Replace struct omap_video_timings with videomode by Peter Ujfalusi · 9 years ago
  49. 7aa91e7 drm/omap: Change the types of struct omap_video_timings members by Peter Ujfalusi · 9 years ago
  50. d34afb7 drm/omap: omap_display_timings: Use display_flags for sync edge by Peter Ujfalusi · 9 years ago
  51. f149e17 drm/omap: omap_display_timings: Use display_flags for pixel data edge by Peter Ujfalusi · 9 years ago
  52. 531efb3 drm/omap: omap_display_timings: Use display_flags for double_pixel mode by Peter Ujfalusi · 9 years ago
  53. 3fa3ab4 drm/omap: omap_display_timings: Use display_flags for DE level by Peter Ujfalusi · 9 years ago
  54. 6b44cd2 drm/omap: omap_display_timings: Use display_flags for h/vsync level by Peter Ujfalusi · 9 years ago
  55. 3b59293 drm/omap: dispc: Simplify _dispc_mgr_set_lcd_timings() parameters by Peter Ujfalusi · 9 years ago
  56. 5305829 drm/omap: omap_display_timings: Use display_flags for interlace mode by Peter Ujfalusi · 9 years ago
  57. fe70cd7 drm/omap: HDMI5: Use pointer to cfg->v_fc_config.timings in hdmi_core_video_config by Peter Ujfalusi · 9 years ago
  58. 458540c drm/omap: omap_display_timings: rename vbp to vback_porch by Peter Ujfalusi · 9 years ago
  59. 0996c68 drm/omap: omap_display_timings: rename vfp to vfront_porch by Peter Ujfalusi · 9 years ago
  60. d5bcf0a drm/omap: omap_display_timings: rename vsw to vsync_len by Peter Ujfalusi · 9 years ago
  61. a85f4a8 drm/omap: omap_display_timings: rename hbp to hback_porch by Peter Ujfalusi · 9 years ago
  62. 0a30e15 drm/omap: omap_display_timings: rename hfp to hfront_porch by Peter Ujfalusi · 9 years ago
  63. 4dc2250 drm/omap: omap_display_timings: rename hsw to hsync_len by Peter Ujfalusi · 9 years ago
  64. fb7f3c4 drm/omap: omap_display_timings: rename y_res to vactive by Peter Ujfalusi · 9 years ago
  65. 8189906 drm/omap: omap_display_timings: rename x_res to hactive by Peter Ujfalusi · 9 years ago
  66. bda63d5 drm/omap: fix return value check in dsi_bind() by Wei Yongjun · 9 years ago
  67. 6cb0965 drm/omap: omap_gem: Do not try to unmap page which is not mapped by Peter Ujfalusi · 10 years ago
  68. a7e8cd3 drm/omapdrm: Remove double gamma table write in omap_crtc_atomic_flush() by Jyri Sarha · 9 years ago
  69. 0cac5b6 drm/omap: remove unneeded conversions to bool by Andrew F. Davis · 9 years ago
  70. cfb73f2 drm/omap: print error instead of WARN() if plane setup fails by Tomi Valkeinen · 9 years ago
  71. 70dd2a6 drm/omap: cleanup omap_plane_atomic_check() by Tomi Valkeinen · 9 years ago
  72. aaf7642 drm/omap: fix plane check when crtc is disabled by Tomi Valkeinen · 9 years ago
  73. 0da88db drm/omap: Use per-plane rotation property by Ville Syrjälä · 9 years ago
  74. 18391ec drm/omap: Set rotation property initial value to BIT(DRM_ROTATE_0) insted of 0 by Ville Syrjälä · 9 years ago
  75. bd2ef25 drm: Add drm_rotation_90_or_270() by Ville Syrjälä · 9 years ago
  76. 0853695 drm: Add reference counting to drm_atomic_state by Chris Wilson · 9 years ago
  77. 2b58e98 drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit by Liu Ying · 9 years ago
  78. 1832040 drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fb by Chris Wilson · 9 years ago
  79. 5a78ff7 Revert "gpu: drm: omapdrm: dss-of: add missing of_node_put after calling of_parse_phandle" by Peter Chen · 9 years ago
  80. b1116f6 drm: Remove superflous linux/fb.h includes by Daniel Vetter · 9 years ago
  81. 31ad61e drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_? by Joonas Lahtinen · 9 years ago
  82. 731c7d3 Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  83. 76e4c32 GPU-DRM-OMAP: Delete unnecessary checks before two function calls by Markus Elfring · 9 years ago
  84. 2383050f Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc by Daniel Vetter · 9 years ago
  85. 9bcba8c drm/omap: make fbdev support really optional by Tobias Jakobi · 9 years ago
  86. 2ab9f58 gpu: drm: omapdrm: dss-of: add missing of_node_put after calling of_parse_phandle by Peter Chen · 9 years ago
  87. 0697a05 gpu: drm: omapdrm: connector-dvi: add missing of_node_put after calling of_parse_phandle by Peter Chen · 9 years ago
  88. 542d972 Back-merge tag 'v4.7-rc5' into drm-next by Dave Airlie · 9 years ago
  89. 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
  90. a325725 drm: Lobotomize set_busid nonsense for !pci drivers by Daniel Vetter · 9 years ago
  91. 41719d5 drm/omapdrm: don't call drm_helper_disable_unused_functions by Daniel Vetter · 9 years ago
  92. d9991f4 drm: omap: Rely on the default ->best_encoder() behavior by Boris Brezillon · 9 years ago
  93. 5e84c26 drm/atomic-helper: Massage swap_state signature somewhat by Daniel Vetter · 9 years ago
  94. 8533273 drm/omap: fix unused variable warning in dsi & hdmi by Tomi Valkeinen · 9 years ago
  95. 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
  96. 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
  97. 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
  98. 492a426 drm/omapdrm: Implement gamma_lut atomic crtc properties by Jyri Sarha · 9 years ago
  99. fbff010 drm/omapdrm: Workaround for errata i734 (LCD1 Gamma) in DSS dispc by Jyri Sarha · 9 years ago
  100. acc3a23 drm/omapdrm: Add gamma table support to DSS dispc by Jyri Sarha · 9 years ago