forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm107.c
....@@ -33,7 +33,7 @@
3333
3434 static const struct nvkm_ram_func
3535 gm107_ram = {
36
- .upper = 0x1000000000,
36
+ .upper = 0x1000000000ULL,
3737 .probe_fbp = gm107_ram_probe_fbp,
3838 .probe_fbp_amount = gf108_ram_probe_fbp_amount,
3939 .probe_fbpa_amount = gf100_ram_probe_fbpa_amount,