[PATCH 23/29] drm/omap: venc: Simplify mode setting by caching configuration

2018-12-05 Thread Laurent Pinchart
The mode setting handler of the VENC stores the video mode internally, to then convert it to a configuration when programming the hardware. The stored mode is otherwise unused. Cache the configuration directly instead. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/venc.c | 68 +

Re: [PATCH 23/29] drm/omap: venc: Simplify mode setting by caching configuration

2018-12-10 Thread Sebastian Reichel
Hi, On Wed, Dec 05, 2018 at 05:00:16PM +0200, Laurent Pinchart wrote: > The mode setting handler of the VENC stores the video mode internally, > to then convert it to a configuration when programming the hardware. The > stored mode is otherwise unused. Cache the configuration directly > instead. >