aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada
Commit message (Expand)AuthorAge
...
| * drm/armada: introduce generic armada_plane structRussell King2015-10-01
| * drm/armada: update armada overlay to use drm_universal_plane_init()Russell King2015-10-01
| * drm/armada: use xchg() to atomically update dplane->old_fbRussell King2015-10-01
| * drm/armada: factor out retirement of old fbRussell King2015-09-15
| * drm/armada: rename overlay identifiersRussell King2015-09-15
| * 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: Use new drm_fb_helper functionsArchit Taneja2015-08-06
|/
* Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie2015-07-16
|\
| * drm/armada: avoid saving the adjusted mode to crtc->modeRussell King2015-07-15
| * drm/armada: fix overlay when partially off-screenRussell King2015-07-15
| * drm/armada: convert overlay to use drm_plane_helper_check_update()Russell King2015-07-15
| * drm/armada: fix gem object free after failed prime importRussell King2015-07-15
| * drm/armada: fix incorrect overlay plane cleanupRussell King2015-07-15
| * drm/armada: fix missing overlay wake-upRussell King2015-07-15
* | Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie2015-05-15
|\ \ | |/ |/|
| * drm/armada: armada_drv: Remove unused functionRickard Strandqvist2015-01-26
| * drm/armada: armada_output: Remove some unused functionsRickard Strandqvist2015-01-26
* | dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal2015-04-21
* | drm/armada: constify struct drm_encoder_helper_funcs pointerJani Nikula2015-04-13
* | Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-...Dave Airlie2015-01-08
|\ \
| * | drm/armada: Remove dummy ->load_lut() implementationThierry Reding2014-12-10
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-15
|\| |
| * | Merge tag 'v3.18-rc4' into drm-nextDave Airlie2014-11-12
| |\ \
| * | | drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-04
| | |/ | |/|
* | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\ \ \
| * \ \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-03
| |\ \ \ | | |_|/ | |/| |
| | * | gpu: drm: armada: drop owner assignment from platform_driversWolfram Sang2014-10-20
| | |/
* | | Merge branch 'iov_iter' into for-nextAl Viro2014-12-08
|\| |
| * | Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie2014-10-27
| |\ \ | | |/ | |/|
| | * drm/armada: convert to use vblank_on/off callsRussell King2014-10-17
| | * drm/armada: fix page_flip refcounting leakRussell King2014-10-17
| | * drm/armada: add IRQ support backRussell King2014-10-17
* | | assorted conversions to %p[dD]Al Viro2014-11-19
|/ /
* | drm: Extract <drm/drm_gem.h>Daniel Vetter2014-09-23
* | drm: add driver->set_busid() callbackDavid Herrmann2014-09-10
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-08-07
|\
| * Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie2014-07-22
| |\
| | * drm/armada: register crtc with portRussell King2014-07-11
| | * drm/armada: permit CRTCs to be registered as separate devicesRussell King2014-07-11
| | * drm/armada: update Armada 510 (Dove) to use "ext_ref_clk1" as the clockRussell King2014-07-11
| | * drm/armada: convert to componentized supportRussell 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
| * | drm: Introduce drm_fb_helper_prepare()Thierry Reding2014-07-07