From 3e54f17ed2cdf0495c727077436dde94d0314c2f Mon Sep 17 00:00:00 2001 From: Ankit Patel Date: Tue, 14 Jul 2020 23:21:56 +0530 Subject: video: tegra: host: LS fw gets priority in get fw Whenever NVDEC LS firmware pack for the soc, It will give priority to LS FW rather than NS FW. If in case of absence of LS FW It will load NS FW. Bug 200415909 Bug 200704321 Signed-off-by: Ankit Patel Change-Id: I15f53f33d4735c25b972e1e8a394d01047f86bde Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2375549 Signed-off-by: Mikko Perttunen Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2511966 Tested-by: mobile promotions Reviewed-by: mobile promotions --- include/linux/nvhost.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/linux/nvhost.h b/include/linux/nvhost.h index 56448483c..aefb46ceb 100644 --- a/include/linux/nvhost.h +++ b/include/linux/nvhost.h @@ -551,7 +551,7 @@ static inline void nvhost_syncpt_set_min_eq_max_ext( static inline const struct firmware * nvhost_client_request_firmware(struct platform_device *dev, - const char *fw_name) + const char *fw_name, bool warn) { return NULL; } @@ -824,11 +824,11 @@ static inline void nvhost_debug_dump_device(struct platform_device *pdev) #ifdef CONFIG_TEGRA_GRHOST const struct firmware * nvhost_client_request_firmware(struct platform_device *dev, - const char *fw_name); + const char *fw_name, bool warn); #else static inline const struct firmware * nvhost_client_request_firmware(struct platform_device *dev, - const char *fw_name) + const char *fw_name, bool warn) { return NULL; } -- cgit v1.2.2