gpu: nvgpu: Enable gm20b fecs/gpccs bootloader

Change-Id: Ia9ab5ef8fbe3244b44c911d8808123e0aaf860cf
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/488611
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
Tested-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
This commit is contained in:
Terje Bergstrom
2014-05-22 12:02:54 +03:00
committed by Dan Willemsen
parent f05c269c23
commit 834a7ba4e1

View File

@@ -2174,7 +2174,8 @@ int gr_gk20a_load_ctxsw_ucode(struct gk20a *g)
* In case bootloader is not supported, revert to the old way of
* loading gr ucode, without the faster bootstrap routine.
*/
if (g->gpu_characteristics.arch == NVHOST_GPU_ARCH_GM200) {
if (g->gpu_characteristics.arch != NVHOST_GPU_ARCH_GK100 &&
g->gpu_characteristics.arch != NVHOST_GPU_ARCH_GM200) {
gr_gk20a_load_falcon_dmem(g);
gr_gk20a_load_falcon_imem(g);
gr_gk20a_start_falcon_ucode(g);