mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
In gr_gk20a_init_gr_config() we right now directly access a register from hw_pri_ringmaster_*.h h/w header to read FBP count Add a new HAL operation to PRIV_RING unit and start using it in GR code instead of directly accessing register g->ops.priv_ring.get_fbp_count() Jira NVGPU-2894 Change-Id: I8a7b5423e28ef40612f55cb2915d7a2cff2f7435 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2030673 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>