Re: [PATCH 6/8] drm/display: Move HDCP helpers into display-helper module

2022-04-01 Thread Javier Martinez Canillas
On 3/22/22 20:27, Thomas Zimmermann wrote: > Move DRM's HDCP helper library into the display/ subdirectory and add > it to DRM's display helpers. Split the header file into core and helpers. > Update all affected drivers. No functional changes. > > Signed-off-by: Thomas Zimmermann > --- After fi

Re: [PATCH 6/8] drm/display: Move HDCP helpers into display-helper module

2022-03-30 Thread Thomas Zimmermann
Hi Jani Am 30.03.22 um 09:12 schrieb Jani Nikula: On Tue, 22 Mar 2022, Thomas Zimmermann wrote: diff --git a/drivers/gpu/drm/bridge/analogix/anx7625.c b/drivers/gpu/drm/bridge/analogix/anx7625.c index 21f16394012f..0ad78c73af7c 100644 --- a/drivers/gpu/drm/bridge/analogix/anx7625.c +++ b/driv

Re: [PATCH 6/8] drm/display: Move HDCP helpers into display-helper module

2022-03-30 Thread Jani Nikula
On Tue, 22 Mar 2022, Thomas Zimmermann wrote: > diff --git a/drivers/gpu/drm/bridge/analogix/anx7625.c > b/drivers/gpu/drm/bridge/analogix/anx7625.c > index 21f16394012f..0ad78c73af7c 100644 > --- a/drivers/gpu/drm/bridge/analogix/anx7625.c > +++ b/drivers/gpu/drm/bridge/analogix/anx7625.c > @@ -

[PATCH 6/8] drm/display: Move HDCP helpers into display-helper module

2022-03-22 Thread Thomas Zimmermann
Move DRM's HDCP helper library into the display/ subdirectory and add it to DRM's display helpers. Split the header file into core and helpers. Update all affected drivers. No functional changes. Signed-off-by: Thomas Zimmermann --- Documentation/gpu/drm-kms-helpers.rst | 2 +- drivers/