提交 730673b6 编写于 作者: B Ben Skeggs

drm/nouveau/pm: remove memtiming support check when assigning to perflvl

Really not necessary here, we want to be able to see if/how we managed to
match a timingset to a performance level, even if we can't currently
program it.
Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 fcfc7688
......@@ -253,7 +253,7 @@ nouveau_perf_init(struct drm_device *dev)
}
/* get the corresponding memory timings */
if (pm->memtimings.supported && version > 0x15) {
if (version > 0x15) {
/* last 3 args are for < 0x40, ignored for >= 0x40 */
perflvl->timing =
nouveau_perf_timing(dev, &P,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册