summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@cube.(none)>2008-03-11 13:16:00 -0400
committerAlex Deucher <alex@cube.(none)>2008-03-11 13:16:00 -0400
commit78b10487cf222c96f8944ba25e2ea970506b3535 (patch)
tree06c1e729de0813dfbb94a8be66468c49e77f5052 /src/radeon_probe.h
parentd20be31c46fbec623af4c3628a7c603ceacf500f (diff)
DCE3: add output attribute to enable/disable coherent mode
Enabled by default. The TMDS transmitter can be programmed slightly differently depending on the chips in the panel. If you have problems with tmds on a particular panel, try disabling it.
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index ae24003c..5d368fe5 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -253,6 +253,7 @@ typedef struct _RADEONOutputPrivateRec {
int load_detection;
/* dig block */
int transmitter_config;
+ Bool coherent_mode;
char *name;
int output_id;