mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
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:
committed by
mobile promotions
parent
f7c5a179fe
commit
eb9864d92d
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user