summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada
AgeCommit message (Expand)AuthorFilesLines
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä2-12/+4
2018-03-05drm/armada: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2-8/+10
2018-03-05drm/armada: Construct a temporary crtc state for plane checksVille Syrjälä2-2/+10
2018-01-05Merge branch 'drm-armada-devel-4.15' of git://git.armlinux.org.uk/~rmk/linux-...Dave Airlie4-290/+496
2017-12-08drm/armada: expand overlay trace entryRussell King1-2/+22
2017-12-08drm/armada: implement primary plane updateRussell King1-1/+117
2017-12-08drm/armada: extract register generation from armada_drm_primary_set()Russell King1-9/+16
2017-12-08drm/armada: wait for previous work when moving overlay windowRussell King1-4/+4
2017-12-08drm/armada: move overlay plane register update generationRussell King2-93/+112
2017-12-08drm/armada: re-organise overlay register update generationRussell King1-30/+22
2017-12-08drm/armada: disable planes at next blanking periodRussell King2-32/+50
2017-12-08drm/armada: avoid work allocationRussell King3-15/+23
2017-12-08drm/armada: allow armada_drm_plane_work_queue() to silently failRussell King2-4/+4
2017-12-08drm/armada: use drm_plane_helper_check_state()Russell King1-29/+32
2017-12-08drm/armada: only enable HSMOOTH if scaling horizontallyRussell King2-7/+8
2017-12-08drm/armada: move writes of LCD_SPU_SRAM_PARA1 under lockRussell King2-6/+9
2017-12-08drm/armada: move regs into armada_plane_workRussell King3-50/+39
2017-12-08drm/armada: move event sending into armada_plane_workRussell King2-14/+14
2017-12-08drm/armada: move fb retirement into armada_plane_workRussell King3-30/+13
2017-12-08drm/armada: move overlay plane work out from under spinlockRussell King2-1/+5
2017-12-08drm/armada: clear plane enable bit when disablingRussell King2-6/+6
2017-12-08drm/armada: clean up armada_drm_crtc_plane_disable()Russell King3-20/+14
2017-12-08drm/armada: allow the primary plane to be disabledRussell King1-44/+55
2017-12-08drm/armada: wait and cancel any pending frame work at disableRussell King2-8/+22
2017-12-08drm/armada: add work cancel callbackRussell King2-7/+17
2017-12-08drm/armada: store plane in armada_plane_workRussell King3-25/+21
2017-12-08drm/armada: add a common frame work allocatorRussell King1-7/+17
2017-12-08drm/armada: remove armada_drm_plane_work_cancel() return valueRussell King2-7/+5
2017-12-08drm/armada: fix YUV planar format framebuffer offsetsRussell King1-1/+7
2017-12-08drm/armada: improve efficiency of armada_drm_plane_calc_addrs()Russell King1-2/+3
2017-12-08drm/armada: fix UV swap codeRussell King2-19/+21
2017-12-08drm/armada: fix SRAM powerdownRussell King1-5/+4
2017-12-08drm/armada: fix leak of crtc structureRussell King1-12/+13
2017-12-08drm/armada: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes4-25/+3
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds10-77/+28
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-16drm/armada: Replace drm_framebuffer_reference/unreference() with _get/put()Haneen Mohammed3-10/+10
2017-10-16drm/armada: Replace drm_gem_object_reference/unreference() with _get/put()Haneen Mohammed4-17/+17
2017-09-29drm/armada: Remove unused #include <drmP.h>Haneen Mohammed5-5/+0
2017-09-05drm/armada: Use correct path to trace includeThierry Reding2-3/+1
2017-09-02drm/armada: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes3-42/+0
2017-08-04drm: armada: remove dead empty functionsPeter Rosin3-14/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky2-0/+2
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring2-4/+3
2017-07-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter3-4/+4
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2017-07-03drm: armada: Constify drm_prop_enum_list structures.Arvind Yadav1-1/+1
2017-07-03drm: armada: constify drm_prop_enum_list structures.Arvind Yadav1-2/+2
2017-06-21drm: armada: make of_device_ids const.Arvind Yadav1-1/+1