Commit 3b582bed authored by Roy Spliet's avatar Roy Spliet Committed by Ben Skeggs

drm/nouveau/fb/ramgt215: No need to cuss like that

Signed-off-by: default avatarRoy Spliet <rspliet@eclipso.eu>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent d4cc5f0c
...@@ -579,7 +579,7 @@ gt215_ram_calc(struct nvkm_fb *pfb, u32 freq) ...@@ -579,7 +579,7 @@ gt215_ram_calc(struct nvkm_fb *pfb, u32 freq)
if (ret) if (ret)
return ret; return ret;
/* XXX: where the fuck does 750MHz come from? */ /* XXX: 750MHz seems rather arbitrary */
if (freq <= 750000) { if (freq <= 750000) {
r004018 = 0x10000000; r004018 = 0x10000000;
r100760 = 0x22222222; r100760 = 0x22222222;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment