aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada/armada_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-17drm/armada: add IRQ support backRussell King1-1/+2
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+1
2014-07-11drm/armada: register crtc with portRussell King1-1/+1
2014-07-11drm/armada: permit CRTCs to be registered as separate devicesRussell King1-3/+14
2014-07-11drm/armada: convert to componentized supportRussell King1-7/+148
2014-07-03drm/armada: make variant a CRTC thingRussell King1-2/+3
2014-07-03drm/armada: move variant initialisation to CRTC initRussell King1-4/+0
2014-07-03drm/armada: use number of CRTCs registeredRussell King1-2/+2
2014-07-03drm/armada: move IRQ handling into CRTCRussell King1-59/+9
2014-06-10drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau1-1/+1
2014-04-23drm: pass the irq explicitly to drm_irq_installDaniel Vetter1-1/+1
2014-03-07Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox into drm-fixesDave Airlie1-9/+1
2014-03-03DRM: armada: fix use of kfifo_put()Russell King1-9/+1
2014-01-20Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-1/+6
2013-12-18drm/armada: directly call drm_put_dev in ->removeDaniel Vetter1-1/+2
2013-12-12Merge branch 'drm-tda998x-3.12-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox into drm-fixesDave Airlie1-1/+6
2013-12-10DRM: Armada: implement lastclose() for fbhelperRussell King1-1/+6
2013-10-22Merge branch 'drm-tda998x-3.12' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox into drm-nextDave Airlie1-0/+421
2013-10-18DRM: Armada: add support for drm tda19988 driverRussell King1-0/+42
2013-10-12DRM: Armada: Add Armada DRM driverRussell King1-0/+380