Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139832
b: refs/heads/master
c: 16456c8
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Apr 2, 2009
1 parent 3e41a21 commit f8997d2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3c6fc3521acbee33637e7db803ac3cf3b0e2ff04
refs/heads/master: 16456c872e4e3d674dde73f9bdf3f69c0d95e070
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_edid.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static bool edid_vendor(struct edid *edid, char *vendor)
edid_vendor[0] = ((edid->mfg_id[0] & 0x7c) >> 2) + '@';
edid_vendor[1] = (((edid->mfg_id[0] & 0x3) << 3) |
((edid->mfg_id[1] & 0xe0) >> 5)) + '@';
edid_vendor[2] = (edid->mfg_id[2] & 0x1f) + '@';
edid_vendor[2] = (edid->mfg_id[1] & 0x1f) + '@';

return !strncmp(edid_vendor, vendor, 3);
}
Expand Down

0 comments on commit f8997d2

Please sign in to comment.