Re: [PATCH v7 10/11] drm/hdcp: update content protection property with uevent

2019-07-05 Thread Pekka Paalanen
On Thu, 4 Jul 2019 16:41:15 +0530 Ramalingam C wrote: > On 2019-07-04 at 14:14:19 +0300, Pekka Paalanen wrote: > > On Tue, 7 May 2019 21:57:44 +0530 > > Ramalingam C wrote: > > > > > drm function is defined and exported to update a connector's > > > content protection property state and to

Re: [PATCH v7 10/11] drm/hdcp: update content protection property with uevent

2019-07-05 Thread Ramalingam C
On 2019-07-04 at 14:14:19 +0300, Pekka Paalanen wrote: > On Tue, 7 May 2019 21:57:44 +0530 > Ramalingam C wrote: > > > drm function is defined and exported to update a connector's > > content protection property state and to generate a uevent along > > with it. > > > > Need ACK for the uevent

Re: [PATCH v7 10/11] drm/hdcp: update content protection property with uevent

2019-07-04 Thread Ramalingam C
On 2019-07-04 at 14:14:19 +0300, Pekka Paalanen wrote: > On Tue, 7 May 2019 21:57:44 +0530 > Ramalingam C wrote: > > > drm function is defined and exported to update a connector's > > content protection property state and to generate a uevent along > > with it. > > > > Need ACK for the uevent

Re: [PATCH v7 10/11] drm/hdcp: update content protection property with uevent

2019-07-04 Thread Pekka Paalanen
On Tue, 7 May 2019 21:57:44 +0530 Ramalingam C wrote: > drm function is defined and exported to update a connector's > content protection property state and to generate a uevent along > with it. > > Need ACK for the uevent from userspace consumer. > > v2: > Update only when state is

[PATCH v7 10/11] drm/hdcp: update content protection property with uevent

2019-05-07 Thread Ramalingam C
drm function is defined and exported to update a connector's content protection property state and to generate a uevent along with it. Need ACK for the uevent from userspace consumer. v2: Update only when state is different from old one. v3: KDoc is added [Daniel] Signed-off-by: Ramalingam