summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada/armada_crtc.c
AgeCommit message (Expand)Author
2016-10-04drm/armada: fix clock countsRussell King
2016-07-12drm/armada: use drm_crtc_handle_vblank()Gustavo Padovan
2016-06-06drm/armada: use drm_crtc_vblank_{get,put}()Gustavo Padovan
2016-06-06drm/armada: use drm_crtc_send_vblank_event()Gustavo Padovan
2016-05-18drm: remove unused dev variablesArnd Bergmann
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2015-12-23Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie
2015-12-15drm/armada: Constify function pointer structsVille Syrjälä
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä
2015-12-05drm/armada: drop struct_mutex from cursor pathsDaniel Vetter
2015-12-03drm/armada: use unlocked gem unreferencingDaniel Vetter
2015-10-01drm/armada: move frame wait wakeup into plane workRussell King
2015-10-01drm/armada: convert overlay plane vbl worker to a armada plane workerRussell King
2015-10-01drm/armada: move CRTC flip work to primary plane workRussell King
2015-10-01drm/armada: move frame wait into armada_frameRussell King
2015-10-01drm/armada: move the locking for armada_drm_vbl_event_remove()Russell King
2015-10-01drm/armada: move write to dma_ctrl0 to armada_drm_crtc_plane_disable()Russell King
2015-10-01drm/armada: provide a common helper to disable a planeRussell King
2015-10-01drm/armada: allocate primary plane ourselvesRussell King
2015-10-01drm/armada: add primary plane creationRussell King
2015-09-15drm/armada: redo locking and atomics for armada_drm_crtc_complete_frame_work()Russell King
2015-09-15drm/armada: disable CRTC clock during DPMSRussell King
2015-09-15drm/armada: use drm_plane_force_disable() to disable the overlay planeRussell King
2015-09-15drm/armada: move vbl code into armada_crtcRussell King
2015-09-15drm/armada: remove non-component supportRussell King
2015-07-15drm/armada: avoid saving the adjusted mode to crtc->modeRussell King
2014-12-10drm/armada: Remove dummy ->load_lut() implementationThierry Reding
2014-11-12Merge tag 'v3.18-rc4' into drm-nextDave Airlie
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter
2014-10-17drm/armada: convert to use vblank_on/off callsRussell King
2014-10-17drm/armada: fix page_flip refcounting leakRussell King
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-07-11drm/armada: register crtc with portRussell King
2014-07-11drm/armada: permit CRTCs to be registered as separate devicesRussell King
2014-07-03drm/armada: make variant a CRTC thingRussell King
2014-07-03drm/armada: move variant initialisation to CRTC initRussell King
2014-07-03drm/armada: use number of CRTCs registeredRussell King
2014-07-03drm/armada: move IRQ handling into CRTCRussell King
2014-06-19devres: remove devm_request_and_ioremap()Jingoo Han
2014-04-08DRM: armada: fix corruption while loading cursorsRussell King
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper
2013-10-22Merge branch 'drm-tda998x-3.12' of git://ftp.arm.linux.org.uk/~rmk/linux-cubo...Dave Airlie
2013-10-18DRM: Armada: Add support for ARGB 32x64 or 64x32 hardware cursorsRussell King
2013-10-12DRM: Armada: Add Armada DRM driverRussell King