forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm200.c
....@@ -48,7 +48,7 @@
4848
4949 static const struct nvkm_ram_func
5050 gm200_ram = {
51
- .upper = 0x1000000000,
51
+ .upper = 0x1000000000ULL,
5252 .probe_fbp = gm107_ram_probe_fbp,
5353 .probe_fbp_amount = gm200_ram_probe_fbp_amount,
5454 .probe_fbpa_amount = gf100_ram_probe_fbpa_amount,