summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada/armada_crtc.c
AgeCommit message (Expand)Author
2018-01-05Merge branch 'drm-armada-devel-4.15' of git://git.armlinux.org.uk/~rmk/linux-...Dave Airlie
2017-12-08drm/armada: implement primary plane updateRussell King
2017-12-08drm/armada: extract register generation from armada_drm_primary_set()Russell King
2017-12-08drm/armada: disable planes at next blanking periodRussell King
2017-12-08drm/armada: avoid work allocationRussell King
2017-12-08drm/armada: allow armada_drm_plane_work_queue() to silently failRussell King
2017-12-08drm/armada: only enable HSMOOTH if scaling horizontallyRussell King
2017-12-08drm/armada: move writes of LCD_SPU_SRAM_PARA1 under lockRussell King
2017-12-08drm/armada: move regs into armada_plane_workRussell King
2017-12-08drm/armada: move event sending into armada_plane_workRussell King
2017-12-08drm/armada: move fb retirement into armada_plane_workRussell King
2017-12-08drm/armada: move overlay plane work out from under spinlockRussell King
2017-12-08drm/armada: clear plane enable bit when disablingRussell King
2017-12-08drm/armada: clean up armada_drm_crtc_plane_disable()Russell King
2017-12-08drm/armada: allow the primary plane to be disabledRussell King
2017-12-08drm/armada: wait and cancel any pending frame work at disableRussell King
2017-12-08drm/armada: add work cancel callbackRussell King
2017-12-08drm/armada: store plane in armada_plane_workRussell King
2017-12-08drm/armada: add a common frame work allocatorRussell King
2017-12-08drm/armada: remove armada_drm_plane_work_cancel() return valueRussell King
2017-12-08drm/armada: fix YUV planar format framebuffer offsetsdrm-armada-fixes-4.15Russell King
2017-12-08drm/armada: improve efficiency of armada_drm_plane_calc_addrs()Russell King
2017-12-08drm/armada: fix SRAM powerdownRussell King
2017-12-08drm/armada: fix leak of crtc structureRussell King
2017-10-16drm/armada: Replace drm_framebuffer_reference/unreference() with _get/put()Haneen Mohammed
2017-10-16drm/armada: Replace drm_gem_object_reference/unreference() with _get/put()Haneen Mohammed
2017-08-04drm: armada: remove dead empty functionsPeter Rosin
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring
2017-07-03drm: armada: constify drm_prop_enum_list structures.Arvind Yadav
2017-06-21drm: armada: make of_device_ids const.Arvind Yadav
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter
2017-02-07drm: armada: use vblank hooks in struct drm_crtc_funcsShawn Guo
2016-12-15drm: Replace 'format->format' comparisons to just 'format' comparisonsVille Syrjälä
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä
2016-11-25Merge branch 'drm-armada-devel' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie
2016-11-01drm/armada: use common helper for plane base addressRussell King
2016-11-01drm/armada: move setting primary plane position to armada_drm_primary_set()Russell King
2016-11-01drm/armada: split out primary plane updateRussell King
2016-11-01drm/armada: move plane state to struct armada_planeRussell King
2016-11-01drm/armada: clean up armada_drm_plane_work_run()Russell King
2016-11-01drm/armada: add tracing supportRussell King
2016-10-04drm/armada: fix clock countsRussell King
2016-07-12drm/armada: use drm_crtc_handle_vblank()Gustavo Padovan
2016-06-06drm/armada: use drm_crtc_vblank_{get,put}()Gustavo Padovan
2016-06-06drm/armada: use drm_crtc_send_vblank_event()Gustavo Padovan
2016-05-18drm: remove unused dev variablesArnd Bergmann