Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307073
b: refs/heads/master
c: cd4cd3d
h: refs/heads/master
i:
  307071: a37fffb
v: v3
  • Loading branch information
Adam Jackson authored and Dave Airlie committed Apr 20, 2012
1 parent 376385f commit aa69e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9a225c9ce2b03ed70c13fc49ee8ee332cefe4e3a
refs/heads/master: cd4cd3ded8efc49de6f5056dfb0d60e69b388b71
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/drm_edid.c
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ mode_in_range(const struct drm_display_mode *mode, struct edid *edid,
}

static int
drm_gtf_modes_for_range(struct drm_connector *connector, struct edid *edid,
drm_dmt_modes_for_range(struct drm_connector *connector, struct edid *edid,
struct detailed_timing *timing)
{
int i, modes = 0;
Expand Down Expand Up @@ -1045,7 +1045,7 @@ do_inferred_modes(struct detailed_timing *timing, void *c)
int gtf = (closure->edid->features & DRM_EDID_FEATURE_DEFAULT_GTF);

if (gtf && data->type == EDID_DETAIL_MONITOR_RANGE)
closure->modes += drm_gtf_modes_for_range(closure->connector,
closure->modes += drm_dmt_modes_for_range(closure->connector,
closure->edid,
timing);
}
Expand Down

0 comments on commit aa69e83

Please sign in to comment.