mbox series

[0/4] XE HDCP Enablement

Message ID 20240227053204.1748920-1-suraj.kandpal@intel.com (mailing list archive)
Headers show
Series XE HDCP Enablement | expand

Message

Suraj Kandpal Feb. 27, 2024, 5:32 a.m. UTC
This patch series enables HDCP on XE.
Mainly includes rewriting functions that were responsible for
sending hdcp messages via gsc cs.

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>

Suraj Kandpal (4):
  drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file
  drm/xe/hdcp: Use xe_device struct
  drm/xe: Use gsc_proxy_init_done to check proxy status
  drm/xe/hdcp: Enable HDCP for XE

 drivers/gpu/drm/i915/display/intel_hdcp_gsc.c |   6 +
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.h |   7 +-
 drivers/gpu/drm/xe/Makefile                   |   1 +
 drivers/gpu/drm/xe/display/xe_hdcp_gsc.c      | 241 +++++++++++++++++-
 drivers/gpu/drm/xe/xe_gsc_proxy.c             |   4 +-
 drivers/gpu/drm/xe/xe_gsc_proxy.h             |   1 +
 drivers/gpu/drm/xe/xe_gsc_submit.c            |  15 ++
 drivers/gpu/drm/xe/xe_gsc_submit.h            |   1 +
 8 files changed, 258 insertions(+), 18 deletions(-)

Comments

Lucas De Marchi March 5, 2024, 1:38 p.m. UTC | #1
On Tue, Feb 27, 2024 at 11:02:00AM +0530, Suraj Kandpal wrote:
>This patch series enables HDCP on XE.
>Mainly includes rewriting functions that were responsible for
>sending hdcp messages via gsc cs.
>
>Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
>
>Suraj Kandpal (4):
>  drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file
>  drm/xe/hdcp: Use xe_device struct
>  drm/xe: Use gsc_proxy_init_done to check proxy status
>  drm/xe/hdcp: Enable HDCP for XE

please double check your includes to follow the convention used in the
driver. I commented in one of them. Other than that and with CI passing,


Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>

Lucas De Marchi

>
> drivers/gpu/drm/i915/display/intel_hdcp_gsc.c |   6 +
> drivers/gpu/drm/i915/display/intel_hdcp_gsc.h |   7 +-
> drivers/gpu/drm/xe/Makefile                   |   1 +
> drivers/gpu/drm/xe/display/xe_hdcp_gsc.c      | 241 +++++++++++++++++-
> drivers/gpu/drm/xe/xe_gsc_proxy.c             |   4 +-
> drivers/gpu/drm/xe/xe_gsc_proxy.h             |   1 +
> drivers/gpu/drm/xe/xe_gsc_submit.c            |  15 ++
> drivers/gpu/drm/xe/xe_gsc_submit.h            |   1 +
> 8 files changed, 258 insertions(+), 18 deletions(-)
>
>-- 
>2.43.2
>