Re: [PATCH 13/29] drm/omap: Merge display .get_modes() and .get_size() operations

2018-12-10 Thread Sebastian Reichel
Hi, On Wed, Dec 05, 2018 at 05:00:06PM +0200, Laurent Pinchart wrote: > Now that the .get_modes() operations takes a drm_connector and fills it > with modes, it becomes easy to fill display information in the same > operation without requiring a separate .get_size() opearation. > > Signed-off-by:

[PATCH 13/29] drm/omap: Merge display .get_modes() and .get_size() operations

2018-12-05 Thread Laurent Pinchart
Now that the .get_modes() operations takes a drm_connector and fills it with modes, it becomes easy to fill display information in the same operation without requiring a separate .get_size() opearation. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c | 14 +++-