summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada/armada_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/armada: use drm_crtc_handle_vblank()Gustavo Padovan2016-07-121-1/+1
* drm/armada: use drm_crtc_vblank_{get,put}()Gustavo Padovan2016-06-061-6/+6
* drm/armada: use drm_crtc_send_vblank_event()Gustavo Padovan2016-06-061-1/+1
* drm: remove unused dev variablesArnd Bergmann2016-05-181-1/+0
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-1/+1
* Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie2015-12-231-7/+2
|\
| * drm/armada: drop struct_mutex from cursor pathsDaniel Vetter2015-12-051-6/+1
| * drm/armada: use unlocked gem unreferencingDaniel Vetter2015-12-031-1/+1
* | drm/armada: Constify function pointer structsVille Syrjälä2015-12-151-1/+1
* | drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä2015-12-111-1/+1
* | drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä2015-12-111-1/+1
|/
* drm/armada: move frame wait wakeup into plane workRussell King2015-10-011-2/+2
* drm/armada: convert overlay plane vbl worker to a armada plane workerRussell King2015-10-011-36/+12
* drm/armada: move CRTC flip work to primary plane workRussell King2015-10-011-44/+58
* drm/armada: move frame wait into armada_frameRussell King2015-10-011-4/+18
* drm/armada: move the locking for armada_drm_vbl_event_remove()Russell King2015-10-011-0/+2
* drm/armada: move write to dma_ctrl0 to armada_drm_crtc_plane_disable()Russell King2015-10-011-2/+10
* drm/armada: provide a common helper to disable a planeRussell King2015-10-011-6/+27
* drm/armada: allocate primary plane ourselvesRussell King2015-10-011-5/+20
* drm/armada: add primary plane creationRussell King2015-10-011-1/+33
* drm/armada: redo locking and atomics for armada_drm_crtc_complete_frame_work()Russell King2015-09-151-30/+23
* drm/armada: disable CRTC clock during DPMSRussell King2015-09-151-0/+11
* drm/armada: use drm_plane_force_disable() to disable the overlay planeRussell King2015-09-151-9/+3
* drm/armada: move vbl code into armada_crtcRussell King2015-09-151-7/+39
* drm/armada: remove non-component supportRussell King2015-09-151-1/+1
* drm/armada: avoid saving the adjusted mode to crtc->modeRussell King2015-07-151-2/+0
* drm/armada: Remove dummy ->load_lut() implementationThierry Reding2014-12-101-5/+0
* Merge tag 'v3.18-rc4' into drm-nextDave Airlie2014-11-121-11/+10
|\
| * drm/armada: convert to use vblank_on/off callsRussell King2014-10-171-3/+5
| * drm/armada: fix page_flip refcounting leakRussell King2014-10-171-8/+5
* | drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-051-0/+1
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-08-071-23/+164
|\
| * drm/armada: register crtc with portRussell King2014-07-111-2/+19
| * drm/armada: permit CRTCs to be registered as separate devicesRussell King2014-07-111-9/+104
| * drm/armada: make variant a CRTC thingRussell King2014-07-031-15/+12
| * drm/armada: move variant initialisation to CRTC initRussell King2014-07-031-1/+1
| * drm/armada: use number of CRTCs registeredRussell King2014-07-031-3/+3
| * drm/armada: move IRQ handling into CRTCRussell King2014-07-031-2/+34
* | devres: remove devm_request_and_ioremap()Jingoo Han2014-06-191-5/+3
|/
* DRM: armada: fix corruption while loading cursorsRussell King2014-04-081-0/+1
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-011-11/+12
* Merge branch 'drm-tda998x-3.12' of git://ftp.arm.linux.org.uk/~rmk/linux-cubo...Dave Airlie2013-10-221-1/+1
* DRM: Armada: Add support for ARGB 32x64 or 64x32 hardware cursorsRussell King2013-10-181-4/+241
* DRM: Armada: Add Armada DRM driverRussell King2013-10-121-0/+861