summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada/armada_crtc.c
AgeCommit message (Expand)Author
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
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2015-12-23Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie
2015-12-15drm/armada: Constify function pointer structsVille Syrjälä
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä
2015-12-05drm/armada: drop struct_mutex from cursor pathsDaniel Vetter
2015-12-03drm/armada: use unlocked gem unreferencingDaniel Vetter
2015-10-01drm/armada: move frame wait wakeup into plane workRussell King
2015-10-01drm/armada: convert overlay plane vbl worker to a armada plane workerRussell King
2015-10-01drm/armada: move CRTC flip work to primary plane workRussell King
2015-10-01drm/armada: move frame wait into armada_frameRussell King
2015-10-01drm/armada: move the locking for armada_drm_vbl_event_remove()Russell King
2015-10-01drm/armada: move write to dma_ctrl0 to armada_drm_crtc_plane_disable()Russell King
2015-10-01drm/armada: provide a common helper to disable a planeRussell King
2015-10-01drm/armada: allocate primary plane ourselvesRussell King
2015-10-01drm/armada: add primary plane creationRussell King
2015-09-15drm/armada: redo locking and atomics for armada_drm_crtc_complete_frame_work()Russell King
2015-09-15drm/armada: disable CRTC clock during DPMSRussell King
2015-09-15drm/armada: use drm_plane_force_disable() to disable the overlay planeRussell King
2015-09-15drm/armada: move vbl code into armada_crtcRussell King