Re: [RFC] drm/fb: Propagate physical display dimensions to fbdev

2017-07-31 Thread Daniel Vetter
> Sun, Jul 30, 2017 at 11:11 PM, David Lechner wrote: > fbdev has a place for the physical width and height of a display. I would > like to have this information available to userspace. This patch works for me, > but I have a strong suspicion that this is not the "right

[RFC] drm/fb: Propagate physical display dimensions to fbdev

2017-07-30 Thread David Lechner
fbdev has a place for the physical width and height of a display. I would like to have this information available to userspace. This patch works for me, but I have a strong suspicion that this is not the "right way". Any suggestions on how to get the proper struct drm_display_info here rather