Re: [PATCH] drm: Improve the output_poll_changed description

2021-01-12 Thread zhangzhi...@loongson.cn
On 1/12/21 10:20 PM, Daniel Vetter wrote: On Tue, Jan 12, 2021 at 06:46:44PM +0800, ZhiJie.Zhang wrote: From: zhangzhijie codeview the implementation of few Drivers. I'm not really understanding what you're trying to say here. I exc "make htmls" and read the gpu's html via browser.

Re: [PATCH] drm: Improve the output_poll_changed description

2021-01-12 Thread Daniel Vetter
On Tue, Jan 12, 2021 at 06:46:44PM +0800, ZhiJie.Zhang wrote: > From: zhangzhijie > > codeview the implementation of few Drivers. I'm not really understanding what you're trying to say here. > this callback was used by drm_kms_helper_hotplug_event() > > Signed-off-by: zhangzhijie > --- >

[PATCH] drm: Improve the output_poll_changed description

2021-01-12 Thread ZhiJie.Zhang
From: zhangzhijie codeview the implementation of few Drivers. this callback was used by drm_kms_helper_hotplug_event() Signed-off-by: zhangzhijie --- include/drm/drm_mode_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/drm_mode_config.h