Age | Commit message (Expand) | Author | Files | Lines |
2017-02-02 | drm: Rely on mode_config data for fb_helper initialization | Gabriel Krisman Bertazi | 1 | -1/+0 |
2017-01-30 | drm/atmel-hlcdc: Rework the fbdev creation logic | Boris Brezillon | 1 | -11/+7 |
2016-11-02 | drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs | Jani Nikula | 1 | -2/+0 |
2016-10-17 | drm: Add reference counting to drm_atomic_state | Chris Wilson | 1 | -1/+2 |
2016-09-22 | drm: Don't swallow error codes in drm_dev_alloc() | Tom Gundersen | 1 | -2/+2 |
2016-08-29 | drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit | Liu Ying | 1 | -1/+1 |
2016-06-22 | drm/atmel-hlcdc: Remove redundant call to drm_connector_unregister_all() | Chris Wilson | 1 | -8/+0 |
2016-06-21 | drm/atmel-hlcdc: Remove redundant calls to drm_connector_register_all() | Chris Wilson | 1 | -7/+0 |
2016-06-10 | drm/atomic-helper: Massage swap_state signature somewhat | Daniel Vetter | 1 | -1/+1 |
2016-06-01 | drm/atmel: Use lockless gem BO free callback | Daniel Vetter | 1 | -1/+1 |
2016-04-22 | Merge branch 'drm-atmel-hlcdc-devel' of https://github.com/bbrezillon/linux-a... | Dave Airlie | 1 | -8/+115 |
2016-04-20 | drm: atmel_hldc: Use generic drm_connector_register_all() helper | Alexey Brodkin | 1 | -29/+1 |
2016-04-14 | drm: atmel-hlcdc: rework the output code to support drm bridges | Boris Brezillon | 1 | -1/+1 |
2016-04-14 | drm: atmel-hlcdc: move output mode selection in CRTC implementation | Boris Brezillon | 1 | -0/+3 |
2016-04-14 | drm: atmel-hlcdc: support extended timing ranges on sama5d4 and sama5d2 | Boris Brezillon | 1 | -6/+18 |
2016-04-14 | drm: atmel-hlcdc: support asynchronous atomic commit operations | Boris Brezillon | 1 | -1/+93 |
2016-03-29 | drm/atmel: Fixup drm_connector_/unplug/unregister/_all | Daniel Vetter | 1 | -1/+1 |
2016-02-08 | drm/atmel: Nuke preclose | Daniel Vetter | 1 | -10/+0 |
2015-12-15 | drm: use dev_name as default unique name in drm_dev_alloc() | Nicolas Iooss | 1 | -4/+0 |
2015-12-15 | drm: atmel-hlcdc: Fix module autoload for OF platform driver | Luis de Bethencourt | 1 | -0/+1 |
2015-12-15 | drm: atmel-hlcdc: add support for sama5d2 SoCs | Nicolas Ferre | 1 | -0/+4 |
2015-11-24 | drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() | Ville Syrjälä | 1 | -1/+1 |
2015-10-07 | drm: Stop using drm_vblank_count() as the hw frame counter | Ville Syrjälä | 1 | -1/+1 |
2015-10-06 | drm/irq: Use unsigned int pipe in public API | Thierry Reding | 1 | -2/+4 |
2015-08-24 | Merge tag 'v4.2-rc8' into drm-next | Dave Airlie | 1 | -1/+1 |
2015-08-18 | drm: atmel-hlcdc: add support for sama5d4 SoCs | Boris Brezillon | 1 | -0/+86 |
2015-08-18 | drm: atmel-hlcdc: add support for at91sam9n12 SoC | Boris Brezillon | 1 | -0/+29 |
2015-08-18 | drm: atmel-hlcdc: add support for at91sam9x5 SoCs | Boris Brezillon | 1 | -0/+88 |
2015-08-18 | drm: atmel-hlcdc: add the missing DRM_ATOMIC flag | Boris Brezillon | 1 | -1/+2 |
2015-08-18 | drm: atmel-hlcdc: add PRIME support | Boris Brezillon | 1 | -1/+11 |
2015-08-18 | drm/atmel-hlcdc: Compile suspend/resume for PM_SLEEP only | Thierry Reding | 1 | -1/+1 |
2015-07-20 | drm: atmel-hlcdc: fix vblank initial state | Boris Brezillon | 1 | -6/+6 |
2015-03-16 | drm: atmel-hlcdc: use appropriate enabled flag in suspend/resume | Sylvain Rochet | 1 | -15/+4 |
2015-03-09 | Merge tag 'v4.0-rc3' into drm-next | Dave Airlie | 1 | -2/+0 |
2015-02-24 | drm: atmel-hlcdc: remove useless pm_runtime_put_sync in probe | Boris Brezillon | 1 | -2/+0 |
2015-02-24 | drm: atmel-hlcdc: Add PM suspend/resume support | Sylvain Rochet | 1 | -0/+47 |
2015-02-22 | drm: atmel-hlcdc: Atomic mode-setting conversion | Boris Brezillon | 1 | -0/+4 |
2015-01-21 | drm: add Atmel HLCDC Display Controller support | Boris Brezillon | 1 | -0/+579 |