Re: [Intel-gfx] [PATCH v2 1/5] drm/hdcp: optimizing the srm handling

2020-02-18 Thread Sean Paul
On Wed, Feb 12, 2020 at 03:59:38PM +0530, Ramalingam C wrote: > As we are not using the sysfs infrastructure anymore, link to it is > removed. And global srm data and mutex to protect it are removed, > with required handling at revocation check function. > > v2: > srm_data is dropped and few mor

[PATCH v2 1/5] drm/hdcp: optimizing the srm handling

2020-02-12 Thread Ramalingam C
As we are not using the sysfs infrastructure anymore, link to it is removed. And global srm data and mutex to protect it are removed, with required handling at revocation check function. v2: srm_data is dropped and few more comments are addressed. v3: ptr passing around is fixed with functiona