summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-3/+3
* drm/omapdrm: Rename async to nonblock.Maarten Lankhorst2016-05-021-2/+2
* Merge tag 'omapdrm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...Dave Airlie2016-03-051-3/+49
|\
| * drm/omap: remove use of omapdss_find_mgr_from_display()Tomi Valkeinen2016-03-031-3/+5
| * drm/omap: fix suspend/resume handlingTomi Valkeinen2016-03-031-0/+44
* | drm/omap: Nuke close hooksDaniel Vetter2016-02-081-42/+0
|/
* drm/omap: set DRIVER_ATOMIC for omapdrmTomi Valkeinen2015-12-311-1/+2
* drm: omapdrm: gem: Mask out private flags passed from userspaceLaurent Pinchart2015-12-311-3/+8
* drm: omapdrm: Make fbdev emulation optionalLaurent Pinchart2015-12-311-4/+0
* drm/omap: Use platform_register/unregister_drivers()Thierry Reding2015-12-311-19/+7
* drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter2015-10-161-6/+6
* drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä2015-10-071-1/+1
* drm: Spell vga_switcheroo consistentlyLukas Wunner2015-09-241-1/+1
* drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter2015-09-081-1/+1
* drm: omapdrm: new vblank and event handlingTomi Valkeinen2015-06-121-1/+21
* drm: omapdrm: Simplify DSS power managementLaurent Pinchart2015-06-121-0/+4
* drm: omapdrm: Support unlinking page flip events prematurelyLaurent Pinchart2015-06-121-3/+27
* drm: omapdrm: Implement asynchronous commit supportLaurent Pinchart2015-06-121-1/+112
* drm: omapdrm: Switch plane update to atomic helpersLaurent Pinchart2015-06-121-0/+3
* drm: omapdrm: Wire up atomic state object scaffoldingLaurent Pinchart2015-06-121-0/+2
* drm: omapdrm: Clean up #include'sLaurent Pinchart2015-06-121-3/+3
* drm: omapdrm: Turn vblank on/off when enabling/disabling CRTCLaurent Pinchart2015-06-121-0/+5
* drm: omapdrm: Cancel pending page flips when closing deviceLaurent Pinchart2015-06-121-0/+6
* drm: omapdrm: Simplify IRQ registrationLaurent Pinchart2015-06-121-6/+1
* drm: omapdrm: Apply settings synchronouslyLaurent Pinchart2015-06-121-5/+0
* drm: omapdrm: Store the rotation property in dev->mode_configLaurent Pinchart2015-06-121-3/+28
* drm/omap: add hibernation callbacksGrygorii Strashko2015-03-241-8/+3
* drm/omap: fix race condition with dev->obj_listTomi Valkeinen2015-03-241-0/+1
* drm/omap: stop connector polling during suspendTomi Valkeinen2015-03-241-1/+20
* drm/omap: remove dummy PM functionsTomi Valkeinen2015-03-241-20/+0
* drm/omap: fix operation without fbdevTomi Valkeinen2015-03-241-4/+7
* drm/omap: fix encoder-crtc mappingTomi Valkeinen2015-03-241-4/+3
* drm: omapdrm: Switch to the universal plane APILaurent Pinchart2015-03-201-2/+2
* drm: omapdrm: Refactor CRTC creation codeLaurent Pinchart2015-03-201-32/+44
* drm: omapdrm: Fix indentation of structure and array initializersLaurent Pinchart2015-03-201-53/+53
* gpu: drm: omapdrm: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drm: add driver->set_busid() callbackDavid Herrmann2014-09-101-0/+1
* drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark2014-06-051-3/+1
* drm/omap: fix race issue when unloading omapdrmTomi Valkeinen2014-04-141-0/+6
* drm/omap: fix DMM driver (un)registrationTomi Valkeinen2014-04-141-4/+19
* drm/omap: fix uninit order in pdev_remove()Tomi Valkeinen2014-04-141-1/+2
* Merge tag 'omapdrm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie2014-01-291-26/+58
|\
| * drm/omap: fix: change dev_unload orderArchit Taneja2014-01-091-3/+3
| * drm/omap: fix: disconnect devices when omapdrm module is removedArchit Taneja2014-01-091-4/+11
| * drm/omap: fix: Defer probe if an omapdss device requests for it at connectArchit Taneja2014-01-091-22/+48
* | drm/omap: call drm_put_dev directly in ->removeDaniel Vetter2013-12-181-2/+2
|/
* drm: kill ->gem_init_object() and friendsDavid Herrmann2013-10-091-1/+0
* drm: remove FASYNC supportDaniel Vetter2013-08-191-1/+0
* drm/omap: kill firstopen callbackDaniel Vetter2013-08-191-7/+0
* drm: const'ify ioctls table (v2)Rob Clark2013-08-071-1/+1
OpenPOWER on IntegriCloud