summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada/armada_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä2018-03-051-6/+2
* drm/armada: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-03-051-4/+5
* drm/armada: Construct a temporary crtc state for plane checksVille Syrjälä2018-03-051-1/+5
* Merge branch 'drm-armada-devel-4.15' of git://git.armlinux.org.uk/~rmk/linux-...Dave Airlie2018-01-051-120/+314
|\
| * drm/armada: implement primary plane updateRussell King2017-12-081-1/+117
| * drm/armada: extract register generation from armada_drm_primary_set()Russell King2017-12-081-9/+16
| * drm/armada: disable planes at next blanking periodRussell King2017-12-081-15/+44
| * drm/armada: avoid work allocationRussell King2017-12-081-11/+13
| * drm/armada: allow armada_drm_plane_work_queue() to silently failRussell King2017-12-081-3/+1
| * drm/armada: only enable HSMOOTH if scaling horizontallyRussell King2017-12-081-2/+3
| * drm/armada: move writes of LCD_SPU_SRAM_PARA1 under lockRussell King2017-12-081-4/+6
| * drm/armada: move regs into armada_plane_workRussell King2017-12-081-25/+17
| * drm/armada: move event sending into armada_plane_workRussell King2017-12-081-14/+13
| * drm/armada: move fb retirement into armada_plane_workRussell King2017-12-081-5/+7
| * drm/armada: move overlay plane work out from under spinlockRussell King2017-12-081-1/+1
| * drm/armada: clear plane enable bit when disablingRussell King2017-12-081-4/+6
| * drm/armada: clean up armada_drm_crtc_plane_disable()Russell King2017-12-081-12/+9
| * drm/armada: allow the primary plane to be disabledRussell King2017-12-081-44/+55
| * drm/armada: wait and cancel any pending frame work at disableRussell King2017-12-081-6/+22
| * drm/armada: add work cancel callbackRussell King2017-12-081-7/+16
| * drm/armada: store plane in armada_plane_workRussell King2017-12-081-16/+11
| * drm/armada: add a common frame work allocatorRussell King2017-12-081-7/+17
| * drm/armada: remove armada_drm_plane_work_cancel() return valueRussell King2017-12-081-5/+3
| * drm/armada: fix YUV planar format framebuffer offsetsRussell King2017-12-081-1/+7
| * drm/armada: improve efficiency of armada_drm_plane_calc_addrs()Russell King2017-12-081-2/+3
| * drm/armada: fix SRAM powerdownRussell King2017-12-081-5/+4
| * drm/armada: fix leak of crtc structureRussell King2017-12-081-12/+13
|/
* drm/armada: Replace drm_framebuffer_reference/unreference() with _get/put()Haneen Mohammed2017-10-161-7/+7
* drm/armada: Replace drm_gem_object_reference/unreference() with _get/put()Haneen Mohammed2017-10-161-4/+4
* drm: armada: remove dead empty functionsPeter Rosin2017-08-041-10/+0
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-0/+1
* drm: Convert to using %pOF instead of full_nameRob Herring2017-07-261-2/+1
* drm: armada: constify drm_prop_enum_list structures.Arvind Yadav2017-07-031-2/+2
* drm: armada: make of_device_ids const.Arvind Yadav2017-06-211-1/+1
* drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter2017-03-291-1/+2
* drm: armada: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-071-19/+37
* drm: Replace 'format->format' comparisons to just 'format' comparisonsVille Syrjälä2016-12-151-1/+1
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+1
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-1/+1
* drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä2016-12-151-2/+1
* drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä2016-12-151-1/+1
* Merge branch 'drm-armada-devel' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie2016-11-251-41/+80
|\
| * drm/armada: use common helper for plane base addressRussell King2016-11-011-4/+22
| * drm/armada: move setting primary plane position to armada_drm_primary_set()Russell King2016-11-011-3/+3
| * drm/armada: split out primary plane updateRussell King2016-11-011-20/+32
| * drm/armada: move plane state to struct armada_planeRussell King2016-11-011-9/+20
| * drm/armada: clean up armada_drm_plane_work_run()Russell King2016-11-011-16/+11
| * drm/armada: add tracing supportRussell King2016-11-011-0/+3
* | drm/armada: fix clock countsRussell King2016-10-041-8/+10
|/
* drm/armada: use drm_crtc_handle_vblank()Gustavo Padovan2016-07-121-1/+1
OpenPOWER on IntegriCloud