Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307078
b: refs/heads/master
c: cffd754
h: refs/heads/master
v: v3
  • Loading branch information
Adam Jackson authored and Dave Airlie committed Apr 20, 2012
1 parent e20df41 commit 98f21c8
Show file tree
Hide file tree
Showing 2 changed files with 5 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: eeefa4bea1af34207c5299f989fffe03628ea164
refs/heads/master: cffd75480ceb1cefffb5595b03ce8383d0ba40ad
6 changes: 4 additions & 2 deletions trunk/drivers/gpu/drm/drm_edid_modes.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,12 +412,14 @@ static const struct drm_display_mode edid_est_modes[] = {
DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC) }, /* 1152x864@75Hz */
};

static const struct {
struct minimode {
short w;
short h;
short r;
short rb;
} est3_modes[] = {
};

static const struct minimode est3_modes[] = {
/* byte 6 */
{ 640, 350, 85, 0 },
{ 640, 400, 85, 0 },
Expand Down

0 comments on commit 98f21c8

Please sign in to comment.