Re: [PATCH 2/7] drm: atmel-hlcdc: avoid initializing cfg with zero

2019-02-28 Thread Sam Ravnborg
On Wed, Feb 27, 2019 at 04:24:21PM +, claudiu.bez...@microchip.com wrote: > From: Claudiu Beznea > > Remove cfg initialization with zero and read state with > drm_crtc_state_to_atmel_hlcdc_crtc_state() so that cfg to be initialized > with state's output_mode. > > Signed-off-by: Claudiu Bezne

[PATCH 2/7] drm: atmel-hlcdc: avoid initializing cfg with zero

2019-02-28 Thread Claudiu.Beznea
From: Claudiu Beznea Remove cfg initialization with zero and read state with drm_crtc_state_to_atmel_hlcdc_crtc_state() so that cfg to be initialized with state's output_mode. Signed-off-by: Claudiu Beznea --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 6 ++ 1 file changed, 2 inserti