Re: [PATCH] drm/stm: ltdc: fix data enable polarity

2019-04-24 Thread Benjamin Gaignard
Le lun. 1 avr. 2019 à 11:18, Philippe CORNU a écrit : > > > > On 3/29/19 10:32 PM, Mukesh Ojha wrote: > > > > On 3/29/2019 9:20 PM, Yannick Fertré wrote: > >> Wrong DISPLAY_FLAGS used to set the data enable polarity. > > Used or checked? > > Can you also explain how it is wrong to check against

Re: [PATCH] drm/stm: ltdc: fix data enable polarity

2019-04-01 Thread Philippe CORNU
On 3/29/19 10:32 PM, Mukesh Ojha wrote: > > On 3/29/2019 9:20 PM, Yannick Fertré wrote: >> Wrong DISPLAY_FLAGS used to set the data enable polarity. > Used or checked? > Can you also explain how it is wrong to check against this FLAG in commit? Dear Yannick, Many thanks for your patch, Dear

Re: [PATCH] drm/stm: ltdc: fix data enable polarity

2019-03-31 Thread Mukesh Ojha
On 3/29/2019 9:20 PM, Yannick Fertré wrote: Wrong DISPLAY_FLAGS used to set the data enable polarity. Used or checked? Can you also explain how it is wrong to check against this FLAG in commit? Signed-off-by: Yannick Fertré --- drivers/gpu/drm/stm/ltdc.c | 2 +- 1 file changed, 1

Re: [PATCH] drm/stm: ltdc: fix data enable polarity

2019-03-31 Thread Mukesh Ojha
On 3/29/2019 9:20 PM, Yannick Fertré wrote: Wrong DISPLAY_FLAGS used to set the data enable polarity. Used or checked. Can you also explain how it is wrong to check against this FLAG in commit? Signed-off-by: Yannick Fertré --- drivers/gpu/drm/stm/ltdc.c | 2 +- 1 file changed, 1

[PATCH] drm/stm: ltdc: fix data enable polarity

2019-03-29 Thread Yannick Fertré
Wrong DISPLAY_FLAGS used to set the data enable polarity. Signed-off-by: Yannick Fertré --- drivers/gpu/drm/stm/ltdc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/stm/ltdc.c b/drivers/gpu/drm/stm/ltdc.c index b1741a9..6ba326a 100644 ---