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