Re: [PATCH v2] drm/mediatek: make eDP panel as the first connected connector

2022-11-13 Thread Chun-Kuang Hu
Hi Gil: Gil Dekel 於 2022年11月11日 週五 凌晨2:49寫道: > > [Why] > Some userspaces assume that the first connected connector is the "main" > display, which supposed to display, for example, the login screen. > For laptops, this should be the internal connector. > > [How] > This patch calls drm_helper_move_

Re: [PATCH v2] drm/mediatek: make eDP panel as the first connected connector

2022-11-10 Thread Chen-Yu Tsai
On Fri, Nov 11, 2022 at 2:49 AM Gil Dekel wrote: > > [Why] > Some userspaces assume that the first connected connector is the "main" > display, which supposed to display, for example, the login screen. > For laptops, this should be the internal connector. > > [How] > This patch calls drm_helper_mo

Re: [PATCH v2] drm/mediatek: make eDP panel as the first connected connector

2022-11-10 Thread Sean Paul
On Thu, Nov 10, 2022 at 1:49 PM Gil Dekel wrote: > > [Why] > Some userspaces assume that the first connected connector is the "main" > display, which supposed to display, for example, the login screen. > For laptops, this should be the internal connector. > > [How] > This patch calls drm_helper_mo

[PATCH v2] drm/mediatek: make eDP panel as the first connected connector

2022-11-10 Thread Gil Dekel
[Why] Some userspaces assume that the first connected connector is the "main" display, which supposed to display, for example, the login screen. For laptops, this should be the internal connector. [How] This patch calls drm_helper_move_panel_connectors_to_head() right before crtc creation to ensur