Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253901
b: refs/heads/master
c: 74d074e
h: refs/heads/master
i:
  253899: 34878fb
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Jun 19, 2011
1 parent ce09e3e commit 332319b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8323fa6ba313ae2664420ec34d56a7fb0bbbe525
refs/heads/master: 74d074eecbb4778e5f5ee7d59399da971682c532
5 changes: 3 additions & 2 deletions trunk/drivers/gpu/drm/radeon/radeon_encoders.c
Original file line number Diff line number Diff line change
Expand Up @@ -1090,9 +1090,10 @@ atombios_dig_transmitter_setup(struct drm_encoder *encoder, int action, uint8_t
break;
}

if (is_dp)
if (is_dp) {
args.v2.acConfig.fCoherentMode = 1;
else if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
args.v2.acConfig.fDPConnector = 1;
} else if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
if (dig->coherent_mode)
args.v2.acConfig.fCoherentMode = 1;
if (radeon_encoder->pixel_clock > 165000)
Expand Down

0 comments on commit 332319b

Please sign in to comment.