intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macro
@ 2024-07-29  4:08 Suraj Kandpal
  2024-07-29  4:43 ` ✓ Fi.CI.BAT: success for " Patchwork
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Suraj Kandpal @ 2024-07-29  4:08 UTC (permalink / raw)
  To: intel-gfx; +Cc: ankit.k.nautiyal, Suraj Kandpal

Fix HDCP2_STREAM_STATUS macro, it called pipe instead of port never
threw a compile error as no one used it.

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
---
 drivers/gpu/drm/i915/display/intel_hdcp_regs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_hdcp_regs.h b/drivers/gpu/drm/i915/display/intel_hdcp_regs.h
index a568a457e532..f590d7f48ba7 100644
--- a/drivers/gpu/drm/i915/display/intel_hdcp_regs.h
+++ b/drivers/gpu/drm/i915/display/intel_hdcp_regs.h
@@ -251,7 +251,7 @@
 #define HDCP2_STREAM_STATUS(dev_priv, trans, port) \
 					(TRANS_HDCP(dev_priv) ? \
 					 TRANS_HDCP2_STREAM_STATUS(trans) : \
-					 PIPE_HDCP2_STREAM_STATUS(pipe))
+					 PIPE_HDCP2_STREAM_STATUS(port))
 
 #define _PORTA_HDCP2_AUTH_STREAM		0x66F00
 #define _PORTB_HDCP2_AUTH_STREAM		0x66F04
-- 
2.43.2


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-07-30 15:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29  4:08 [PATCH] drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macro Suraj Kandpal
2024-07-29  4:43 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-07-29  6:29 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-07-29  9:56 ` [PATCH] " Jani Nikula
2024-07-29 10:19   ` Kandpal, Suraj
2024-07-29 10:27     ` Jani Nikula
2024-07-30  3:55 ` Suraj Kandpal
2024-07-30  8:00   ` Jani Nikula
2024-07-30  4:38 ` ✗ Fi.CI.BAT: failure for drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macro (rev2) Patchwork
2024-07-30  8:10 ` ✓ Fi.CI.BAT: success " Patchwork
2024-07-30 15:00 ` ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).