[media] media: venus: hfi: add Venus HFI files
authorStanimir Varbanov <stanimir.varbanov@linaro.org>
Thu, 15 Jun 2017 16:31:49 +0000 (13:31 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 20 Jun 2017 11:53:40 +0000 (08:53 -0300)
commitd96d3f30c0f2f564f6922bf4ccdf4464992e31fb
tree25b806005c9ee13b7f5b146a460455204af5da63
parent09c2845e8fe4fcab942929480203f504a6e0a114
[media] media: venus: hfi: add Venus HFI files

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>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/qcom/venus/hfi_venus.c [new file with mode: 0644]
drivers/media/platform/qcom/venus/hfi_venus.h [new file with mode: 0644]
drivers/media/platform/qcom/venus/hfi_venus_io.h [new file with mode: 0644]