summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada/armada_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-05Merge branch 'drm-armada-devel-4.15' of git://git.armlinux.org.uk/~rmk/linux-...Dave Airlie1-120/+314
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: disable planes at next blanking periodRussell King1-15/+44
2017-12-08drm/armada: avoid work allocationRussell King1-11/+13
2017-12-08drm/armada: allow armada_drm_plane_work_queue() to silently failRussell King1-3/+1
2017-12-08drm/armada: only enable HSMOOTH if scaling horizontallyRussell King1-2/+3
2017-12-08drm/armada: move writes of LCD_SPU_SRAM_PARA1 under lockRussell King1-4/+6
2017-12-08drm/armada: move regs into armada_plane_workRussell King1-25/+17
2017-12-08drm/armada: move event sending into armada_plane_workRussell King1-14/+13
2017-12-08drm/armada: move fb retirement into armada_plane_workRussell King1-5/+7
2017-12-08drm/armada: move overlay plane work out from under spinlockRussell King1-1/+1
2017-12-08drm/armada: clear plane enable bit when disablingRussell King1-4/+6
2017-12-08drm/armada: clean up armada_drm_crtc_plane_disable()Russell King1-12/+9
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 King1-6/+22
2017-12-08drm/armada: add work cancel callbackRussell King1-7/+16
2017-12-08drm/armada: store plane in armada_plane_workRussell King1-16/+11
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 King1-5/+3
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 SRAM powerdownRussell King1-5/+4
2017-12-08drm/armada: fix leak of crtc structureRussell King1-12/+13
2017-10-16drm/armada: Replace drm_framebuffer_reference/unreference() with _get/put()Haneen Mohammed1-7/+7
2017-10-16drm/armada: Replace drm_gem_object_reference/unreference() with _get/put()Haneen Mohammed1-4/+4
2017-08-04drm: armada: remove dead empty functionsPeter Rosin1-10/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-0/+1
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring1-2/+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
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter1-1/+2
2017-02-07drm: armada: use vblank hooks in struct drm_crtc_funcsShawn Guo1-19/+37
2016-12-15drm: Replace 'format->format' comparisons to just 'format' comparisonsVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-1/+1
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-2/+1
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä1-1/+1
2016-11-25Merge branch 'drm-armada-devel' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie1-41/+80
2016-11-01drm/armada: use common helper for plane base addressRussell King1-4/+22
2016-11-01drm/armada: move setting primary plane position to armada_drm_primary_set()Russell King1-3/+3
2016-11-01drm/armada: split out primary plane updateRussell King1-20/+32
2016-11-01drm/armada: move plane state to struct armada_planeRussell King1-9/+20
2016-11-01drm/armada: clean up armada_drm_plane_work_run()Russell King1-16/+11
2016-11-01drm/armada: add tracing supportRussell King1-0/+3
2016-10-04drm/armada: fix clock countsRussell King1-8/+10
2016-07-12drm/armada: use drm_crtc_handle_vblank()Gustavo Padovan1-1/+1
2016-06-06drm/armada: use drm_crtc_vblank_{get,put}()Gustavo Padovan1-6/+6
2016-06-06drm/armada: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-05-18drm: remove unused dev variablesArnd Bergmann1-1/+0