[bug] drmfb does not set physical screen dimensions

2011-05-09 Thread Roger Leigh
Hi, drivers/gpu/drm/drm_fb_helper.c is not setting width and height in struct fb_var_screeninfo. drm_fb_helper_fill_var sets them to -1 rather than using the real values: info->var.height = -1; info->var.width = -1; Since the physical dimensions are most likely known from the mon

[bug] drmfb does not set physical screen dimensions

2011-05-09 Thread Roger Leigh
Hi, drivers/gpu/drm/drm_fb_helper.c is not setting width and height in struct fb_var_screeninfo. drm_fb_helper_fill_var sets them to -1 rather than using the real values: info->var.height = -1; info->var.width = -1; Since the physical dimensions are most likely known from the mon