mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
viafb: fix IGA1 modesetting on VX900
Even if the documentation calls this bit "Reserved" it has to be set to 0 for correct modesetting on IGA1. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Cc: stable@vger.kernel.org
This commit is contained in:
parent
050f0e02c8
commit
e29206381a
@ -1810,6 +1810,9 @@ static void hw_init(void)
|
||||
break;
|
||||
}
|
||||
|
||||
/* magic required on VX900 for correct modesetting on IGA1 */
|
||||
via_write_reg_mask(VIACR, 0x45, 0x00, 0x01);
|
||||
|
||||
/* probably this should go to the scaling code one day */
|
||||
via_write_reg_mask(VIACR, 0xFD, 0, 0x80); /* VX900 hw scale on IGA2 */
|
||||
viafb_write_regx(scaling_parameters, ARRAY_SIZE(scaling_parameters));
|
||||
|
Loading…
Reference in New Issue
Block a user