summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada
AgeCommit message (Expand)AuthorLines
2018-01-05Merge branch 'drm-armada-devel-4.15' of git://git.armlinux.org.uk/~rmk/linux-...Dave Airlie-290/+496
2017-12-08drm/armada: expand overlay trace entryRussell King-2/+22
2017-12-08drm/armada: implement primary plane updateRussell King-1/+117
2017-12-08drm/armada: extract register generation from armada_drm_primary_set()Russell King-9/+16
2017-12-08drm/armada: wait for previous work when moving overlay windowRussell King-4/+4
2017-12-08drm/armada: move overlay plane register update generationRussell King-93/+112
2017-12-08drm/armada: re-organise overlay register update generationRussell King-30/+22
2017-12-08drm/armada: disable planes at next blanking periodRussell King-32/+50
2017-12-08drm/armada: avoid work allocationRussell King-15/+23
2017-12-08drm/armada: allow armada_drm_plane_work_queue() to silently failRussell King-4/+4
2017-12-08drm/armada: use drm_plane_helper_check_state()Russell King-29/+32
2017-12-08drm/armada: only enable HSMOOTH if scaling horizontallyRussell King-7/+8
2017-12-08drm/armada: move writes of LCD_SPU_SRAM_PARA1 under lockRussell King-6/+9
2017-12-08drm/armada: move regs into armada_plane_workRussell King-50/+39
2017-12-08drm/armada: move event sending into armada_plane_workRussell King-14/+14
2017-12-08drm/armada: move fb retirement into armada_plane_workRussell King-30/+13
2017-12-08drm/armada: move overlay plane work out from under spinlockRussell King-1/+5
2017-12-08drm/armada: clear plane enable bit when disablingRussell King-6/+6
2017-12-08drm/armada: clean up armada_drm_crtc_plane_disable()Russell King-20/+14
2017-12-08drm/armada: allow the primary plane to be disabledRussell King-44/+55
2017-12-08drm/armada: wait and cancel any pending frame work at disableRussell King-8/+22
2017-12-08drm/armada: add work cancel callbackRussell King-7/+17
2017-12-08drm/armada: store plane in armada_plane_workRussell King-25/+21
2017-12-08drm/armada: add a common frame work allocatorRussell King-7/+17
2017-12-08drm/armada: remove armada_drm_plane_work_cancel() return valueRussell King-7/+5
2017-12-08drm/armada: fix YUV planar format framebuffer offsetsRussell King-1/+7
2017-12-08drm/armada: improve efficiency of armada_drm_plane_calc_addrs()Russell King-2/+3
2017-12-08drm/armada: fix UV swap codeRussell King-19/+21
2017-12-08drm/armada: fix SRAM powerdownRussell King-5/+4
2017-12-08drm/armada: fix leak of crtc structureRussell King-12/+13
2017-12-08drm/armada: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes-25/+3
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-77/+28
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+3
2017-10-16drm/armada: Replace drm_framebuffer_reference/unreference() with _get/put()Haneen Mohammed-10/+10
2017-10-16drm/armada: Replace drm_gem_object_reference/unreference() with _get/put()Haneen Mohammed-17/+17
2017-09-29drm/armada: Remove unused #include <drmP.h>Haneen Mohammed-5/+0
2017-09-05drm/armada: Use correct path to trace includeThierry Reding-3/+1
2017-09-02drm/armada: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes-42/+0
2017-08-04drm: armada: remove dead empty functionsPeter Rosin-14/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky-0/+2
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring-4/+3
2017-07-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter-4/+4
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter-1/+0
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-1/+1
2017-07-03drm: armada: Constify drm_prop_enum_list structures.Arvind Yadav-1/+1
2017-07-03drm: armada: constify drm_prop_enum_list structures.Arvind Yadav-2/+2
2017-06-21drm: armada: make of_device_ids const.Arvind Yadav-1/+1
2017-06-20drm/armada: don't abuse DMA_ERROR_CODEChristoph Hellwig-4/+4
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss-1/+1
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe-4/+4