Re: [Freedreno] [PATCH] drm/msm/dsi: Set panel orientation when directly connected

2022-09-01 Thread Dmitry Baryshkov
On 06/07/2022 22:14, Stephen Boyd wrote: Set the panel orientation in drm when the panel is directly connected, i.e. we're not using an external bridge. The external bridge case is already handled by the panel bridge code, so we only update the path we take when the panel is directly connected/in

Re: [Freedreno] [PATCH] drm/msm/dsi: Set panel orientation when directly connected

2022-08-18 Thread Abhinav Kumar
Hi Doug On 8/17/2022 1:48 PM, Doug Anderson wrote: Hi, On Wed, Jul 20, 2022 at 3:42 PM Doug Anderson wrote: Hi, On Wed, Jul 20, 2022 at 1:46 PM Rob Clark wrote: On Fri, Jul 8, 2022 at 8:25 AM Doug Anderson wrote: Hi, On Wed, Jul 6, 2022 at 12:14 PM Stephen Boyd wrote: Set the pane

Re: [Freedreno] [PATCH] drm/msm/dsi: Set panel orientation when directly connected

2022-08-17 Thread Doug Anderson
Hi, On Wed, Jul 20, 2022 at 3:42 PM Doug Anderson wrote: > > Hi, > > On Wed, Jul 20, 2022 at 1:46 PM Rob Clark wrote: > > > > On Fri, Jul 8, 2022 at 8:25 AM Doug Anderson wrote: > > > > > > Hi, > > > > > > On Wed, Jul 6, 2022 at 12:14 PM Stephen Boyd wrote: > > > > > > > > Set the panel orient

Re: [Freedreno] [PATCH] drm/msm/dsi: Set panel orientation when directly connected

2022-07-20 Thread Doug Anderson
Hi, On Wed, Jul 20, 2022 at 1:46 PM Rob Clark wrote: > > On Fri, Jul 8, 2022 at 8:25 AM Doug Anderson wrote: > > > > Hi, > > > > On Wed, Jul 6, 2022 at 12:14 PM Stephen Boyd wrote: > > > > > > Set the panel orientation in drm when the panel is directly connected, > > > i.e. we're not using an e

Re: [Freedreno] [PATCH] drm/msm/dsi: Set panel orientation when directly connected

2022-07-20 Thread Rob Clark
On Fri, Jul 8, 2022 at 8:25 AM Doug Anderson wrote: > > Hi, > > On Wed, Jul 6, 2022 at 12:14 PM Stephen Boyd wrote: > > > > Set the panel orientation in drm when the panel is directly connected, > > i.e. we're not using an external bridge. The external bridge case is > > already handled by the pa

Re: [Freedreno] [PATCH] drm/msm/dsi: Set panel orientation when directly connected

2022-07-08 Thread Abhinav Kumar
On 7/8/2022 1:58 PM, Dmitry Baryshkov wrote: On Fri, 8 Jul 2022 at 22:42, Abhinav Kumar wrote: On 7/8/2022 9:00 AM, Abhinav Kumar wrote: On 7/8/2022 8:25 AM, Doug Anderson wrote: Hi, On Wed, Jul 6, 2022 at 12:14 PM Stephen Boyd wrote: Set the panel orientation in drm when the pane

Re: [Freedreno] [PATCH] drm/msm/dsi: Set panel orientation when directly connected

2022-07-08 Thread Dmitry Baryshkov
On Fri, 8 Jul 2022 at 22:42, Abhinav Kumar wrote: > > > > On 7/8/2022 9:00 AM, Abhinav Kumar wrote: > > > > > > On 7/8/2022 8:25 AM, Doug Anderson wrote: > >> Hi, > >> > >> On Wed, Jul 6, 2022 at 12:14 PM Stephen Boyd wrote: > >>> > >>> Set the panel orientation in drm when the panel is directly

Re: [Freedreno] [PATCH] drm/msm/dsi: Set panel orientation when directly connected

2022-07-08 Thread Abhinav Kumar
On 7/8/2022 9:00 AM, Abhinav Kumar wrote: On 7/8/2022 8:25 AM, Doug Anderson wrote: Hi, On Wed, Jul 6, 2022 at 12:14 PM Stephen Boyd wrote: Set the panel orientation in drm when the panel is directly connected, i.e. we're not using an external bridge. The external bridge case is already

Re: [Freedreno] [PATCH] drm/msm/dsi: Set panel orientation when directly connected

2022-07-08 Thread Abhinav Kumar
On 7/8/2022 8:25 AM, Doug Anderson wrote: Hi, On Wed, Jul 6, 2022 at 12:14 PM Stephen Boyd wrote: Set the panel orientation in drm when the panel is directly connected, i.e. we're not using an external bridge. The external bridge case is already handled by the panel bridge code, so we only

Re: [Freedreno] [PATCH] drm/msm/dsi: Set panel orientation when directly connected

2022-07-08 Thread Doug Anderson
Hi, On Wed, Jul 6, 2022 at 12:14 PM Stephen Boyd wrote: > > Set the panel orientation in drm when the panel is directly connected, > i.e. we're not using an external bridge. The external bridge case is > already handled by the panel bridge code, so we only update the path we > take when the panel

Re: [Freedreno] [PATCH] drm/msm/dsi: Set panel orientation when directly connected

2022-07-07 Thread Abhinav Kumar
On 7/7/2022 2:21 PM, Stephen Boyd wrote: Quoting Abhinav Kumar (2022-07-07 14:11:08) On 7/6/2022 12:14 PM, Stephen Boyd wrote: Set the panel orientation in drm when the panel is directly connected, i.e. we're not using an external bridge. The external bridge case is already handled by the

Re: [Freedreno] [PATCH] drm/msm/dsi: Set panel orientation when directly connected

2022-07-07 Thread Stephen Boyd
Quoting Abhinav Kumar (2022-07-07 14:11:08) > > > On 7/6/2022 12:14 PM, Stephen Boyd wrote: > > Set the panel orientation in drm when the panel is directly connected, > > i.e. we're not using an external bridge. The external bridge case is > > already handled by the panel bridge code, so we only up

Re: [Freedreno] [PATCH] drm/msm/dsi: Set panel orientation when directly connected

2022-07-07 Thread Abhinav Kumar
On 7/6/2022 12:14 PM, Stephen Boyd wrote: Set the panel orientation in drm when the panel is directly connected, i.e. we're not using an external bridge. The external bridge case is already handled by the panel bridge code, so we only update the path we take when the panel is directly connecte

[Freedreno] [PATCH] drm/msm/dsi: Set panel orientation when directly connected

2022-07-06 Thread Stephen Boyd
Set the panel orientation in drm when the panel is directly connected, i.e. we're not using an external bridge. The external bridge case is already handled by the panel bridge code, so we only update the path we take when the panel is directly connected/internal. This silences a warning splat comin