Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218749
b: refs/heads/master
c: 661c65c
h: refs/heads/master
i:
  218747: f018aa7
v: v3
  • Loading branch information
Florian Tobias Schandinat authored and Florian Tobias Schandinat committed Sep 24, 2010
1 parent 1d62900 commit 22f5e75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4ab2f7a21338ae0f59ad925c23545e790cd51e3
refs/heads/master: 661c65cd0ce180d5e3a3e05f08fc9e64cedcf91c
1 change: 0 additions & 1 deletion trunk/drivers/video/via/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/video/via/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ int viafb_ioctl_hotplug(int hres, int vres, int bpp)
viafb_CRT_ON = 0;
viafb_LCD_ON = 0;
viafb_DeviceStatus = DVI_Device;
viafb_set_iga_path();
return viafb_DeviceStatus;
}
status = 1;
Expand All @@ -107,6 +108,7 @@ int viafb_ioctl_hotplug(int hres, int vres, int bpp)
viafb_LCD_ON = 0;

viafb_DeviceStatus = CRT_Device;
viafb_set_iga_path();
return viafb_DeviceStatus;
}

Expand Down

0 comments on commit 22f5e75

Please sign in to comment.