RE: [PATCH v3] drm: rcar-du: lvds: Get mode from state

2019-12-18 Thread Fabrizio Castro
Hi Laurent, Thank you for your patch! > From: Laurent Pinchart > Sent: 16 December 2019 22:31 > Subject: [PATCH v3] drm: rcar-du: lvds: Get mode from state > > The R-Car LVDS encoder driver implements the bridge .mode_set() > operation for the sole purpose of storing th

[PATCH v3] drm: rcar-du: lvds: Get mode from state

2019-12-16 Thread Laurent Pinchart
The R-Car LVDS encoder driver implements the bridge .mode_set() operation for the sole purpose of storing the mode in the LVDS private data, to be used later when enabling the encoder. Switch to the bridge .atomic_enable() and .atomic_disable() operations in order to access the global atomic state