mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
Using functional macros instead of static inline functions for defining hw registers, fields, constants etc lets us not compile the dead code in the build (non-gv11b for igpu safety build for instance). This patch updates the all nvgpu hw headers to use define_style instead of inline_style. JIRA NVGPU-3733 Change-Id: I2d5d596fcfa0a75ce09444edad0a8c2851ee00dc Signed-off-by: Sagar Kamble <skamble@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2150879 Reviewed-by: Mahantesh Kumbar <mkumbar@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>