提交 a94ba1fc 编写于 作者: B Ben Skeggs

drm/nvd9/pm: oops, fix timing calc

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 6b91d6b0
......@@ -843,6 +843,7 @@ nouveau_mem_timing_calc(struct drm_device *dev, u32 freq,
ret = nv50_mem_timing_calc(dev, freq, e, len, boot, t);
break;
case NV_C0:
case NV_D0:
ret = nvc0_mem_timing_calc(dev, freq, e, len, boot, t);
break;
default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册