mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
d5b14a389e6c9e57480db51f086920544f954bcd
Use nvgpu_writel() instead of nvgpu_writel_check() for writing the zbc color, depth and stencil values in L2 ZBC registers. Checking that the read value equals is not sensible for broadcast registers, and in these cases it's not necessary to read back the regs to synchronize memory. Bug 2976632 Change-Id: Id40e7d0f435bae5a395b5553c186fc50302f7dea Signed-off-by: Konsta Hölttä <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2345877 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided