Age | Commit message (Expand) | Author | Files | Lines |
2014-06-05 | drm: add drm_fb_helper_restore_fbdev_mode_unlocked() | Rob Clark | 1 | -3/+1 |
2014-06-05 | drm: convert crtc and connection_mutex to ww_mutex (v5) | Rob Clark | 1 | -5/+5 |
2014-06-04 | drm: Split connection_mutex out of mode_config.mutex (v3) | Daniel Vetter | 1 | -0/+1 |
2014-04-15 | drm/omap: fix the handling of fb ref counts | Tomi Valkeinen | 1 | -5/+5 |
2014-04-15 | drm/omap: protect omap_crtc's event with event_lock spinlock | Archit Taneja | 1 | -0/+6 |
2014-04-15 | drm/omap: Use old_fb to synchronize between successive page flips | Archit Taneja | 1 | -1/+1 |
2014-04-15 | drm/omap: Fix crash when using LCD3 overlay manager | Archit Taneja | 1 | -0/+1 |
2014-04-15 | drm/omap: gem sync: wait on correct events | Archit Taneja | 1 | -2/+2 |
2014-04-15 | drm/omap: Fix memory leak in omap_gem_op_async | Subhajit Paul | 1 | -0/+2 |
2014-04-15 | drm/omap: remove warn from debugfs | Tomi Valkeinen | 1 | -3/+0 |
2014-04-15 | drm/omap: remove extra plane->destroy from crtc destroy | Tomi Valkeinen | 1 | -1/+0 |
2014-04-15 | drm/omap: print warning when rotating non-TILER fb | Tomi Valkeinen | 1 | -0/+14 |
2014-04-14 | drm/omap: fix missing unref to fb's buf object | Tomi Valkeinen | 1 | -0/+3 |
2014-04-14 | drm/omap: fix plane rotation | Grazvydas Ignotas | 1 | -0/+8 |
2014-04-14 | drm/omap: fix enabling/disabling of video pipeline | Tomi Valkeinen | 1 | -7/+12 |
2014-04-14 | drm/omap: fix missing disable for unused encoder | Tomi Valkeinen | 1 | -0/+6 |
2014-04-14 | drm/omap: fix race issue when unloading omapdrm | Tomi Valkeinen | 3 | -0/+26 |
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-04-14 | drm/omap: fix output enable/disable sequence | Tomi Valkeinen | 1 | -19/+27 |
2014-04-08 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 3 | -25/+27 |
2014-04-04 | Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ... | Dave Airlie | 1 | -1/+2 |
2014-04-02 | drm: Replace crtc fb with primary plane fb (v3) | Matt Roper | 2 | -7/+8 |
2014-03-31 | drm/omap: Don't dereference list head when the connectors list is empty | Laurent Pinchart | 1 | -1/+2 |
2014-03-16 | drm: use anon-inode instead of relying on cdevs | David Herrmann | 1 | -17/+17 |
2014-03-05 | OMAPDSS: convert pixel clock to common videomode style | Tomi Valkeinen | 1 | -3/+3 |
2014-01-29 | Merge tag 'omapdrm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tom... | Dave Airlie | 6 | -33/+99 |
2014-01-14 | drm: store the gem vma offset manager in a typed pointer | Daniel Vetter | 1 | -1/+1 |
2014-01-09 | drm/omap: Enable DT support for DMM | Archit Taneja | 1 | -0/+9 |
2014-01-09 | drm/omap: fix: change dev_unload order | Archit Taneja | 1 | -3/+3 |
2014-01-09 | drm/omap: fix: disable encoder before destroying it | Archit Taneja | 1 | -0/+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 | 3 | -22/+54 |
2014-01-09 | drm/omap: fix (un)registering irqs inside an irq handler | Tomi Valkeinen | 3 | -7/+23 |
2013-12-18 | drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE | Daniel Vetter | 1 | -1/+1 |
2013-12-18 | drm: Kill DRM_IRQ_ARGS | Daniel Vetter | 2 | -2/+2 |
2013-12-18 | drm/omap: call drm_put_dev directly in ->remove | Daniel Vetter | 1 | -2/+2 |
2013-12-18 | drm: Push dirtyfb ioctl kms locking down to drivers | Ville Syrjälä | 1 | -0/+4 |
2013-11-15 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 5 | -15/+10 |
2013-10-31 | DMA-API: others: use dma_set_coherent_mask() | Russell King | 1 | -2/+3 |
2013-10-12 | drm: Add separate Kconfig option for fbdev helpers | Daniel Vetter | 1 | -0/+1 |
2013-10-09 | drm: Make irq_enabled bool | Ville Syrjälä | 1 | -5/+6 |
2013-10-09 | drm: Collect per-crtc vblank stuff to a struct | Ville Syrjälä | 1 | -3/+3 |
2013-10-09 | drm: Make vblank_enabled bool | Ville Syrjälä | 1 | -1/+1 |
2013-10-09 | drm: kill ->gem_init_object() and friends | David Herrmann | 3 | -7/+0 |
2013-09-05 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 9 | -292/+81 |
2013-08-30 | OMAPDSS: rename omap_dss_device's 'output' to 'src' | Tomi Valkeinen | 1 | -1/+1 |
2013-08-30 | drm: Pass page flip ioctl flags to driver | Keith Packard | 1 | -1/+2 |
2013-08-30 | drm/omap: tiler: clear buffer properly | Dan Carpenter | 1 | -1/+1 |
2013-08-19 | drm/omap: kill omap_gem_helpers.c | Rob Clark | 3 | -131/+4 |