Re: [PATCH v3] drm: Improve the output_poll_changed description

2021-01-17 Thread Daniel Vetter
On Mon, Jan 18, 2021 at 7:53 AM Thomas Zimmermann wrote: > > Hi > > Am 18.01.21 um 02:22 schrieb ZhiJie.Zhang: > > From: zhangzhijie > > > > this callback was used by drm_kms_helper_hotplug_event() > > > > V2: (Thanks for Daniel's suggestions) > > - remove the FIXME below.since with the drm_clien

Re: [PATCH v3] drm: Improve the output_poll_changed description

2021-01-17 Thread Thomas Zimmermann
Hi Am 18.01.21 um 02:22 schrieb ZhiJie.Zhang: From: zhangzhijie this callback was used by drm_kms_helper_hotplug_event() V2: (Thanks for Daniel's suggestions) - remove the FIXME below.since with the drm_client - infrastructure and the generic fbdev emulation we've - resolved this all very nea

[PATCH v3] drm: Improve the output_poll_changed description

2021-01-17 Thread ZhiJie.Zhang
From: zhangzhijie this callback was used by drm_kms_helper_hotplug_event() V2: (Thanks for Daniel's suggestions) - remove the FIXME below.since with the drm_client - infrastructure and the generic fbdev emulation we've - resolved this all very neatly now. V3: Add comments that This hook is depr