Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205065
b: refs/heads/master
c: 646bef2
h: refs/heads/master
i:
  205063: 81f1f9a
v: v3
  • Loading branch information
Ben Skeggs committed Jul 13, 2010
1 parent f3b2ae4 commit 7e11cd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f403d9cca359531e16bc685ed5d619c77762004
refs/heads/master: 646bef2d20accc6ed696a98e38d5f2515b0ff35d
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_connector.c
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,8 @@ nouveau_connector_get_modes(struct drm_connector *connector)
ret = get_slave_funcs(nv_encoder)->
get_modes(to_drm_encoder(nv_encoder), connector);

if (nv_encoder->dcb->type == OUTPUT_LVDS)
if (nv_connector->dcb->type == DCB_CONNECTOR_LVDS ||
nv_connector->dcb->type == DCB_CONNECTOR_eDP)
ret += nouveau_connector_scaler_modes_add(connector);

return ret;
Expand Down

0 comments on commit 7e11cd9

Please sign in to comment.