aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada/armada_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07Merge 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-19devres: remove devm_request_and_ioremap()Jingoo Han1-5/+3
2014-04-08DRM: armada: fix corruption while loading cursorsRussell King1-0/+1
2014-04-01drm: 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-cubox into drm-nextDave 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