commit | 90e2e96ea37745ae18a1ff7b322e3321731828e4 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Jan 15 15:07:56 2020 +0100 |
committer | Ben Skeggs <bskeggs@redhat.com> | Thu Jan 23 08:56:51 2020 +1000 |
tree | be972956b4f495c3ccaaef9ad7e10b0050185b9a | |
parent | 89b34254bb61d0ad5c701413572cf3d993c9bff8 [diff] |
drm/nouveau/gr/gp10b: Use gp100_grctx and gp100_gr_zbc gp10b doesn't have all the registers that gp102_gr_zbc wants to access, which causes IBUS MMIO faults to occur. Avoid this by using the gp100 variants of grctx and gr_zbc. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>