From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from perceval.ideasonboard.com ([213.167.242.64]:33826 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750928AbeETMK1 (ORCPT ); Sun, 20 May 2018 08:10:27 -0400 Received: from avalon.localnet (dfj612ybrt5fhg77mgycy-3.rev.dnainternet.fi [IPv6:2001:14ba:21f5:5b00:2e86:4862:ef6a:2804]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id C19F65F for ; Sun, 20 May 2018 14:10:25 +0200 (CEST) From: Laurent Pinchart To: linux-media@vger.kernel.org Subject: [GIT PULL FOR v4.18] R-Car VSP1 TLB optimisation Date: Sun, 20 May 2018 15:10:50 +0300 Message-ID: <10831984.07PNLvckhh@avalon> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-media-owner@vger.kernel.org List-ID: Hi Mauro, The following changes since commit 8ed8bba70b4355b1ba029b151ade84475dd12991: media: imx274: remove non-indexed pointers from mode_table (2018-05-17 06:22:08 -0400) are available in the Git repository at: git://linuxtv.org/pinchartl/media.git v4l2/vsp1/next for you to fetch changes up to 429f256501652c90a4ed82f2416618f82a77d37c: media: vsp1: Move video configuration to a cached dlb (2018-05-20 09:46:51 +0300) The branch passes the VSP and DU test suites, both on its own and when merged with the drm-next branch. ---------------------------------------------------------------- Geert Uytterhoeven (1): media: vsp1: Drop OF dependency of VIDEO_RENESAS_VSP1 Kieran Bingham (10): media: vsp1: Release buffers for each video node media: vsp1: Move video suspend resume handling to video object media: vsp1: Reword uses of 'fragment' as 'body' media: vsp1: Protect bodies against overflow media: vsp1: Provide a body pool media: vsp1: Convert display lists to use new body pool media: vsp1: Use reference counting for bodies media: vsp1: Refactor display list configure operations media: vsp1: Adapt entities to configure into a body media: vsp1: Move video configuration to a cached dlb drivers/media/platform/Kconfig | 2 +- drivers/media/platform/vsp1/vsp1_brx.c | 32 ++-- drivers/media/platform/vsp1/vsp1_clu.c | 113 ++++++----- drivers/media/platform/vsp1/vsp1_clu.h | 1 + drivers/media/platform/vsp1/vsp1_dl.c | 388 ++++++++++++++++------------- drivers/media/platform/vsp1/vsp1_dl.h | 21 ++- drivers/media/platform/vsp1/vsp1_drm.c | 18 +- drivers/media/platform/vsp1/vsp1_drv.c | 4 +- drivers/media/platform/vsp1/vsp1_entity.c | 34 +++- drivers/media/platform/vsp1/vsp1_entity.h | 45 +++-- drivers/media/platform/vsp1/vsp1_hgo.c | 26 ++- drivers/media/platform/vsp1/vsp1_hgt.c | 28 ++- drivers/media/platform/vsp1/vsp1_hsit.c | 20 +- drivers/media/platform/vsp1/vsp1_lif.c | 25 ++- drivers/media/platform/vsp1/vsp1_lut.c | 80 +++++--- drivers/media/platform/vsp1/vsp1_lut.h | 1 + drivers/media/platform/vsp1/vsp1_pipe.c | 74 +------- drivers/media/platform/vsp1/vsp1_pipe.h | 12 +- drivers/media/platform/vsp1/vsp1_rpf.c | 189 ++++++++++--------- drivers/media/platform/vsp1/vsp1_sru.c | 24 +-- drivers/media/platform/vsp1/vsp1_uds.c | 73 +++---- drivers/media/platform/vsp1/vsp1_uds.h | 2 +- drivers/media/platform/vsp1/vsp1_uif.c | 35 ++-- drivers/media/platform/vsp1/vsp1_video.c | 177 ++++++++++++----- drivers/media/platform/vsp1/vsp1_video.h | 3 + drivers/media/platform/vsp1/vsp1_wpf.c | 326 ++++++++++++++------------- 26 files changed, 967 insertions(+), 786 deletions(-) -- Regards, Laurent Pinchart