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

drm/nv50/disp: allow interlaced and doublescan modes on digital outputs

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 4ceca5f8
......@@ -198,6 +198,10 @@ nouveau_connector_set_encoder(struct drm_connector *connector,
return;
nv_connector->detected_encoder = nv_encoder;
if (dev_priv->card_type >= NV_50) {
connector->interlace_allowed = true;
connector->doublescan_allowed = true;
} else
if (nv_encoder->dcb->type == OUTPUT_LVDS ||
nv_encoder->dcb->type == OUTPUT_TMDS) {
connector->doublescan_allowed = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册