提交 0ed4bb92 编写于 作者: B Ben Skeggs

drm/nouveau/hdmi: use correct hdmi regs for nvaa/nvac

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 5206b524
......@@ -32,7 +32,9 @@ static bool
hdmi_sor(struct drm_encoder *encoder)
{
struct drm_nouveau_private *dev_priv = encoder->dev->dev_private;
if (dev_priv->chipset < 0xa3)
if (dev_priv->chipset < 0xa3 ||
dev_priv->chipset == 0xaa ||
dev_priv->chipset == 0xac)
return false;
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册