Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298989
b: refs/heads/master
c: afceb93
h: refs/heads/master
i:
  298987: b9400ee
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Apr 10, 2012
1 parent 3692804 commit b8410ba
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 6587eb82617f7913c13e750e73e13fa9c829863c
refs/heads/master: afceb9319f21b18ee3bc15ee9a5f92e18ef8a8c9
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/radeon/atombios_encoders.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ atombios_dvo_setup(struct drm_encoder *encoder, int action)
if (!atom_parse_cmd_header(rdev->mode_info.atom_context, index, &frev, &crev))
return;

/* some R4xx chips have the wrong frev */
if (rdev->family <= CHIP_RV410)
frev = 1;

switch (frev) {
case 1:
switch (crev) {
Expand Down

0 comments on commit b8410ba

Please sign in to comment.