On Wed, 11 Sep 2024, Suraj Kandpal <suraj.kandpal@xxxxxxxxx> wrote: > Refactors related to intel_hdcp/xe_hdcp in which we replace > drm_i915_private usage with intel_display wherever possible for > the ongoing efforts to try use intel_display structure more. > > Signed-off-by: Suraj Kandpal <suraj.kandpal@xxxxxxxxx> Yay! Reviewed-by: Jani Nikula <jani.nikula@xxxxxxxxx> > > Suraj Kandpal (2): > drm/i915/hdcp: Move to using intel_display in intel_hdcp > drm/i915/hdcp: Use intel_display in hdcp_gsc > > drivers/gpu/drm/i915/display/intel_hdcp.c | 689 +++++++++--------- > drivers/gpu/drm/i915/display/intel_hdcp_gsc.c | 40 +- > drivers/gpu/drm/i915/display/intel_hdcp_gsc.h | 9 +- > .../drm/i915/display/intel_hdcp_gsc_message.c | 44 +- > .../drm/i915/display/intel_hdcp_gsc_message.h | 3 +- > drivers/gpu/drm/xe/display/xe_hdcp_gsc.c | 44 +- > 6 files changed, 422 insertions(+), 407 deletions(-) -- Jani Nikula, Intel