Re: [PATCH v3 6/6] i915/display/dp: send a more fine-grained link-status uevent

2021-10-18 Thread Simon Ser
On Friday, October 15th, 2021 at 21:44, Ville Syrjälä wrote: > > /* Send Hotplug uevent so userspace can reprobe */ > > drm_kms_helper_hotplug_event(connector->dev); > > + drm_sysfs_connector_status_event(connector, > > + > > connector->dev->mode_con

Re: [PATCH v3 6/6] i915/display/dp: send a more fine-grained link-status uevent

2021-10-16 Thread kernel test robot
Hi Simon, Thank you for the patch! Yet something to improve: [auto build test ERROR on f6632721cd6231e1bf28b5317dcc7543e43359f7] url: https://github.com/0day-ci/linux/commits/Simon-Ser/drm-add-per-connector-hotplug-events/20211016-003611 base: f6632721cd6231e1bf28b5317dcc7543e43359f7 confi

Re: [PATCH v3 6/6] i915/display/dp: send a more fine-grained link-status uevent

2021-10-15 Thread Ville Syrjälä
On Fri, Oct 15, 2021 at 04:33:46PM +, Simon Ser wrote: > When link-status changes, send a hotplug uevent which contains the > connector and property ID. That way, user-space can more easily > figure out that only the link-status property of this connector has > been updated. > > Signed-off-by:

[PATCH v3 6/6] i915/display/dp: send a more fine-grained link-status uevent

2021-10-15 Thread Simon Ser
When link-status changes, send a hotplug uevent which contains the connector and property ID. That way, user-space can more easily figure out that only the link-status property of this connector has been updated. Signed-off-by: Simon Ser --- drivers/gpu/drm/i915/display/intel_dp.c | 2 ++ 1 file