diff options
author | Stanimir Varbanov <stanimir.varbanov@linaro.org> | 2017-06-15 13:31:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-06-20 08:53:41 -0300 |
commit | 50058a9a589154121a798dd16ef9199bf607bdc5 (patch) | |
tree | 29c2c279dc8a92335ccf2e10c22075131e7ba685 /drivers/media/platform/qcom/venus/firmware.h | |
parent | ebebc5939e15e12b4a226552574408772cda5ced (diff) |
[media] media: venus: update firmware path with linux-firmware place
This makes firmware name and path part of venus_resources
structure and initialize it properly depending on the SoC and
firmware version.
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>
Diffstat (limited to 'drivers/media/platform/qcom/venus/firmware.h')
-rw-r--r-- | drivers/media/platform/qcom/venus/firmware.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/platform/qcom/venus/firmware.h b/drivers/media/platform/qcom/venus/firmware.h index 782e64ae291a..f81a98979798 100644 --- a/drivers/media/platform/qcom/venus/firmware.h +++ b/drivers/media/platform/qcom/venus/firmware.h @@ -16,7 +16,8 @@ struct device; -int venus_boot(struct device *parent, struct device *fw_dev); +int venus_boot(struct device *parent, struct device *fw_dev, + const char *fwname); int venus_shutdown(struct device *fw_dev); #endif |