Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282591
b: refs/heads/master
c: c833442
h: refs/heads/master
i:
  282589: c1fb920
  282587: c94073e
  282583: f15a6d9
  282575: d753606
  282559: 6f9c302
v: v3
  • Loading branch information
Ben Skeggs committed Dec 21, 2011
1 parent a395304 commit 770a13c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ceca5f8649125645fc4e7f178a1dca1345ab9b4
refs/heads/master: c833442306c6578236af32561c229c9e7ca58079
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_connector.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 770a13c

Please sign in to comment.