From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stanimir Varbanov Subject: Re: [PATCH 00/28] Venus updates Date: Tue, 8 May 2018 02:26:55 +0300 Message-ID: <431ff7a2-cef0-59e4-4540-4ed8e8180e55@linaro.org> References: <20180424124436.26955-1-stanimir.varbanov@linaro.org> <29a88d99-537f-5fdc-9e6a-8238703ea8d1@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <29a88d99-537f-5fdc-9e6a-8238703ea8d1@xs4all.nl> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Hans Verkuil , Stanimir Varbanov , Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Vikash Garodia List-Id: linux-arm-msm@vger.kernel.org Hi Hans, On 7.05.2018 13:41, Hans Verkuil wrote: > On 24/04/18 14:44, Stanimir Varbanov wrote: >> Hello, >> >> This patch set aims to: >> >> * add initial support for Venus version 4xx (found on sdm845). >> >> * introduce a common capability parser to enumerate better >> supported uncompressed formats, capabilities by codec, >> supported codecs and so on. >> >> * also contains various cleanups, readability improvements >> and fixes. >> >> * adds HEVC codec support for the Venus versions which has >> support for it. >> >> * add multi-stream support (secondary decoder output), which >> will give as an opportunity to use UBWC compressed formats >> to optimize internal interconnect bandwidth on higher >> resolutions. > > I'm a bit confused about this: is this a purely driver-internal thing, > or is this exposed somehow to userspace as well? It seems to be purely > internal. For now it'll be internal for the driver. In downstream driver it is exposed to userspace via custom v4l_control but that is not generic and I decided to not expose it. regards, Stan