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

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

2025-01-16 Thread Suraj Kandpal
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 Kandpal --- drivers/gpu/drm/i915/display/intel_hdcp.c | 2 +-

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 > ---

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

2025-01-15 Thread Suraj Kandpal
Use intel_encoder_is_hdmi function which was recently introduced to see if encoder is HDMI or not. Signed-off-by: Suraj Kandpal --- drivers/gpu/drm/i915/display/intel_hdcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_hdcp.c b/drivers/g

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

2025-01-15 Thread Suraj Kandpal
Use intel_encoder_is_hdmi function which was recently introduced to see if encoder is HDMI or not. Signed-off-by: Suraj Kandpal --- drivers/gpu/drm/i915/display/intel_hdcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_hdcp.c b/drivers/g