1. 5ea1f75 drm: add drm_fb_helper_restore_fbdev_mode_unlocked() by Rob Clark · 11 years ago
  2. 51fd371 drm: convert crtc and connection_mutex to ww_mutex (v5) by Rob Clark · 11 years ago
  3. 6e9f798 drm: Split connection_mutex out of mode_config.mutex (v3) by Daniel Vetter · 11 years ago
  4. f2d022a drm/omap: fix the handling of fb ref counts by Tomi Valkeinen · 11 years ago
  5. 38e5597 drm/omap: protect omap_crtc's event with event_lock spinlock by Archit Taneja · 11 years ago
  6. bc905ac drm/omap: Use old_fb to synchronize between successive page flips by Archit Taneja · 11 years ago
  7. 71b6667 drm/omap: Fix crash when using LCD3 overlay manager by Archit Taneja · 11 years ago
  8. f2cff0f drm/omap: gem sync: wait on correct events by Archit Taneja · 11 years ago
  9. 15ec2ca drm/omap: Fix memory leak in omap_gem_op_async by Subhajit Paul · 11 years ago
  10. b841aed drm/omap: remove warn from debugfs by Tomi Valkeinen · 11 years ago
  11. 772cdc9 drm/omap: remove extra plane->destroy from crtc destroy by Tomi Valkeinen · 11 years ago
  12. 5ac9634 drm/omap: print warning when rotating non-TILER fb by Tomi Valkeinen · 11 years ago
  13. 5e19c06 drm/omap: fix missing unref to fb's buf object by Tomi Valkeinen · 11 years ago
  14. d458660 drm/omap: fix plane rotation by Grazvydas Ignotas · 11 years ago
  15. 506096a drm/omap: fix enabling/disabling of video pipeline by Tomi Valkeinen · 11 years ago
  16. c7aef12 drm/omap: fix missing disable for unused encoder by Tomi Valkeinen · 11 years ago
  17. e2f8fd7 drm/omap: fix race issue when unloading omapdrm by Tomi Valkeinen · 11 years ago
  18. ea7e3a6 drm/omap: fix DMM driver (un)registration by Tomi Valkeinen · 11 years ago
  19. 707cf58 drm/omap: fix uninit order in pdev_remove() by Tomi Valkeinen · 11 years ago
  20. 2ec8e37 drm/omap: fix output enable/disable sequence by Tomi Valkeinen · 11 years ago
  21. e9f37d3 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  22. 2614dc6 Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into drm-next by Dave Airlie · 11 years ago
  23. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 11 years ago
  24. 06fb220 drm/omap: Don't dereference list head when the connectors list is empty by Laurent Pinchart · 11 years ago
  25. 6796cb1 drm: use anon-inode instead of relying on cdevs by David Herrmann · 11 years ago
  26. d8d78941 OMAPDSS: convert pixel clock to common videomode style by Tomi Valkeinen · 12 years ago
  27. dee13f1 Merge tag 'omapdrm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 11 years ago
  28. b04a590 drm: store the gem vma offset manager in a typed pointer by Daniel Vetter · 11 years ago
  29. 3d23234 drm/omap: Enable DT support for DMM by Archit Taneja · 11 years ago
  30. 80e4ed5 drm/omap: fix: change dev_unload order by Archit Taneja · 11 years ago
  31. ec72a81 drm/omap: fix: disable encoder before destroying it by Archit Taneja · 11 years ago
  32. cc823bd drm/omap: fix: disconnect devices when omapdrm module is removed by Archit Taneja · 11 years ago
  33. 3a01ab2 drm/omap: fix: Defer probe if an omapdss device requests for it at connect by Archit Taneja · 11 years ago
  34. 6da9f89 drm/omap: fix (un)registering irqs inside an irq handler by Tomi Valkeinen · 11 years ago
  35. 57ed0f7 drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE by Daniel Vetter · 11 years ago
  36. e9f0d76 drm: Kill DRM_IRQ_ARGS by Daniel Vetter · 11 years ago
  37. fd3c025 drm/omap: call drm_put_dev directly in ->remove by Daniel Vetter · 11 years ago
  38. 73e9efd drm: Push dirtyfb ioctl kms locking down to drivers by Ville Syrjälä · 11 years ago
  39. 049ffa8 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  40. d6cfaab DMA-API: others: use dma_set_coherent_mask() by Russell King · 12 years ago
  41. 92b6f89 drm: Add separate Kconfig option for fbdev helpers by Daniel Vetter · 11 years ago
  42. 4423843 drm: Make irq_enabled bool by Ville Syrjälä · 11 years ago
  43. 5380e92 drm: Collect per-crtc vblank stuff to a struct by Ville Syrjälä · 11 years ago
  44. bf507d90 drm: Make vblank_enabled bool by Ville Syrjälä · 11 years ago
  45. 16eb5f4 drm: kill ->gem_init_object() and friends by David Herrmann · 11 years ago
  46. a09e9a7 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  47. a73fdc6 OMAPDSS: rename omap_dss_device's 'output' to 'src' by Tomi Valkeinen · 12 years ago
  48. ed8d197 drm: Pass page flip ioctl flags to driver by Keith Packard · 12 years ago
  49. e1e9c90 drm/omap: tiler: clear buffer properly by Dan Carpenter · 11 years ago
  50. ddcd09d drm/omap: kill omap_gem_helpers.c by Rob Clark · 12 years ago
  51. 5833bd2 drm/omap: use flip-work helper by Rob Clark · 12 years ago
  52. b0e898ac drm: remove FASYNC support by Daniel Vetter · 12 years ago
  53. 161695b drm/omap: kill firstopen callback by Daniel Vetter · 12 years ago
  54. baa7094 drm: const'ify ioctls table (v2) by Rob Clark · 12 years ago
  55. 43387b3 drm/gem: create drm_gem_dumb_destroy by Daniel Vetter · 12 years ago
  56. 0de2397 drm/gem: convert to new unified vma manager by David Herrmann · 12 years ago
  57. 89c8233 drm/gem: simplify object initialization by David Herrmann · 12 years ago
  58. 2e17c5a Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  59. 4368dd8 drm/gem: add mutex lock when using drm_gem_mmap_obj by YoungJun Cho · 12 years ago
  60. 2644ee9 drm/omap: drop the !FB_OMAP2 dep by Dave Airlie · 12 years ago
  61. dc8de1a drm/omap: change "!CONFIG_FB_OMAP2" to "!FB_OMAP2" by Paul Bolle · 12 years ago
  62. 4300a0f Merge tag 'v3.10-rc7' into drm-next by Dave Airlie · 12 years ago
  63. 4635c17 drm/omap: DVI connector fix by Tomi Valkeinen · 12 years ago
  64. 820caab OMAPDSS: output: increase refcount in find_output funcs by Tomi Valkeinen · 12 years ago
  65. 1f68d9c OMAPDSS: combine omap_dss_output into omap_dss_device by Tomi Valkeinen · 12 years ago
  66. a7e71e7 OMAPDSS: Implement display (dis)connect support by Tomi Valkeinen · 12 years ago
  67. 04b1fc0 OMAPDRM: fix overlay manager handling by Tomi Valkeinen · 12 years ago
  68. be8e8e1 OMAPDSS: add helpers to get mgr or output from display by Tomi Valkeinen · 12 years ago
  69. fb85ac4 drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers by Ville Syrjälä · 12 years ago
  70. bda3fda drm/omap: Use drm_gem_mmap_obj() to implement dma-buf mmap by Laurent Pinchart · 12 years ago
  71. 2436e8a Merge branch 'fbdev-3.10-fixes' of git://gitorious.org/linux-omap-dss2/linux into linux-fbdev/for-3.10-fixes by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  72. 591a0ac OMAPDSS: Fix crash with DT boot by Tomi Valkeinen · 12 years ago
  73. 011c2282 drm: prime: fix refcounting on the dmabuf import error path by Imre Deak · 12 years ago
  74. 6717cd2 drm/omap: add statics to a few structs by Tomi Valkeinen · 12 years ago
  75. 0d8f371 drm/omap: Fix and improve crtc and overlay manager correlation by Archit Taneja · 12 years ago
  76. b03e14f drm/omap: Take a fb reference in omap_plane_update() by Archit Taneja · 12 years ago
  77. bddabbe drm/omap: Make fixed resolution panels work by Archit Taneja · 12 years ago
  78. 581382e drm/omap: fix modeset_init if a panel doesn't satisfy omapdrm requirements by Archit Taneja · 12 years ago
  79. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  80. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  81. 8e44770 drm/omap: remove fbdev debug enter/leave hooks by Rob Clark · 12 years ago
  82. dfe96dd omapdrm: simplify locking in the fb debugfs file by Daniel Vetter · 12 years ago
  83. 16ef3df omapdrm: only take crtc->mutex in crtc callbacks by Daniel Vetter · 12 years ago
  84. 8bb0daf drm/omap: move out of staging by Rob Clark · 12 years ago