Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1554296 > unrolled thread

Re: [PATCH v4 8/9] media: venus: hfi: add Venus HFI files

Started byHans Verkuil <hverkuil@xs4all.nl>
First post2017-01-09 14:10 +0100
Last post2017-01-10 13:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v4 8/9] media: venus: hfi: add Venus HFI files Hans Verkuil <hverkuil@xs4all.nl> - 2017-01-09 14:10 +0100
    Re: [PATCH v4 8/9] media: venus: hfi: add Venus HFI files Stanimir Varbanov <stanimir.varbanov@linaro.org> - 2017-01-10 13:10 +0100

#1554296 — Re: [PATCH v4 8/9] media: venus: hfi: add Venus HFI files

FromHans Verkuil <hverkuil@xs4all.nl>
Date2017-01-09 14:10 +0100
SubjectRe: [PATCH v4 8/9] media: venus: hfi: add Venus HFI files
Message-ID<sXHS2-4B7-19@gated-at.bofh.it>
On 12/05/2016 01:20 PM, Stanimir Varbanov wrote:
> Hi Hans,
> 
> On 12/05/2016 02:05 PM, Hans Verkuil wrote:
>> On 12/01/2016 10:03 AM, Stanimir Varbanov wrote:
>>> Here is the implementation of Venus video accelerator low-level
>>> functionality. It contanins code which setup the registers and
>>> startup uthe processor, allocate and manipulates with the shared
>>> memory used for sending commands and receiving messages.
>>>
>>> Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
>>> ---
>>>  drivers/media/platform/qcom/venus/hfi_venus.c    | 1508 ++++++++++++++++++++++
>>>  drivers/media/platform/qcom/venus/hfi_venus.h    |   23 +
>>>  drivers/media/platform/qcom/venus/hfi_venus_io.h |   98 ++
>>>  3 files changed, 1629 insertions(+)
>>>  create mode 100644 drivers/media/platform/qcom/venus/hfi_venus.c
>>>  create mode 100644 drivers/media/platform/qcom/venus/hfi_venus.h
>>>  create mode 100644 drivers/media/platform/qcom/venus/hfi_venus_io.h
>>>
>>> diff --git a/drivers/media/platform/qcom/venus/hfi_venus.c b/drivers/media/platform/qcom/venus/hfi_venus.c
>>> new file mode 100644
>>> index 000000000000..f004a9a80d85
>>> --- /dev/null
>>> +++ b/drivers/media/platform/qcom/venus/hfi_venus.c
>>> @@ -0,0 +1,1508 @@
>>> +static int venus_tzbsp_set_video_state(enum tzbsp_video_state state)
>>> +{
>>> +	return qcom_scm_video_set_state(state, 0);
>>
>> This functions doesn't seem to exist. Is there a prerequisite patch series that
>> introduces this function?
> 
> yes, the patchset [1] is under review.
> 

What is the status of this patchset?

Regards,

	Hans

[toc] | [next] | [standalone]


#1555203

FromStanimir Varbanov <stanimir.varbanov@linaro.org>
Date2017-01-10 13:10 +0100
Message-ID<sY3pw-1at-3@gated-at.bofh.it>
In reply to#1554296
Hi Hans,

On 01/09/2017 03:04 PM, Hans Verkuil wrote:
> On 12/05/2016 01:20 PM, Stanimir Varbanov wrote:
>> Hi Hans,
>>
>> On 12/05/2016 02:05 PM, Hans Verkuil wrote:
>>> On 12/01/2016 10:03 AM, Stanimir Varbanov wrote:
>>>> Here is the implementation of Venus video accelerator low-level
>>>> functionality. It contanins code which setup the registers and
>>>> startup uthe processor, allocate and manipulates with the shared
>>>> memory used for sending commands and receiving messages.
>>>>
>>>> Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
>>>> ---
>>>>  drivers/media/platform/qcom/venus/hfi_venus.c    | 1508 ++++++++++++++++++++++
>>>>  drivers/media/platform/qcom/venus/hfi_venus.h    |   23 +
>>>>  drivers/media/platform/qcom/venus/hfi_venus_io.h |   98 ++
>>>>  3 files changed, 1629 insertions(+)
>>>>  create mode 100644 drivers/media/platform/qcom/venus/hfi_venus.c
>>>>  create mode 100644 drivers/media/platform/qcom/venus/hfi_venus.h
>>>>  create mode 100644 drivers/media/platform/qcom/venus/hfi_venus_io.h
>>>>
>>>> diff --git a/drivers/media/platform/qcom/venus/hfi_venus.c b/drivers/media/platform/qcom/venus/hfi_venus.c
>>>> new file mode 100644
>>>> index 000000000000..f004a9a80d85
>>>> --- /dev/null
>>>> +++ b/drivers/media/platform/qcom/venus/hfi_venus.c
>>>> @@ -0,0 +1,1508 @@
>>>> +static int venus_tzbsp_set_video_state(enum tzbsp_video_state state)
>>>> +{
>>>> +	return qcom_scm_video_set_state(state, 0);
>>>
>>> This functions doesn't seem to exist. Is there a prerequisite patch series that
>>> introduces this function?
>>
>> yes, the patchset [1] is under review.
>>
> 
> What is the status of this patchset?

It is under discussion, still. I will send a new version of patches soon.

-- 
regards,
Stan

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web