summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada/armada_overlay.c
AgeCommit message (Expand)Author
2017-12-08drm/armada: fix UV swap codeRussell King
2017-10-16drm/armada: Replace drm_framebuffer_reference/unreference() with _get/put()Haneen Mohammed
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2017-07-03drm: armada: Constify drm_prop_enum_list structures.Arvind Yadav
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss
2017-03-29drm: Add acquire ctx parameter to ->plane_disableDaniel Vetter
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter
2016-12-15drm: Nuke fb->pixel_formatVille 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 plane state to struct armada_planeRussell King
2016-11-01drm/armada: add tracing supportRussell King
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen
2016-06-17drm: Deal with rotation in drm_plane_helper_check_update()Ville Syrjälä
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä
2015-10-01drm/armada: convert overlay plane vbl worker to a armada plane workerRussell 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 the update of dplane->ctrl0 out of spinlockRussell 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: introduce generic armada_plane structRussell King
2015-10-01drm/armada: update armada overlay to use drm_universal_plane_init()Russell King
2015-10-01drm/armada: use xchg() to atomically update dplane->old_fbRussell King
2015-09-15drm/armada: factor out retirement of old fbRussell King
2015-09-15drm/armada: rename overlay identifiersRussell King
2015-07-15drm/armada: fix overlay when partially off-screenRussell King
2015-07-15drm/armada: convert overlay to use drm_plane_helper_check_update()Russell King
2015-07-15drm/armada: fix incorrect overlay plane cleanupRussell King
2015-07-15drm/armada: fix missing overlay wake-upRussell King
2013-10-12DRM: Armada: Add Armada DRM driverRussell King