Skip to content

Commit

Permalink
video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200…
Browse files Browse the repository at this point in the history
… to avoid black screen

Start from commit 11be60b "matroxfb: add Matrox MGA-G200eW board
support", when maxvram is 0x800000, monitor become black w/ error message
said: "The current input timing is not supported by the monitor display.
Please change your input timing to 1920x1080@60Hz ...".

Fixes: 11be60b ("matroxfb: add Matrox MGA-G200eW board support")
Signed-off-by: Z. Liu <liuzx@knownsec.com>
Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
Z. Liu authored and Helge Deller committed Jan 29, 2022
1 parent dd29090 commit 62d89a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/fbdev/matrox/matroxfb_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ static struct video_board vbG200 = {
.lowlevel = &matrox_G100
};
static struct video_board vbG200eW = {
.maxvram = 0x800000,
.maxvram = 0x100000,
.maxdisplayable = 0x800000,
.accelID = FB_ACCEL_MATROX_MGAG200,
.lowlevel = &matrox_G100
Expand Down

0 comments on commit 62d89a7

Please sign in to comment.