summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm
AgeCommit message (Expand)Author
2015-06-12drm: omapdrm: Rename CRTC DSS operations with an omap_crtc_dss_ prefixLaurent Pinchart
2015-06-12drm: omapdrm: Clean up #include'sLaurent Pinchart
2015-06-12drm: omapdrm: Fix page flip race with CRTC disableLaurent Pinchart
2015-06-12drm: omapdrm: Turn vblank on/off when enabling/disabling CRTCLaurent Pinchart
2015-06-12drm: omapdrm: Rework page flip handlingLaurent Pinchart
2015-06-12drm: omapdrm: Cancel pending page flips when closing deviceLaurent Pinchart
2015-06-12drm: omapdrm: Simplify IRQ registrationLaurent Pinchart
2015-06-12drm: omapdrm: Rename omap_crtc page flip-related fieldsLaurent Pinchart
2015-06-12drm: omapdrm: Rename omap_crtc_page_flip_locked to omap_crtc_page_flipLaurent Pinchart
2015-06-12drm: omapdrm: Apply settings synchronouslyLaurent Pinchart
2015-06-12drm: omapdrm: Store the rotation property in dev->mode_configLaurent Pinchart
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal
2015-04-20Merge tag 'fbdev-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds
2015-03-24drm/omap: tiler: add hibernation callbackGrygorii Strashko
2015-03-24drm/omap: add hibernation callbacksGrygorii Strashko
2015-03-24drm/omap: keep ref to old_fbTomi Valkeinen
2015-03-24drm/omap: fix race conditon in DMMTomi Valkeinen
2015-03-24drm/omap: fix race condition with dev->obj_listTomi Valkeinen
2015-03-24drm/omap: do not use BUG_ON(!spin_is_locked(x))Tomi Valkeinen
2015-03-24drm/omap: only ignore DIGIT SYNC LOST for TV outputTomi Valkeinen
2015-03-24drm/omap: fix race with error_irqTomi Valkeinen
2015-03-24drm/omap: use DRM_ERROR_RATELIMITED() for error irqsTomi Valkeinen
2015-03-24drm/omap: stop connector polling during suspendTomi Valkeinen
2015-03-24drm/omap: remove dummy PM functionsTomi Valkeinen
2015-03-24drm/omap: tiler: fix race condition with engine->asyncTomi Valkeinen
2015-03-24drm/omap: fix plane's channel selectionTomi Valkeinen
2015-03-24drm/omap: fix TILER on OMAP5Tomi Valkeinen
2015-03-24drm/omap: handle incompatible buffer stride and pixel sizeTomi Valkeinen
2015-03-24drm/omap: fix error handling in omap_framebuffer_create()Tomi Valkeinen
2015-03-24drm/omap: fix operation without fbdevTomi Valkeinen
2015-03-24drm/omap: add a comment why locking is missingTomi Valkeinen
2015-03-24drm/omap: add pin refcounting to omap_framebufferTomi Valkeinen
2015-03-24drm/omap: clear omap_obj->paddr in omap_gem_put_paddr()Tomi Valkeinen
2015-03-24drm/omap: page_flip: return -EBUSY if flip pendingTomi Valkeinen
2015-03-24drm/omap: fix encoder-crtc mappingTomi Valkeinen
2015-03-20drm: omapdrm: Reorder CRTC functionsLaurent Pinchart
2015-03-20drm: omapdrm: Planes are already disabled when destroyedLaurent Pinchart
2015-03-20drm: omapdrm: Pass integer source coordinates to omap_plane_mode_set()Laurent Pinchart
2015-03-20drm: omapdrm: Prefix all plane functions with omap_plane_Laurent Pinchart
2015-03-20drm: omapdrm: Avoid function forward declaration in omap_crtc.cLaurent Pinchart
2015-03-20drm: omapdrm: Remove omap_crtc->full_update fieldLaurent Pinchart
2015-03-20drm: omapdrm: Remove manual update display supportLaurent Pinchart
2015-03-20drm: omapdrm: Fix race condition between GO and vblank IRQLaurent Pinchart
2015-03-20drm: omapdrm: Reset the zorder property when disabling a planeLaurent Pinchart
2015-03-20drm: omapdrm: Rename omap_plane_dpms() to omap_plane_set_enable()Laurent Pinchart
2015-03-20drm: omapdrm: Switch to the universal plane APILaurent Pinchart
2015-03-20drm: omapdrm: Remove unused variablesLaurent Pinchart
2015-03-20drm: omapdrm: Refactor CRTC creation codeLaurent Pinchart
2015-03-20drm: omapdrm: Fix indentation of structure and array initializersLaurent Pinchart
2015-02-26OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGESTomi Valkeinen