diff options
author | Keith Packard <keithp@bouzouki.jf.intel.com> | 2006-12-13 11:38:18 -0800 |
---|---|---|
committer | Keith Packard <keithp@bouzouki.jf.intel.com> | 2006-12-13 11:38:18 -0800 |
commit | df0a5a25aa72563a33731f8063602dd7faad8459 (patch) | |
tree | 16b82a2cbef18fbca7b38c51211af179b3e3a587 /src/i830_dvo.c | |
parent | 4cdcaac26b3f425ec8fcc2fd3eaa9bfb7a137422 (diff) |
Rename outputs to TMDS-1/TMDS-2, LVDS, TV and VGA.
These names are reasonably short and describe the connector rather than the
target media, but we don't appear to have any way to determine what is on
the other end of the wire. More importantly, they're all unique now.
Diffstat (limited to 'src/i830_dvo.c')
-rw-r--r-- | src/i830_dvo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_dvo.c b/src/i830_dvo.c index 25ced639..ed8d1c74 100644 --- a/src/i830_dvo.c +++ b/src/i830_dvo.c @@ -246,7 +246,7 @@ i830_dvo_init(ScrnInfoPtr pScrn) int ret; output = xf86OutputCreate (pScrn, &i830_dvo_output_funcs, - "ADD AGP card"); + "TMDS"); if (!output) return; intel_output = xnfcalloc (sizeof (I830OutputPrivateRec), 1); |