[PATCH] drm/i915/hdcp: Use correct function to check if encoder
> is HDMI
>
> On Fri, 17 Jan 2025, Suraj Kandpal wrote:
> > Use intel_encoder_is_hdmi function which was recently introduced to
> > see if encoder is HDMI or not.
> >
> > --v2
> > -Add Fixes tag [Ja
On Fri, 17 Jan 2025, Suraj Kandpal wrote:
> Use intel_encoder_is_hdmi function which was recently introduced to
> see if encoder is HDMI or not.
>
> --v2
> -Add Fixes tag [Jani]
>
> Fixes: 6a3691ca4799 ("drm/i915/hdcp: Disable HDCP Line Rekeying for HDCP2.2
> on HDMI")
> Signed-off-by: Suraj Kand
[PATCH] drm/i915/hdcp: Use correct function to check if encoder
> is HDMI
>
> On Thu, 16 Jan 2025, Jani Nikula wrote:
> > On Thu, 16 Jan 2025, Suraj Kandpal wrote:
> >> Use intel_encoder_is_hdmi function which was recently introduced to
> >> see if encoder is HDMI
On Thu, 16 Jan 2025, Jani Nikula wrote:
> On Thu, 16 Jan 2025, Suraj Kandpal wrote:
>> Use intel_encoder_is_hdmi function which was recently introduced to
>> see if encoder is HDMI or not.
>
> Does this mean we always returned early from
> intel_hdcp_adjust_hdcp_line_rekeying()?
>
> Fixes: ?
And
On Thu, 16 Jan 2025, Suraj Kandpal wrote:
> Use intel_encoder_is_hdmi function which was recently introduced to
> see if encoder is HDMI or not.
Does this mean we always returned early from
intel_hdcp_adjust_hdcp_line_rekeying()?
Fixes: ?
BR,
Jani.
>
> Signed-off-by: Suraj Kandpal
> ---