Re: [PATCH v7 0/8] Add a panel API to set orientation properly

2022-06-21 Thread Doug Anderson
Hi, On Wed, Jun 15, 2022 at 6:36 AM Doug Anderson wrote: > > Hi, > > On Tue, Jun 14, 2022 at 10:50 PM Hsin-Yi Wang wrote: > > > > On Thu, Jun 9, 2022 at 3:27 PM Hsin-Yi Wang wrote: > > > > > > Panels usually call drm_connector_set_panel_orientation(), which is > > > later than drm/kms driver

Re: [PATCH v7 0/8] Add a panel API to set orientation properly

2022-06-15 Thread Doug Anderson
Hi, On Tue, Jun 14, 2022 at 10:50 PM Hsin-Yi Wang wrote: > > On Thu, Jun 9, 2022 at 3:27 PM Hsin-Yi Wang wrote: > > > > Panels usually call drm_connector_set_panel_orientation(), which is > > later than drm/kms driver calling drm_dev_register(). This leads to a > > WARN()[1]. > > > > The

Re: [PATCH v7 0/8] Add a panel API to set orientation properly

2022-06-14 Thread Hsin-Yi Wang
On Thu, Jun 9, 2022 at 3:27 PM Hsin-Yi Wang wrote: > > Panels usually call drm_connector_set_panel_orientation(), which is > later than drm/kms driver calling drm_dev_register(). This leads to a > WARN()[1]. > > The orientation property is known earlier. For example, some panels > parse the

[PATCH v7 0/8] Add a panel API to set orientation properly

2022-06-09 Thread Hsin-Yi Wang
Panels usually call drm_connector_set_panel_orientation(), which is later than drm/kms driver calling drm_dev_register(). This leads to a WARN()[1]. The orientation property is known earlier. For example, some panels parse the property through device tree during probe. The series add a panel API