Re: [Freedreno] [PATCH] drm/msm/dp: make eDP panel as the first connected connector

2022-07-05 Thread Abhinav Kumar
On 7/4/2022 11:14 AM, Dmitry Baryshkov wrote: On 30/06/2022 09:14, Dmitry Baryshkov wrote: On 30 June 2022 04:57:35 GMT+03:00, Rob Clark wrote: On Wed, Jun 29, 2022 at 5:36 PM Doug Anderson wrote: Hi, On Tue, Jun 28, 2022 at 1:14 PM Dmitry Baryshkov wrote: On 28 June 2022 18:20:06

Re: [Freedreno] [PATCH] drm/msm/dp: make eDP panel as the first connected connector

2022-07-04 Thread Dmitry Baryshkov
On 30/06/2022 09:14, Dmitry Baryshkov wrote: On 30 June 2022 04:57:35 GMT+03:00, Rob Clark wrote: On Wed, Jun 29, 2022 at 5:36 PM Doug Anderson wrote: Hi, On Tue, Jun 28, 2022 at 1:14 PM Dmitry Baryshkov wrote: On 28 June 2022 18:20:06 GMT+03:00, Kuogee Hsieh wrote: Some userspace p

Re: [Freedreno] [PATCH] drm/msm/dp: make eDP panel as the first connected connector

2022-06-29 Thread Dmitry Baryshkov
On 30 June 2022 04:57:35 GMT+03:00, Rob Clark wrote: >On Wed, Jun 29, 2022 at 5:36 PM Doug Anderson wrote: >> >> Hi, >> >> On Tue, Jun 28, 2022 at 1:14 PM Dmitry Baryshkov >> wrote: >> > >> > On 28 June 2022 18:20:06 GMT+03:00, Kuogee Hsieh >> > wrote: >> > >Some userspace presumes that the

Re: [Freedreno] [PATCH] drm/msm/dp: make eDP panel as the first connected connector

2022-06-29 Thread Abhinav Kumar
On 6/29/2022 6:57 PM, Rob Clark wrote: On Wed, Jun 29, 2022 at 5:36 PM Doug Anderson wrote: Hi, On Tue, Jun 28, 2022 at 1:14 PM Dmitry Baryshkov wrote: On 28 June 2022 18:20:06 GMT+03:00, Kuogee Hsieh wrote: Some userspace presumes that the first connected connector is the main displ

Re: [Freedreno] [PATCH] drm/msm/dp: make eDP panel as the first connected connector

2022-06-29 Thread Rob Clark
On Wed, Jun 29, 2022 at 5:36 PM Doug Anderson wrote: > > Hi, > > On Tue, Jun 28, 2022 at 1:14 PM Dmitry Baryshkov > wrote: > > > > On 28 June 2022 18:20:06 GMT+03:00, Kuogee Hsieh > > wrote: > > >Some userspace presumes that the first connected connector is the main > > >display, where it's sup

Re: [Freedreno] [PATCH] drm/msm/dp: make eDP panel as the first connected connector

2022-06-29 Thread Doug Anderson
Hi, On Tue, Jun 28, 2022 at 1:14 PM Dmitry Baryshkov wrote: > > On 28 June 2022 18:20:06 GMT+03:00, Kuogee Hsieh > wrote: > >Some userspace presumes that the first connected connector is the main > >display, where it's supposed to display e.g. the login screen. For > >laptops, this should be th

Re: [Freedreno] [PATCH] drm/msm/dp: make eDP panel as the first connected connector

2022-06-28 Thread Dmitry Baryshkov
On 28 June 2022 18:20:06 GMT+03:00, Kuogee Hsieh wrote: >Some userspace presumes that the first connected connector is the main >display, where it's supposed to display e.g. the login screen. For >laptops, this should be the main panel. > >This patch call drm_helper_move_panel_connectors_to_he

[Freedreno] [PATCH] drm/msm/dp: make eDP panel as the first connected connector

2022-06-28 Thread Kuogee Hsieh
Some userspace presumes that the first connected connector is the main display, where it's supposed to display e.g. the login screen. For laptops, this should be the main panel. This patch call drm_helper_move_panel_connectors_to_head() after drm_bridge_connector_init() to make sure eDP stay at he