Age | Commit message (Expand) | Author | Files | Lines |
2015-06-12 | drm: omapdrm: new vblank and event handling | Tomi Valkeinen | 1 | -1/+21 |
2015-06-12 | drm: omapdrm: Simplify DSS power management | Laurent Pinchart | 1 | -0/+4 |
2015-06-12 | drm: omapdrm: Support unlinking page flip events prematurely | Laurent Pinchart | 1 | -3/+27 |
2015-06-12 | drm: omapdrm: Implement asynchronous commit support | Laurent Pinchart | 1 | -1/+112 |
2015-06-12 | drm: omapdrm: Switch plane update to atomic helpers | Laurent Pinchart | 1 | -0/+3 |
2015-06-12 | drm: omapdrm: Wire up atomic state object scaffolding | Laurent Pinchart | 1 | -0/+2 |
2015-06-12 | drm: omapdrm: Clean up #include's | Laurent Pinchart | 1 | -3/+3 |
2015-06-12 | drm: omapdrm: Turn vblank on/off when enabling/disabling CRTC | Laurent Pinchart | 1 | -0/+5 |
2015-06-12 | drm: omapdrm: Cancel pending page flips when closing device | Laurent Pinchart | 1 | -0/+6 |
2015-06-12 | drm: omapdrm: Simplify IRQ registration | Laurent Pinchart | 1 | -6/+1 |
2015-06-12 | drm: omapdrm: Apply settings synchronously | Laurent Pinchart | 1 | -5/+0 |
2015-06-12 | drm: omapdrm: Store the rotation property in dev->mode_config | Laurent Pinchart | 1 | -3/+28 |
2015-03-24 | drm/omap: add hibernation callbacks | Grygorii Strashko | 1 | -8/+3 |
2015-03-24 | drm/omap: fix race condition with dev->obj_list | Tomi Valkeinen | 1 | -0/+1 |
2015-03-24 | drm/omap: stop connector polling during suspend | Tomi Valkeinen | 1 | -1/+20 |
2015-03-24 | drm/omap: remove dummy PM functions | Tomi Valkeinen | 1 | -20/+0 |
2015-03-24 | drm/omap: fix operation without fbdev | Tomi Valkeinen | 1 | -4/+7 |
2015-03-24 | drm/omap: fix encoder-crtc mapping | Tomi Valkeinen | 1 | -4/+3 |
2015-03-20 | drm: omapdrm: Switch to the universal plane API | Laurent Pinchart | 1 | -2/+2 |
2015-03-20 | drm: omapdrm: Refactor CRTC creation code | Laurent Pinchart | 1 | -32/+44 |
2015-03-20 | drm: omapdrm: Fix indentation of structure and array initializers | Laurent Pinchart | 1 | -53/+53 |
2014-10-20 | gpu: drm: omapdrm: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-09-10 | drm: add driver->set_busid() callback | David Herrmann | 1 | -0/+1 |
2014-06-05 | drm: add drm_fb_helper_restore_fbdev_mode_unlocked() | Rob Clark | 1 | -3/+1 |
2014-04-14 | drm/omap: fix race issue when unloading omapdrm | Tomi Valkeinen | 1 | -0/+6 |
2014-04-14 | drm/omap: fix DMM driver (un)registration | Tomi Valkeinen | 1 | -4/+19 |
2014-04-14 | drm/omap: fix uninit order in pdev_remove() | Tomi Valkeinen | 1 | -1/+2 |
2014-01-29 | Merge tag 'omapdrm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tom... | Dave Airlie | 1 | -26/+58 |
2014-01-09 | drm/omap: fix: change dev_unload order | Archit Taneja | 1 | -3/+3 |
2014-01-09 | drm/omap: fix: disconnect devices when omapdrm module is removed | Archit Taneja | 1 | -4/+11 |
2014-01-09 | drm/omap: fix: Defer probe if an omapdss device requests for it at connect | Archit Taneja | 1 | -22/+48 |
2013-12-18 | drm/omap: call drm_put_dev directly in ->remove | Daniel Vetter | 1 | -2/+2 |
2013-10-09 | drm: kill ->gem_init_object() and friends | David Herrmann | 1 | -1/+0 |
2013-08-19 | drm: remove FASYNC support | Daniel Vetter | 1 | -1/+0 |
2013-08-19 | drm/omap: kill firstopen callback | Daniel Vetter | 1 | -7/+0 |
2013-08-07 | drm: const'ify ioctls table (v2) | Rob Clark | 1 | -1/+1 |
2013-08-07 | drm/gem: create drm_gem_dumb_destroy | Daniel Vetter | 1 | -1/+1 |
2013-06-17 | drm/omap: DVI connector fix | Tomi Valkeinen | 1 | -4/+2 |
2013-06-17 | OMAPDSS: output: increase refcount in find_output funcs | Tomi Valkeinen | 1 | -0/+2 |
2013-06-17 | OMAPDSS: combine omap_dss_output into omap_dss_device | Tomi Valkeinen | 1 | -1/+1 |
2013-06-17 | OMAPDSS: Implement display (dis)connect support | Tomi Valkeinen | 1 | -1/+11 |
2013-06-17 | OMAPDRM: fix overlay manager handling | Tomi Valkeinen | 1 | -0/+2 |
2013-06-17 | OMAPDSS: add helpers to get mgr or output from display | Tomi Valkeinen | 1 | -1/+4 |
2013-05-29 | Merge branch 'fbdev-3.10-fixes' of git://gitorious.org/linux-omap-dss2/linux ... | Jean-Christophe PLAGNIOL-VILLARD | 1 | -0/+3 |
2013-05-23 | OMAPDSS: Fix crash with DT boot | Tomi Valkeinen | 1 | -0/+3 |
2013-04-11 | drm/omap: add statics to a few structs | Tomi Valkeinen | 1 | -2/+2 |
2013-04-11 | drm/omap: Fix and improve crtc and overlay manager correlation | Archit Taneja | 1 | -28/+129 |
2013-04-11 | drm/omap: fix modeset_init if a panel doesn't satisfy omapdrm requirements | Archit Taneja | 1 | -2/+2 |
2013-02-26 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+608 |
2013-02-17 | drm/omap: move out of staging | Rob Clark | 1 | -0/+610 |