aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-06drm/armada: Use new drm_fb_helper functionsArchit Taneja1-23/+10
2015-07-17Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-fixesDave Airlie3-50/+78
2015-07-15drm/armada: avoid saving the adjusted mode to crtc->modeRussell King1-2/+0
2015-07-15drm/armada: fix overlay when partially off-screenRussell King1-14/+28
2015-07-15drm/armada: convert overlay to use drm_plane_helper_check_update()Russell King1-28/+39
2015-07-15drm/armada: fix gem object free after failed prime importRussell King1-2/+3
2015-07-15drm/armada: fix incorrect overlay plane cleanupRussell King1-1/+5
2015-07-15drm/armada: fix missing overlay wake-upRussell King1-5/+5
2015-05-15Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-nextDave Airlie4-34/+0
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal1-2/+8
2015-04-13drm/armada: constify struct drm_encoder_helper_funcs pointerJani Nikula1-1/+1
2015-01-26drm/armada: armada_drv: Remove unused functionRickard Strandqvist2-12/+0
2015-01-26drm/armada: armada_output: Remove some unused functionsRickard Strandqvist2-22/+0
2015-01-09Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-5/+0
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-10drm/armada: Remove dummy ->load_lut() implementationThierry Reding1-5/+0
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro2-12/+12
2014-11-19assorted conversions to %p[dD]Al Viro1-1/+1
2014-11-12Merge tag 'v3.18-rc4' into drm-nextDave Airlie2-12/+12
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-10-28Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-fixesDave Airlie2-12/+12
2014-10-20gpu: drm: armada: drop owner assignment from platform_driversWolfram Sang1-1/+0
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-10-17drm/armada: add IRQ support backRussell King1-1/+2
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter1-0/+2
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+1
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds7-123/+364
2014-07-23Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-nextDave Airlie5-119/+360
2014-07-11drm/armada: register crtc with portRussell King3-4/+23
2014-07-11drm/armada: permit CRTCs to be registered as separate devicesRussell King3-14/+122
2014-07-11drm/armada: update Armada 510 (Dove) to use "ext_ref_clk1" as the clockRussell King1-1/+1
2014-07-11drm/armada: convert to componentized supportRussell King1-7/+148
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst1-1/+1
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding1-1/+1
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding1-1/+1
2014-07-03drm/armada: make variant a CRTC thingRussell King5-25/+25
2014-07-03drm/armada: move variant initialisation to CRTC initRussell King5-20/+12
2014-07-03drm/armada: use number of CRTCs registeredRussell King3-7/+6
2014-07-03drm/armada: move IRQ handling into CRTCRussell King3-63/+45
2014-06-19devres: remove devm_request_and_ioremap()Jingoo Han1-5/+3
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-2/+2
2014-06-10drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau1-1/+1
2014-06-05drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark1-3/+1
2014-05-27drm/armada: use shmem helpers if possibleDavid Herrmann1-3/+1
2014-04-23drm: pass the irq explicitly to drm_irq_installDaniel Vetter1-1/+1
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