We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126b861 commit 4ea19e5Copy full SHA for 4ea19e5
drivers/video/bcm2708_fb.c
@@ -374,8 +374,8 @@ static int bcm2708_fb_register(struct bcm2708_fb *fb)
374
fb->fb.var.vmode = FB_VMODE_NONINTERLACED;
375
fb->fb.var.activate = FB_ACTIVATE_NOW;
376
fb->fb.var.nonstd = 0;
377
- fb->fb.var.height = fbwidth;
378
- fb->fb.var.width = fbheight;
+ fb->fb.var.height = -1; /* height of picture in mm */
+ fb->fb.var.width = -1; /* width of picture in mm */
379
fb->fb.var.accel_flags = 0;
380
381
fb->fb.monspecs.hfmin = 0;
0 commit comments