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

2022-07-20 Thread Abhinav Kumar
On 7/6/2022 12:32 PM, 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_head() after drm_brid

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

2022-07-20 Thread Abhinav Kumar
On 7/20/2022 11:47 AM, Abhinav Kumar wrote: On 7/6/2022 12:32 PM, 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

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

2022-07-07 Thread Stephen Boyd
Quoting Kuogee Hsieh (2022-07-06 12:32:08) > 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 > d

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

2022-07-07 Thread Dmitry Baryshkov
On 06/07/2022 22:32, 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_head() after drm_bridge_c

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

2022-07-06 Thread Doug Anderson
Hi, On Wed, Jul 6, 2022 at 12:32 PM 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

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

2022-07-06 Thread Abhinav Kumar
On 7/6/2022 12:32 PM, 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_head() after drm_brid

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

2022-07-06 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