On Tue, 11 Feb 2020, Jani Nikula wrote:
On Thu, 06 Feb 2020, Wambui Karuga <[email protected]> wrote:@@ -1364,11 +1372,15 @@ int intel_hdmi_hdcp_write_an_aksv(struct intel_digital_port *intel_dig_port, static int intel_hdmi_hdcp_read_bksv(struct intel_digital_port *intel_dig_port, u8 *bksv) { + struct drm_i915_private *i915 = + intel_dig_port->base.base.dev->dev_private;The preferred way to get from intel_digital_port to i915 throughout is struct drm_i915_private *i915 = to_i915(intel_dig_port->base.base.dev); I realize there are some bad examples in the file; I've posted [1] to fix them.
Okay - I'll change that and resend. -wambui
BR, Jani. [1] http://patchwork.freedesktop.org/patch/msgid/[email protected] -- Jani Nikula, Intel Open Source Graphics Center
_______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
