Re: [PATCH v5 08/12] drm: uevent for connector status change

2019-04-29 Thread Daniel Vetter
On Thu, Apr 18, 2019 at 02:28:01PM +0530, Ramalingam C wrote: > DRM API for generating uevent for a status changes of connector's > property. > > This uevent will have following details related to the status change: > > HOTPLUG=1, CONNECTOR= and PROPERTY= > v2: > Minor fixes at KDoc comments

[PATCH v5 08/12] drm: uevent for connector status change

2019-04-18 Thread Ramalingam C
DRM API for generating uevent for a status changes of connector's property. This uevent will have following details related to the status change: HOTPLUG=1, CONNECTOR= and PROPERTY= v2: Minor fixes at KDoc comments [Daniel] Signed-off-by: Ramalingam C --- drivers/gpu/drm/drm_sysfs.c | 31 +