RE: [PATCH] drm/i915/hdcp: Use correct function to check if encoder is HDMI

2025-01-20 Thread Kandpal, Suraj
[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

Re: [PATCH] drm/i915/hdcp: Use correct function to check if encoder is HDMI

2025-01-20 Thread Jani Nikula
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

RE: [PATCH] drm/i915/hdcp: Use correct function to check if encoder is HDMI

2025-01-16 Thread Kandpal, Suraj
[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

Re: [PATCH] drm/i915/hdcp: Use correct function to check if encoder is HDMI

2025-01-16 Thread Jani Nikula
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

Re: [PATCH] drm/i915/hdcp: Use correct function to check if encoder is HDMI

2025-01-16 Thread Jani Nikula
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 > ---