summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_drv.c
AgeCommit message (Expand)Author
2016-10-21drm/omap: Use per-plane rotation propertyVille Syrjälä
2016-10-21drm/omap: Set rotation property initial value to BIT(DRM_ROTATE_0) insted of 0Ville Syrjälä
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter
2016-06-09Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...Dave Airlie
2016-06-06drm: omapdrm: add DSI mappingSebastian Reichel
2016-06-02drm/omap: Use for_each_plane_in_stateDaniel Vetter
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-05-02drm/omapdrm: Rename async to nonblock.Maarten Lankhorst
2016-03-05Merge tag 'omapdrm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...Dave Airlie
2016-03-03drm/omap: remove use of omapdss_find_mgr_from_display()Tomi Valkeinen
2016-03-03drm/omap: fix suspend/resume handlingTomi Valkeinen
2016-02-08drm/omap: Nuke close hooksDaniel Vetter
2015-12-31drm/omap: set DRIVER_ATOMIC for omapdrmTomi Valkeinen
2015-12-31drm: omapdrm: gem: Mask out private flags passed from userspaceLaurent Pinchart
2015-12-31drm: omapdrm: Make fbdev emulation optionalLaurent Pinchart
2015-12-31drm/omap: Use platform_register/unregister_drivers()Thierry Reding
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä
2015-09-24drm: Spell vga_switcheroo consistentlyLukas Wunner
2015-09-08drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter
2015-06-12drm: omapdrm: new vblank and event handlingTomi Valkeinen
2015-06-12drm: omapdrm: Simplify DSS power managementLaurent Pinchart
2015-06-12drm: omapdrm: Support unlinking page flip events prematurelyLaurent Pinchart
2015-06-12drm: omapdrm: Implement asynchronous commit supportLaurent Pinchart
2015-06-12drm: omapdrm: Switch plane update to atomic helpersLaurent Pinchart
2015-06-12drm: omapdrm: Wire up atomic state object scaffoldingLaurent Pinchart
2015-06-12drm: omapdrm: Clean up #include'sLaurent Pinchart
2015-06-12drm: omapdrm: Turn vblank on/off when enabling/disabling CRTCLaurent 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: Apply settings synchronouslyLaurent Pinchart
2015-06-12drm: omapdrm: Store the rotation property in dev->mode_configLaurent Pinchart
2015-03-24drm/omap: add hibernation callbacksGrygorii Strashko
2015-03-24drm/omap: fix race condition with dev->obj_listTomi Valkeinen
2015-03-24drm/omap: stop connector polling during suspendTomi Valkeinen
2015-03-24drm/omap: remove dummy PM functionsTomi Valkeinen
2015-03-24drm/omap: fix operation without fbdevTomi Valkeinen
2015-03-24drm/omap: fix encoder-crtc mappingTomi Valkeinen
2015-03-20drm: omapdrm: Switch to the universal plane APILaurent Pinchart
2015-03-20drm: omapdrm: Refactor CRTC creation codeLaurent Pinchart
2015-03-20drm: omapdrm: Fix indentation of structure and array initializersLaurent Pinchart
2014-10-20gpu: drm: omapdrm: drop owner assignment from platform_driversWolfram Sang
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann
2014-06-05drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark
2014-04-14drm/omap: fix race issue when unloading omapdrmTomi Valkeinen
2014-04-14drm/omap: fix DMM driver (un)registrationTomi Valkeinen