summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-...Dave Airlie2015-01-091-5/+0
|\
| * drm/armada: Remove dummy ->load_lut() implementationThierry Reding2014-12-101-5/+0
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-151-0/+1
|\ \ | |/
| * Merge tag 'v3.18-rc4' into drm-nextDave Airlie2014-11-122-12/+12
| |\
| * | drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-051-0/+1
* | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\ \ \
| * \ \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
| |\ \ \ | | |_|/ | |/| |
| | * | gpu: drm: armada: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| | |/
* | | Merge branch 'iov_iter' into for-nextAl Viro2014-12-082-12/+12
|\ \ \ | |/ /
| * | Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie2014-10-282-12/+12
| |\ \ | | |/ | |/|
| | * 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/armada: add IRQ support backRussell King2014-10-171-1/+2
* | | assorted conversions to %p[dD]Al Viro2014-11-191-1/+1
|/ /
* | drm: Extract <drm/drm_gem.h>Daniel Vetter2014-09-241-0/+2
* | drm: add driver->set_busid() callbackDavid Herrmann2014-09-101-0/+1
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-08-077-123/+364
|\
| * Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie2014-07-235-119/+360
| |\
| | * drm/armada: register crtc with portRussell King2014-07-113-4/+23
| | * drm/armada: permit CRTCs to be registered as separate devicesRussell King2014-07-113-14/+122
| | * drm/armada: update Armada 510 (Dove) to use "ext_ref_clk1" as the clockRussell King2014-07-111-1/+1
| | * drm/armada: convert to componentized supportRussell King2014-07-111-7/+148
| | * drm/armada: make variant a CRTC thingRussell King2014-07-035-25/+25
| | * drm/armada: move variant initialisation to CRTC initRussell King2014-07-035-20/+12
| | * drm/armada: use number of CRTCs registeredRussell King2014-07-033-7/+6
| | * drm/armada: move IRQ handling into CRTCRussell King2014-07-033-63/+45
| * | drm: Introduce drm_fb_helper_prepare()Thierry Reding2014-07-081-1/+1
| * | drm: Constify struct drm_fb_helper_funcsThierry Reding2014-07-081-1/+1
| * | drm: add register and unregister functions for connectorsThomas Wood2014-06-191-2/+2
| |/
* | dma-buf: use reservation objectsMaarten Lankhorst2014-07-081-1/+1
* | devres: remove devm_request_and_ioremap()Jingoo Han2014-06-191-5/+3
|/
* drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau2014-06-101-1/+1
* drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark2014-06-051-3/+1
* drm/armada: use shmem helpers if possibleDavid Herrmann2014-05-271-3/+1
* drm: pass the irq explicitly to drm_irq_installDaniel Vetter2014-04-231-1/+1
* 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-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubo...Dave Airlie2014-03-071-9/+1
|\
| * DRM: armada: fix use of kfifo_put()Russell King2014-03-031-9/+1
* | Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubo...Dave Airlie2014-01-291-0/+1
|\ \ | |/
| * DRM: armada: fix missing DRM_KMS_FB_HELPER selectRussell King2014-01-271-0/+1
* | Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie2014-01-204-9/+26
|\ \ | |/
| * Merge branch 'drm-tda998x-3.12-fixes' of git://ftp.arm.linux.org.uk/~rmk/linu...Dave Airlie2013-12-124-9/+26
| |\
| | * DRM: Armada: prime refcounting bug fixRussell King2013-12-101-1/+1
| | * DRM: Armada: fix printing of phys_addr_t/dma_addr_tRussell King2013-12-102-5/+6
| | * DRM: Armada: destroy framebuffer after helperRussell King2013-12-101-2/+2
| | * DRM: Armada: implement lastclose() for fbhelperRussell King2013-12-103-1/+17
* | | drm/armada: directly call drm_put_dev in ->removeDaniel Vetter2013-12-181-1/+2
|/ /
* | DRM: Armada: convert to use simple_open()Duan Jiong2013-11-061-7/+1
* | Merge branch 'drm-tda998x-3.12-fixes' of git://ftp.arm.linux.org.uk/~rmk/linu...Dave Airlie2013-10-231-1/+1
|\ \ | |/
OpenPOWER on IntegriCloud