Re: [PATCH v3 10/10] drm/i915: uevent for HDCP status change

2019-03-27 Thread Daniel Vetter
On Wed, Mar 27, 2019 at 08:07:39PM +0530, Ramalingam C wrote: > On 2019-03-27 at 12:06:39 +0100, Daniel Vetter wrote: > > On Fri, Mar 22, 2019 at 06:14:48AM +0530, Ramalingam C wrote: > > > Invoking the uevent generator for the content protection property state > > > change of a connector. This

Re: [PATCH v3 10/10] drm/i915: uevent for HDCP status change

2019-03-27 Thread Ramalingam C
On 2019-03-27 at 12:06:39 +0100, Daniel Vetter wrote: > On Fri, Mar 22, 2019 at 06:14:48AM +0530, Ramalingam C wrote: > > Invoking the uevent generator for the content protection property state > > change of a connector. This helps the userspace to detect the new state > > change without polling

Re: [PATCH v3 10/10] drm/i915: uevent for HDCP status change

2019-03-27 Thread Daniel Vetter
On Fri, Mar 22, 2019 at 06:14:48AM +0530, Ramalingam C wrote: > Invoking the uevent generator for the content protection property state > change of a connector. This helps the userspace to detect the new state > change without polling the property val. > > Signed-off-by: Ramalingam C > --- >

[PATCH v3 10/10] drm/i915: uevent for HDCP status change

2019-03-21 Thread Ramalingam C
Invoking the uevent generator for the content protection property state change of a connector. This helps the userspace to detect the new state change without polling the property val. Signed-off-by: Ramalingam C --- drivers/gpu/drm/i915/intel_hdcp.c | 11 +++ 1 file changed, 11