summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada/armada_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-12drm/armada: use drm_crtc_handle_vblank()Gustavo Padovan1-1/+1
2016-06-06drm/armada: use drm_crtc_vblank_{get,put}()Gustavo Padovan1-6/+6
2016-06-06drm/armada: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-05-18drm: remove unused dev variablesArnd Bergmann1-1/+0
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2015-12-23Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie1-7/+2
2015-12-15drm/armada: Constify function pointer structsVille 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-12-06drm/armada: drop struct_mutex from cursor pathsDaniel Vetter1-6/+1
2015-12-03drm/armada: use unlocked gem unreferencingDaniel Vetter1-1/+1
2015-10-01drm/armada: move frame wait wakeup into plane workRussell King1-2/+2
2015-10-01drm/armada: convert overlay plane vbl worker to a armada plane workerRussell King1-36/+12
2015-10-01drm/armada: move CRTC flip work to primary plane workRussell King1-44/+58
2015-10-01drm/armada: move frame wait into armada_frameRussell King1-4/+18
2015-10-01drm/armada: move the locking for armada_drm_vbl_event_remove()Russell King1-0/+2
2015-10-01drm/armada: move write to dma_ctrl0 to armada_drm_crtc_plane_disable()Russell King1-2/+10
2015-10-01drm/armada: provide a common helper to disable a planeRussell King1-6/+27
2015-10-01drm/armada: allocate primary plane ourselvesRussell King1-5/+20
2015-10-01drm/armada: add primary plane creationRussell King1-1/+33
2015-09-15drm/armada: redo locking and atomics for armada_drm_crtc_complete_frame_work()Russell King1-30/+23
2015-09-15drm/armada: disable CRTC clock during DPMSRussell King1-0/+11
2015-09-15drm/armada: use drm_plane_force_disable() to disable the overlay planeRussell King1-9/+3
2015-09-15drm/armada: move vbl code into armada_crtcRussell King1-7/+39
2015-09-15drm/armada: remove non-component supportRussell King1-1/+1
2015-07-15drm/armada: avoid saving the adjusted mode to crtc->modeRussell King1-2/+0
2014-12-10drm/armada: Remove dummy ->load_lut() implementationThierry Reding1-5/+0
2014-11-12Merge tag 'v3.18-rc4' into drm-nextDave Airlie1-11/+10
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-10-17drm/armada: convert to use vblank_on/off callsRussell King1-3/+5
2014-10-17drm/armada: fix page_flip refcounting leakRussell King1-8/+5
2014-08-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-23/+164
2014-07-11drm/armada: register crtc with portRussell King1-2/+19
2014-07-11drm/armada: permit CRTCs to be registered as separate devicesRussell King1-9/+104
2014-07-03drm/armada: make variant a CRTC thingRussell King1-15/+12
2014-07-03drm/armada: move variant initialisation to CRTC initRussell King1-1/+1
2014-07-03drm/armada: use number of CRTCs registeredRussell King1-3/+3
2014-07-03drm/armada: move IRQ handling into CRTCRussell King1-2/+34
2014-06-20devres: remove devm_request_and_ioremap()Jingoo Han1-5/+3
2014-04-08DRM: armada: fix corruption while loading cursorsRussell King1-0/+1
2014-04-02drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-11/+12
2013-10-22Merge branch 'drm-tda998x-3.12' of git://ftp.arm.linux.org.uk/~rmk/linux-cubo...Dave Airlie1-0/+1098
2013-10-18DRM: Armada: Add support for ARGB 32x64 or 64x32 hardware cursorsRussell King1-4/+241
2013-10-12DRM: Armada: Add Armada DRM driverRussell King1-0/+861