lkml.org 
[lkml]   [2020]   [Feb]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [PATCH v2 11/12] drm/i915/hdmi: convert to struct drm_device based logging macros.
    Date
    On Thu, 06 Feb 2020, Wambui Karuga <wambui.karugax@gmail.com> 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.

    BR,
    Jani.


    [1] http://patchwork.freedesktop.org/patch/msgid/20200211134427.31605-1-jani.nikula@intel.com

    --
    Jani Nikula, Intel Open Source Graphics Center

    \
     
     \ /
      Last update: 2020-02-11 14:48    [W:3.526 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site