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
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