mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
4625e851311ece4840b9d689a01b7de3d7a1c175
There are two type of temp WARs in the nvidia repo: 1) Some functions are defined in driver files that depend on CONFIG_TEGRA_GRHOST_NVCSI. So these function call should have dependency protection in the header file. 2) The powergate header file is adding an unnecessary define check for tegra194-powergate.h and this broke two places that were referring one of the defines in it. So this change fix the WARs above by: a) Removing those temp WARs by adding dummy NOP functions for those platofrms that don't have CONFIG_TEGRA_GRHOST_NVCSI. b) Removing the define check in tegra194-powergate.h and the version check when referring TEGRA194_POWER_DOMAIN_DISP. Bug 2284925 Change-Id: Iad86bfe20f2981b3d31bccf5f51184799fe7e289 Signed-off-by: Nicolin Chen <nicolinc@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1803439 GVS: Gerrit_Virtual_Submit Reviewed-by: David Bang <dbang@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided