Re: [PATCH v2 2/6] shell: register output->destroy_signal handler

2013-10-23 Thread Kristian Høgsberg
On Wed, Oct 23, 2013 at 01:58:32PM +0800, Xiong Zhang wrote: > setup_output_destroy_handler() deal with output created at > drm backend initialize time. > handle_output_create() deal with output created by hot plug handler > output_destroy_handler is removed when output was unplugged or > shell is

[PATCH v2 2/6] shell: register output->destroy_signal handler

2013-10-22 Thread Xiong Zhang
setup_output_destroy_handler() deal with output created at drm backend initialize time. handle_output_create() deal with output created by hot plug handler output_destroy_handler is removed when output was unplugged or shell is destroyed. Signed-off-by: Xiong Zhang --- src/shell.c | 75 +