Re: [Freedreno] [RFC PATCH 1/3] drm/bridge: ti-sn65dsi86: switch to atomic ops

2022-07-11 Thread Dmitry Baryshkov
On Sun, 10 Jul 2022 at 22:04, Sam Ravnborg wrote: > > Hi Dmitry, > > On Sun, Jul 10, 2022 at 09:45:34PM +0300, Dmitry Baryshkov wrote: > > Make ti-sn65dsi86 use atomic_enable / atomic_disable / atomic_pre_enable > > / atomic_post_disable rather than their non-atomic versions. > > > >

Re: [Freedreno] [RFC PATCH 1/3] drm/bridge: ti-sn65dsi86: switch to atomic ops

2022-07-10 Thread Sam Ravnborg
Hi Dmitry, On Sun, Jul 10, 2022 at 09:45:34PM +0300, Dmitry Baryshkov wrote: > Make ti-sn65dsi86 use atomic_enable / atomic_disable / atomic_pre_enable > / atomic_post_disable rather than their non-atomic versions. > > Signed-off-by: Dmitry Baryshkov a more or less identical patch was applied

[Freedreno] [RFC PATCH 1/3] drm/bridge: ti-sn65dsi86: switch to atomic ops

2022-07-10 Thread Dmitry Baryshkov
Make ti-sn65dsi86 use atomic_enable / atomic_disable / atomic_pre_enable / atomic_post_disable rather than their non-atomic versions. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/bridge/ti-sn65dsi86.c | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git