Age | Commit message (Expand) | Author | Files | Lines |
2015-08-06 | drm/armada: Use new drm_fb_helper functions | Archit Taneja | 1 | -23/+10 |
2015-07-17 | Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ... | Dave Airlie | 3 | -50/+78 |
2015-07-15 | drm/armada: avoid saving the adjusted mode to crtc->mode | Russell King | 1 | -2/+0 |
2015-07-15 | drm/armada: fix overlay when partially off-screen | Russell King | 1 | -14/+28 |
2015-07-15 | drm/armada: convert overlay to use drm_plane_helper_check_update() | Russell King | 1 | -28/+39 |
2015-07-15 | drm/armada: fix gem object free after failed prime import | Russell King | 1 | -2/+3 |
2015-07-15 | drm/armada: fix incorrect overlay plane cleanup | Russell King | 1 | -1/+5 |
2015-07-15 | drm/armada: fix missing overlay wake-up | Russell King | 1 | -5/+5 |
2015-05-15 | Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ... | Dave Airlie | 4 | -34/+0 |
2015-04-21 | dma-buf: cleanup dma_buf_export() to make it easily extensible | Sumit Semwal | 1 | -2/+8 |
2015-04-13 | drm/armada: constify struct drm_encoder_helper_funcs pointer | Jani Nikula | 1 | -1/+1 |
2015-01-26 | drm/armada: armada_drv: Remove unused function | Rickard Strandqvist | 2 | -12/+0 |
2015-01-26 | drm/armada: armada_output: Remove some unused functions | Rickard Strandqvist | 2 | -22/+0 |
2015-01-09 | Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-... | Dave Airlie | 1 | -5/+0 |
2014-12-15 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+1 |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-12-10 | drm/armada: Remove dummy ->load_lut() implementation | Thierry Reding | 1 | -5/+0 |
2014-12-08 | Merge branch 'iov_iter' into for-next | Al Viro | 2 | -12/+12 |
2014-11-19 | assorted conversions to %p[dD] | Al Viro | 1 | -1/+1 |
2014-11-12 | Merge tag 'v3.18-rc4' into drm-next | Dave Airlie | 2 | -12/+12 |
2014-11-05 | drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h | Daniel Vetter | 1 | -0/+1 |
2014-11-03 | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 1 | -1/+0 |
2014-10-28 | Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ... | Dave Airlie | 2 | -12/+12 |
2014-10-20 | gpu: drm: armada: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-10-17 | drm/armada: convert to use vblank_on/off calls | Russell King | 1 | -3/+5 |
2014-10-17 | drm/armada: fix page_flip refcounting leak | Russell King | 1 | -8/+5 |
2014-10-17 | drm/armada: add IRQ support back | Russell King | 1 | -1/+2 |
2014-09-24 | drm: Extract <drm/drm_gem.h> | Daniel Vetter | 1 | -0/+2 |
2014-09-10 | drm: add driver->set_busid() callback | David Herrmann | 1 | -0/+1 |
2014-08-07 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 7 | -123/+364 |
2014-07-23 | Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ... | Dave Airlie | 5 | -119/+360 |
2014-07-11 | drm/armada: register crtc with port | Russell King | 3 | -4/+23 |
2014-07-11 | drm/armada: permit CRTCs to be registered as separate devices | Russell King | 3 | -14/+122 |
2014-07-11 | drm/armada: update Armada 510 (Dove) to use "ext_ref_clk1" as the clock | Russell King | 1 | -1/+1 |
2014-07-11 | drm/armada: convert to componentized support | Russell King | 1 | -7/+148 |
2014-07-08 | dma-buf: use reservation objects | Maarten Lankhorst | 1 | -1/+1 |
2014-07-08 | drm: Introduce drm_fb_helper_prepare() | Thierry Reding | 1 | -1/+1 |
2014-07-08 | drm: Constify struct drm_fb_helper_funcs | Thierry Reding | 1 | -1/+1 |
2014-07-03 | drm/armada: make variant a CRTC thing | Russell King | 5 | -25/+25 |
2014-07-03 | drm/armada: move variant initialisation to CRTC init | Russell King | 5 | -20/+12 |
2014-07-03 | drm/armada: use number of CRTCs registered | Russell King | 3 | -7/+6 |
2014-07-03 | drm/armada: move IRQ handling into CRTC | Russell King | 3 | -63/+45 |
2014-06-19 | devres: remove devm_request_and_ioremap() | Jingoo Han | 1 | -5/+3 |
2014-06-19 | drm: add register and unregister functions for connectors | Thomas Wood | 1 | -2/+2 |
2014-06-10 | drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE() | Damien Lespiau | 1 | -1/+1 |
2014-06-05 | drm: add drm_fb_helper_restore_fbdev_mode_unlocked() | Rob Clark | 1 | -3/+1 |
2014-05-27 | drm/armada: use shmem helpers if possible | David Herrmann | 1 | -3/+1 |
2014-04-23 | drm: pass the irq explicitly to drm_irq_install | Daniel Vetter | 1 | -1/+1 |
2014-04-08 | DRM: armada: fix corruption while loading cursors | Russell King | 1 | -0/+1 |
2014-04-01 | drm: Replace crtc fb with primary plane fb (v3) | Matt Roper | 1 | -11/+12 |