aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal1-1/+8
2015-04-20Merge tag 'fbdev-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds1-1/+1
2015-03-24drm/omap: tiler: add hibernation callbackGrygorii Strashko1-7/+3
2015-03-24drm/omap: add hibernation callbacksGrygorii Strashko1-8/+3
2015-03-24drm/omap: keep ref to old_fbTomi Valkeinen1-0/+7
2015-03-24drm/omap: fix race conditon in DMMTomi Valkeinen2-8/+9
2015-03-24drm/omap: fix race condition with dev->obj_listTomi Valkeinen3-0/+9
2015-03-24drm/omap: do not use BUG_ON(!spin_is_locked(x))Tomi Valkeinen1-1/+1
2015-03-24drm/omap: only ignore DIGIT SYNC LOST for TV outputTomi Valkeinen1-8/+12
2015-03-24drm/omap: fix race with error_irqTomi Valkeinen1-8/+13
2015-03-24drm/omap: use DRM_ERROR_RATELIMITED() for error irqsTomi Valkeinen2-2/+3
2015-03-24drm/omap: stop connector polling during suspendTomi Valkeinen1-1/+20
2015-03-24drm/omap: remove dummy PM functionsTomi Valkeinen1-20/+0
2015-03-24drm/omap: tiler: fix race condition with engine->asyncTomi Valkeinen1-0/+2
2015-03-24drm/omap: fix plane's channel selectionTomi Valkeinen1-1/+2
2015-03-24drm/omap: fix TILER on OMAP5Tomi Valkeinen4-4/+46
2015-03-24drm/omap: handle incompatible buffer stride and pixel sizeTomi Valkeinen1-0/+8
2015-03-24drm/omap: fix error handling in omap_framebuffer_create()Tomi Valkeinen1-3/+2
2015-03-24drm/omap: fix operation without fbdevTomi Valkeinen1-4/+7
2015-03-24drm/omap: add a comment why locking is missingTomi Valkeinen1-0/+4
2015-03-24drm/omap: add pin refcounting to omap_framebufferTomi Valkeinen1-0/+13
2015-03-24drm/omap: clear omap_obj->paddr in omap_gem_put_paddr()Tomi Valkeinen1-0/+1
2015-03-24drm/omap: page_flip: return -EBUSY if flip pendingTomi Valkeinen1-1/+1
2015-03-24drm/omap: fix encoder-crtc mappingTomi Valkeinen1-4/+3
2015-03-20drm: omapdrm: Reorder CRTC functionsLaurent Pinchart1-190/+206
2015-03-20drm: omapdrm: Planes are already disabled when destroyedLaurent Pinchart1-1/+0
2015-03-20drm: omapdrm: Pass integer source coordinates to omap_plane_mode_set()Laurent Pinchart3-30/+27
2015-03-20drm: omapdrm: Prefix all plane functions with omap_plane_Laurent Pinchart1-9/+10
2015-03-20drm: omapdrm: Avoid function forward declaration in omap_crtc.cLaurent Pinchart1-54/+53
2015-03-20drm: omapdrm: Remove omap_crtc->full_update fieldLaurent Pinchart1-16/+7
2015-03-20drm: omapdrm: Remove manual update display supportLaurent Pinchart5-115/+4
2015-03-20drm: omapdrm: Fix race condition between GO and vblank IRQLaurent Pinchart1-1/+1
2015-03-20drm: omapdrm: Reset the zorder property when disabling a planeLaurent Pinchart1-0/+3
2015-03-20drm: omapdrm: Rename omap_plane_dpms() to omap_plane_set_enable()Laurent Pinchart3-11/+9
2015-03-20drm: omapdrm: Switch to the universal plane APILaurent Pinchart4-39/+46
2015-03-20drm: omapdrm: Remove unused variablesLaurent Pinchart1-7/+2
2015-03-20drm: omapdrm: Refactor CRTC creation codeLaurent Pinchart2-33/+45
2015-03-20drm: omapdrm: Fix indentation of structure and array initializersLaurent Pinchart5-96/+96
2015-02-26OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGESTomi Valkeinen1-1/+1
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding1-2/+8
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-15/+4
2014-11-20drm: omapdrm: remove unused variableBoris BREZILLON1-1/+0
2014-11-15Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-nextDave Airlie1-2/+1
2014-11-15drm: flip-work: change drm_flip_work_init prototypeBoris BREZILLON1-12/+2
2014-11-13drm/omap: gem: dumb: pitch is an outputThierry Reding1-2/+1
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-10-20gpu: drm: omapdrm: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter1-0/+1
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+1
2014-08-08Merge tag 'fbdev-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds3-0/+40