aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/atmel-hlcdc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-22Merge branch 'drm-atmel-hlcdc-devel' of https://github.com/bbrezillon/linux-at91 into drm-nextDave Airlie5-159/+481
2016-04-20drm: atmel_hldc: Use generic drm_connector_register_all() helperAlexey Brodkin1-29/+1
2016-04-14drm: atmel-hlcdc: route DMA accesses through AHB interfacesBoris Brezillon3-3/+47
2016-04-14drm: atmel-hlcdc: check display mode validity in crtc->mode_fixup()Boris Brezillon1-4/+10
2016-04-14drm: atmel-hlcdc: rework the output code to support drm bridgesBoris Brezillon2-82/+113
2016-04-14drm: atmel-hlcdc: move output mode selection in CRTC implementationBoris Brezillon4-50/+142
2016-04-14drm: atmel-hlcdc: support extended timing ranges on sama5d4 and sama5d2Boris Brezillon2-6/+24
2016-04-14drm: atmel-hlcdc: remove leftovers from atomic mode setting migrationBoris Brezillon1-12/+0
2016-04-14drm: atmel-hlcdc: fix connector and encoder typesBoris Brezillon1-2/+2
2016-04-14drm: atmel-hlcdc: support asynchronous atomic commit operationsBoris Brezillon2-1/+98
2016-04-14drm: atmel-hlcdc: add a ->cleanup_fb() operationBoris Brezillon1-3/+49
2016-03-29drm/atmel: Fixup drm_connector_/unplug/unregister/_allDaniel Vetter1-1/+1
2016-03-15drm/atmel-hlcdc: use helper to get crtc stateAndrzej Hajda1-1/+1
2016-03-04drm/atmel-hlcdc: remove optional dummy crtc mode_fixup function.Carlos Palminha1-9/+0
2016-02-08drm/atmel: Nuke precloseDaniel Vetter3-31/+0
2015-12-15drm: use dev_name as default unique name in drm_dev_alloc()Nicolas Iooss1-4/+0
2015-12-15drm/atmel-hlcdc: Constify function pointer structsVille Syrjälä1-2/+2
2015-12-15drm: atmel-hlcdc: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-12-15drm: atmel-hlcdc: add support for sama5d2 SoCsNicolas Ferre1-0/+4
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä1-1/+1
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä1-1/+1
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-1/+1
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä1-1/+1
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-2/+4
2015-10-05drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASKJoonas Lahtinen1-1/+1
2015-09-08drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.Maarten Lankhorst1-1/+3
2015-08-24Merge tag 'v4.2-rc8' into drm-nextDave Airlie1-1/+1
2015-08-18drm: atmel-hlcdc: add support for sama5d4 SoCsBoris Brezillon1-0/+86
2015-08-18drm: atmel-hlcdc: add support for at91sam9n12 SoCBoris Brezillon1-0/+29
2015-08-18drm: atmel-hlcdc: add support for at91sam9x5 SoCsBoris Brezillon1-0/+88
2015-08-18drm: atmel-hlcdc: add RGB565 and RGB444 output supportBoris Brezillon1-0/+4
2015-08-18drm: atmel-hlcdc: add the missing DRM_ATOMIC flagBoris Brezillon1-1/+2
2015-08-18drm: atmel-hlcdc: add PRIME supportBoris Brezillon1-1/+11
2015-08-18drm/atmel-hlcdc: Compile suspend/resume for PM_SLEEP onlyThierry Reding1-1/+1
2015-08-17Merge tag 'v4.2-rc7' into drm-nextDave Airlie2-6/+7
2015-07-27drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst1-2/+4
2015-07-20drm: atmel-hlcdc: fix vblank initial stateBoris Brezillon2-6/+7
2015-03-16drm: atmel-hlcdc: use appropriate enabled flag in suspend/resumeSylvain Rochet3-15/+28
2015-03-09Merge tag 'v4.0-rc3' into drm-nextDave Airlie3-4/+3
2015-03-05drm: Pass in new and old plane state to prepare_fb and cleanup_fbTvrtko Ursulin1-1/+2
2015-02-26drm: atmel-hlcdc: remove clock polarity from crtc driverNicolas Ferre1-1/+1
2015-02-24drm: atmel-hlcdc: remove useless pm_runtime_put_sync in probeBoris Brezillon1-2/+0
2015-02-24drm: atmel-hlcdc: reset layer A2Q and UPDATE bits when disabling itBoris Brezillon1-1/+2
2015-02-24drm: atmel-hlcdc: Add pinctrl PM select sleep,default state in CRTC suspend/resumeSylvain Rochet1-0/+3
2015-02-24drm: atmel-hlcdc: Add PM suspend/resume supportSylvain Rochet1-0/+47
2015-02-22drm: atmel-hlcdc: add discard area supportBoris Brezillon3-1/+111
2015-02-22drm: atmel-hlcdc: Atomic mode-setting conversionBoris Brezillon7-496/+455
2015-01-31drm: atmel-hlcdc: Add dependency on ARMBoris Brezillon1-1/+1
2015-01-21drm: add Atmel HLCDC Display Controller supportBoris Brezillon9-0/+3456