diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2010-08-08 04:14:59 +0200 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2010-09-24 04:14:36 +0200 |
commit | 414d3ce1b34384dd42e31536075583b9edb3cab6 (patch) | |
tree | db999b3da587eeb55cf15a27068d0a58b3f4293c /drivers/video/via/dvi.c | |
parent | viafb: remove stub (diff) | |
download | linux-414d3ce1b34384dd42e31536075583b9edb3cab6.tar.xz linux-414d3ce1b34384dd42e31536075583b9edb3cab6.zip |
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, } } viafb_fill_crtc_timing(pDviTiming, mode, mode_bpp / 8, set_iga); - viafb_set_output_path(DEVICE_DVI, set_iga, - viaparinfo->chip_info->tmds_chip_info.output_interface); } /* Sense DVI Connector */ |