mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
8a3f7a44963bb8666d17f0ee62554157434a6de1
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>
Description
No description provided