Message ID | 20240911090540.643155-1-suraj.kandpal@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | HDCP intel_display refactors | expand |
On Wed, 11 Sep 2024, Suraj Kandpal <suraj.kandpal@intel.com> 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@intel.com> Yay! Reviewed-by: Jani Nikula <jani.nikula@intel.com> > > 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(-)
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@intel.com> 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(-)