diff options
author | Konsta Holtta <kholtta@nvidia.com> | 2016-11-23 09:41:14 -0500 |
---|---|---|
committer | Sri Krishna Chowdary <schowdary@nvidia.com> | 2016-11-29 12:50:21 -0500 |
commit | 5f6a2aa02b6927432c9f37e29c592e7efc4cb656 (patch) | |
tree | 102d84c51156685d7df76fdb791a32bce27ca1f1 /drivers/gpu/nvgpu/acr.h | |
parent | 0fbd9f939876d67743517058260b4270202b0bb6 (diff) |
gpu: nvgpu: fix setup_rop_mapping for gm20b+
gm20b_init_gr does not inherit the ops set by gk20a_init_gr_ops, and the
gr.setup_rop_mapping HAL was not set there, so it was not set for chips
that inherit from gm20b_init_gr and do not override it explicitly.
Set the pointer in gm20b_init_gr, which other chips inherit, and delete
the surrounding if condition from the call, making sure that future
users always call it, because there is an implementation since the
earliest supported chip.
Bug 1833382
Change-Id: I7893c9aac7c5c49ce9a55031ea6baa9382a1b7ca
Signed-off-by: Konsta Holtta <kholtta@nvidia.com>
Reviewed-on: http://git-master/r/1258960
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/gpu/nvgpu/acr.h')
0 files changed, 0 insertions, 0 deletions