gpu: nvgpu: PG503 support

Adds basic PG503 support allowing devinit to complete.

JIRA: EVLR-1693

Change-Id: Ice8a9ba18c8bba11f6bc174ba2c2d8802a738706
Signed-off-by: David Nieto <dmartineznie@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1532746
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
David Nieto
2017-08-03 21:42:46 -07:00
committed by mobile promotions
parent f7c5a179fe
commit eb9864d92d
3 changed files with 169 additions and 11 deletions

View File

@@ -51,6 +51,11 @@ int gpu_init_hal(struct gk20a *g)
if (TEGRA_19x_GPUID_HAL(g))
return -ENODEV;
break;
case BIGGPU_19x_GPUID:
if (BIGGPU_19x_GPUID_HAL(g))
return -ENODEV;
break;
#endif
default:
nvgpu_err(g, "no support for %x", ver);