Re: [PATCH v7 8/8] drm: Config orientation property if panel provides it

2022-06-10 Thread Stephen Boyd
Quoting Hsin-Yi Wang (2022-06-09 00:27:23) > Panel orientation property should be set before drm_dev_register(). > Some drm driver calls drm_dev_register() in .bind(). However, most > panels sets orientation property relatively late, mostly in .get_modes() > callback, since this is when they are ab

Re: [PATCH v7 8/8] drm: Config orientation property if panel provides it

2022-06-10 Thread Doug Anderson
Hi, On Thu, Jun 9, 2022 at 12:28 AM Hsin-Yi Wang wrote: > > Panel orientation property should be set before drm_dev_register(). > Some drm driver calls drm_dev_register() in .bind(). However, most > panels sets orientation property relatively late, mostly in .get_modes() > callback, since this is