On Tue, Mar 27, 2018 at 01:30:04PM +0200, Michael Grzeschik wrote:
On Mon, Mar 26, 2018 at 06:17:44PM +0200, Michael Grzeschik wrote:
We move drm_kms_helper_poll_init behind the drm_fbdev_cma_init so the set_par will be called and fb will be active.
As this commit message is not very informative and digging deeper into the stubs I came up with another Idea.
By default drm_kms_helper_hotplug_event could call drm_fb_helper_output_poll_changed if no other output_poll_changed was registered.
After a internal discussion, this seems not the prefered solution, as many connectors don't need polling anymore but still call drm_kms_helper_hotplug_event.
I will send v2 of the initial patch.