Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307079
b: refs/heads/master
c: b61b214
h: refs/heads/master
i:
  307077: e20df41
  307075: e61e7de
  307071: a37fffb
v: v3
  • Loading branch information
Adam Jackson authored and Dave Airlie committed Apr 20, 2012
1 parent 98f21c8 commit 15c0af9
Show file tree
Hide file tree
Showing 2 changed files with 12 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: cffd75480ceb1cefffb5595b03ce8383d0ba40ad
refs/heads/master: b61b2140feaa6aca51c63db94aa5217cd82705d1
11 changes: 11 additions & 0 deletions trunk/drivers/gpu/drm/drm_edid_modes.h
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,17 @@ static const struct minimode est3_modes[] = {
};
static const int num_est3_modes = sizeof(est3_modes) / sizeof(est3_modes[0]);

static const struct minimode extra_modes[] = {
{ 1024, 576, 60, 0 },
{ 1366, 768, 60, 0 },
{ 1600, 900, 60, 0 },
{ 1680, 945, 60, 0 },
{ 1920, 1080, 60, 0 },
{ 2048, 1152, 60, 0 },
{ 2048, 1536, 60, 0 },
};
static const int num_extra_modes = sizeof(extra_modes) / sizeof(extra_modes[0]);

/*
* Probably taken from CEA-861 spec.
* This table is converted from xorg's hw/xfree86/modes/xf86EdidModes.c.
Expand Down

0 comments on commit 15c0af9

Please sign in to comment.