| .. | .. |
|---|
| 1070 | 1070 | nvkm_error(subdev, "unable to calc plls\n"); |
|---|
| 1071 | 1071 | return -EINVAL; |
|---|
| 1072 | 1072 | } |
|---|
| 1073 | | - nvkm_debug(subdev, "sucessfully calced PLLs for clock %i kHz" |
|---|
| 1073 | + nvkm_debug(subdev, "successfully calced PLLs for clock %i kHz" |
|---|
| 1074 | 1074 | " (refclock: %i kHz)\n", next->freq, ret); |
|---|
| 1075 | 1075 | } else { |
|---|
| 1076 | 1076 | /* calculate refpll coefficients */ |
|---|
| .. | .. |
|---|
| 1698 | 1698 | |
|---|
| 1699 | 1699 | static const struct nvkm_ram_func |
|---|
| 1700 | 1700 | gk104_ram = { |
|---|
| 1701 | | - .upper = 0x0200000000, |
|---|
| 1701 | + .upper = 0x0200000000ULL, |
|---|
| 1702 | 1702 | .probe_fbp = gf100_ram_probe_fbp, |
|---|
| 1703 | 1703 | .probe_fbp_amount = gf108_ram_probe_fbp_amount, |
|---|
| 1704 | 1704 | .probe_fbpa_amount = gf100_ram_probe_fbpa_amount, |
|---|