summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-02-25 21:03:13 -0500
committerAlex Deucher <alexdeucher@gmail.com>2010-02-25 21:03:13 -0500
commit433c8617341f5768255826435a2b09afba684f02 (patch)
tree584ab6b5242e009e1c867bd5d8d290890ee38bed /src/drmmode_display.c
parentf3e20b01c77f02bdf3483ceee27a1f00d240c33d (diff)
update ZaphodHeads option
Now that the screen section mapping is fixed, Make the option per-instance and allow multiple outputs to be specified; e.g., DVI-0 and HDMI-0 associated with instance 0 and LVDS and VGA-0 associated with instance 1.
Diffstat (limited to 'src/drmmode_display.c')
-rw-r--r--src/drmmode_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index bb219cf9..ed3d9275 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -900,7 +900,7 @@ drmmode_output_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int num)
}
if ((s = xf86GetOptValString(info->Options, OPTION_ZAPHOD_HEADS))) {
- if (!RADEONZaphodStringMatches(pScrn, info->IsPrimary, s, name))
+ if (!RADEONZaphodStringMatches(pScrn, s, name))
goto out_free_encoders;
}