Skip to content

Commit 5550691

Browse files
surajk8jlahtine-intel
authored andcommitted
drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macro
Fix HDCP2_STREAM_STATUS macro, it called pipe instead of port never threw a compile error as no one used it. --v2 -Add Fixes [Jani] Fixes: d631b98 ("drm/i915/hdcp: Add HDCP 2.2 stream register") Signed-off-by: Suraj Kandpal <[email protected]> Reviewed-by: Jani Nikula <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit 73d7cd5) Signed-off-by: Joonas Lahtinen <[email protected]>
1 parent 4bc14b9 commit 5550691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/display/intel_hdcp_regs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
#define HDCP2_STREAM_STATUS(dev_priv, trans, port) \
252252
(TRANS_HDCP(dev_priv) ? \
253253
TRANS_HDCP2_STREAM_STATUS(trans) : \
254-
PIPE_HDCP2_STREAM_STATUS(pipe))
254+
PIPE_HDCP2_STREAM_STATUS(port))
255255

256256
#define _PORTA_HDCP2_AUTH_STREAM 0x66F00
257257
#define _PORTB_HDCP2_AUTH_STREAM 0x66F04

0 commit comments

Comments
 (0)