aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/via/hw.c
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2010-08-10 00:45:06 +0000
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2010-09-24 02:14:48 +0000
commit661c65cd0ce180d5e3a3e05f08fc9e64cedcf91c (patch)
treeb10a5d1ab088b643cab18c53655b81394ede485a /drivers/video/via/hw.c
parentf4ab2f7a21338ae0f59ad925c23545e790cd51e3 (diff)
downloadkernel_samsung_smdk4412-661c65cd0ce180d5e3a3e05f08fc9e64cedcf91c.zip
kernel_samsung_smdk4412-661c65cd0ce180d5e3a3e05f08fc9e64cedcf91c.tar.gz
kernel_samsung_smdk4412-661c65cd0ce180d5e3a3e05f08fc9e64cedcf91c.tar.bz2
viafb: reduce viafb_set_iga_path usage
The result of viafb_set_iga_path can change after init only in the hotplug ioctl. So we can move it there rather than doing it always when a new mode is set. The setup during init is done via a call from the init chip funtion. This change enables a stable mapping between the old device scheme and a new more powerfull one. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Cc: Joseph Chan <JosephChan@via.com.tw>
Diffstat (limited to 'drivers/video/via/hw.c')
-rw-r--r--drivers/video/via/hw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/via/hw.c b/drivers/video/via/hw.c
index 4407943..638cf96 100644
--- a/drivers/video/via/hw.c
+++ b/drivers/video/via/hw.c
@@ -2313,7 +2313,6 @@ int viafb_setmode(struct VideoModeTable *vmode_tbl, int video_bpp,
via_write_reg(VIASR, i, VPIT.SR[i - 1]);
viafb_write_reg_mask(0x15, VIASR, 0xA2, 0xA2);
- viafb_set_iga_path();
/* Write CRTC */
viafb_fill_crtc_timing(crt_timing, vmode_tbl, video_bpp / 8, IGA1);