Commit e7084c66 authored by Ben Skeggs's avatar Ben Skeggs

drm/nve0/fb/gddr5: fix calculation of RDQS setting

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 334565ab
......@@ -999,6 +999,7 @@ nve0_ram_calc(struct nouveau_fb *pfb, u32 freq)
if (ram_have(fuc, mr[i]))
ram->base.mr[i] = ram_rd32(fuc, mr[i]);
}
ram->base.freq = freq;
switch (ram->base.type) {
case NV_MEM_TYPE_DDR3:
......
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