diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2010-08-07 22:14:59 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2010-09-23 22:14:36 -0400 |
commit | 414d3ce1b34384dd42e31536075583b9edb3cab6 (patch) | |
tree | db999b3da587eeb55cf15a27068d0a58b3f4293c /drivers/video/via/dvi.c | |
parent | 646aafa649abb5362e55176cc5ee9c14c3c463a1 (diff) |
viafb: unify output path configuration
Move all output path routing directly in the viafb_setmode. This
gives a better overview and allows to factor similar parts out.
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: Joseph Chan <JosephChan@via.com.tw>
Diffstat (limited to 'drivers/video/via/dvi.c')
-rw-r--r-- | drivers/video/via/dvi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/via/dvi.c b/drivers/video/via/dvi.c index 39b040bb3817..92a2027593d3 100644 --- a/drivers/video/via/dvi.c +++ b/drivers/video/via/dvi.c | |||
@@ -208,8 +208,6 @@ void viafb_dvi_set_mode(struct VideoModeTable *mode, int mode_bpp, | |||
208 | } | 208 | } |
209 | } | 209 | } |
210 | viafb_fill_crtc_timing(pDviTiming, mode, mode_bpp / 8, set_iga); | 210 | viafb_fill_crtc_timing(pDviTiming, mode, mode_bpp / 8, set_iga); |
211 | viafb_set_output_path(DEVICE_DVI, set_iga, | ||
212 | viaparinfo->chip_info->tmds_chip_info.output_interface); | ||
213 | } | 211 | } |
214 | 212 | ||
215 | /* Sense DVI Connector */ | 213 | /* Sense DVI Connector */ |