Re: [PATCH] drm: Create support for Write-Only property blob

2022-07-08 Thread Mark Yacoub
Hi Jani, There is still one piece missing in the puzzle to be done. This is the patch for the HDCP implementation in the kernel needing a secret key: https://patchwork.freedesktop.org/series/94623/ The implementation currently uses debugfs in testing. The next step is to use the blob created

Re: [PATCH] drm: Create support for Write-Only property blob

2022-06-30 Thread Jani Nikula
On Wed, 29 Jun 2022, Mark Yacoub wrote: > Hi Jani, let me know if you need more info or more changes are needed. Thanks! Sorry, I really haven't had the time to think this through. At a glance, I'm unable to find the hdcp key property that this is being used with. Am I missing something?

Re: [PATCH] drm: Create support for Write-Only property blob

2022-06-29 Thread Mark Yacoub
Hi Jani, let me know if you need more info or more changes are needed. Thanks! On Wed, May 25, 2022 at 3:31 PM Mark Yacoub wrote: > > Hi Jani, thanks for your review. I got all the user space > implementation ready to see it in context. > > libdrm patch to wrap this functionality: >

Re: [PATCH] drm: Create support for Write-Only property blob

2022-05-25 Thread Mark Yacoub
Hi Jani, thanks for your review. I got all the user space implementation ready to see it in context. libdrm patch to wrap this functionality: https://www.spinics.net/lists/dri-devel/msg347318.html Chromium user space implementation making direct use of the new prop flag: crrev.com/c/3655850 The

Re: [PATCH] drm: Create support for Write-Only property blob

2022-05-17 Thread Jani Nikula
On Tue, 10 May 2022, Mark Yacoub wrote: > [Why] > User space might need to inject data into the kernel without allowing it > to be read again by any user space. > An example of where this is particularly useful is secret keys fetched > by user space and injected into the kernel to enable content

Re: [PATCH] drm: Create support for Write-Only property blob

2022-05-16 Thread Mark Yacoub
friendly ping :)) On Tue, May 10, 2022 at 3:08 PM Mark Yacoub wrote: > > [Why] > User space might need to inject data into the kernel without allowing it > to be read again by any user space. > An example of where this is particularly useful is secret keys fetched > by user space and injected

Re: [PATCH] drm: Create support for Write-Only property blob

2022-05-12 Thread Mark Yacoub
friendly ping :) On Tue, May 10, 2022 at 3:08 PM Mark Yacoub wrote: > > [Why] > User space might need to inject data into the kernel without allowing it > to be read again by any user space. > An example of where this is particularly useful is secret keys fetched > by user space and injected

[PATCH] drm: Create support for Write-Only property blob

2022-05-10 Thread Mark Yacoub
[Why] User space might need to inject data into the kernel without allowing it to be read again by any user space. An example of where this is particularly useful is secret keys fetched by user space and injected into the kernel to enable content protection. [How] Create a