RE: [PATCH] drm/stm: ltdc: check number of endpoints

2020-03-30 Thread Philippe CORNU
Coquelin ; Alexandre TORGUE ; dri-devel@lists.freedesktop.org; linux-st...@st-md-mailman.stormreply.com; linux-arm-ker...@lists.infradead.org; linux-ker...@vger.kernel.org Subject: [PATCH] drm/stm: ltdc: check number of endpoints Number of endpoints could exceed the fix value MAX_ENDPOINTS(2

[PATCH] drm/stm: ltdc: check number of endpoints

2020-02-28 Thread Yannick Fertre
Number of endpoints could exceed the fix value MAX_ENDPOINTS(2). Instead of increase simply this value, the number of endpoint could be read from device tree. Load sequence has been a little rework to take care of several panel or bridge which can be connected/disconnected or enable/disable. Signe

Re: [PATCH] drm/stm: ltdc: check number of endpoints

2020-02-04 Thread Benjamin Gaignard
Le jeu. 23 janv. 2020 à 10:51, Philippe CORNU a écrit : > > Dear Yannick, > Thank you for your patch, > > Acked-by: Philippe Cornu > > Philippe :-) > > On 1/21/20 11:14 AM, Yannick Fertre wrote: > > Number of endpoints could exceed the fix value MAX_ENDPOINTS(2). > > Instead of increase simply th

Re: [PATCH] drm/stm: ltdc: check number of endpoints

2020-01-23 Thread Philippe CORNU
Dear Yannick, Thank you for your patch, Acked-by: Philippe Cornu Philippe :-) On 1/21/20 11:14 AM, Yannick Fertre wrote: > Number of endpoints could exceed the fix value MAX_ENDPOINTS(2). > Instead of increase simply this value, the number of endpoint > could be read from device tree. Load sequ

[PATCH] drm/stm: ltdc: check number of endpoints

2020-01-21 Thread Yannick Fertre
Number of endpoints could exceed the fix value MAX_ENDPOINTS(2). Instead of increase simply this value, the number of endpoint could be read from device tree. Load sequence has been a little rework to take care of several panel or bridge which can be connected/disconnected or enable/disable. Signe