[PATCH v1.1 26/29] drm/omap: venc: Use drm_display_mode natively

2018-12-06 Thread Laurent Pinchart
Replace internal usage of struct videomode with struct drm_display_mode in order to avoid converting needlessly between the data structures. Signed-off-by: Laurent Pinchart --- Changes since v1: - Set mode.crtc_* fields and mode name in venc_check_timings() --- drivers/gpu/drm/omapdrm/dss/venc.

Re: [PATCH v1.1 26/29] drm/omap: venc: Use drm_display_mode natively

2018-12-10 Thread Sebastian Reichel
Hi, On Thu, Dec 06, 2018 at 06:23:46PM +0200, Laurent Pinchart wrote: > Replace internal usage of struct videomode with struct drm_display_mode > in order to avoid converting needlessly between the data structures. > > Signed-off-by: Laurent Pinchart > --- > Changes since v1: > > - Set mode.crt