public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v2] drm/amd/display: Fix DDC register assignment type errors
@ 2026-03-22  9:51 guilhermeivo
  2026-03-24 22:17 ` Claude review: " Claude Code Review Bot
  2026-03-24 22:17 ` Claude Code Review Bot
  0 siblings, 2 replies; 3+ messages in thread
From: guilhermeivo @ 2026-03-22  9:51 UTC (permalink / raw)
  To: harry.wentland, sunpeng.li, siqueira, alexander.deucher,
	christian.koenig, airlied, simona
  Cc: guilherme.bozi, linux-kernel, amd-gfx, dri-devel, guilhermeivo,
	kernel test robot

Fix invalid type assignments in ddc_sh_mask.

Signed-off-by: guilhermeivo <guilhermeivob@gmail.com>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202603221553.GzXoxzCw-lkp@intel.com/
---
 drivers/gpu/drm/amd/display/dc/gpio/hw_factory_dcn_ddc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/gpio/hw_factory_dcn_ddc.h b/drivers/gpu/drm/amd/display/dc/gpio/hw_factory_dcn_ddc.h
index 1f2bc7eea82e..863177cf67e8 100644
--- a/drivers/gpu/drm/amd/display/dc/gpio/hw_factory_dcn_ddc.h
+++ b/drivers/gpu/drm/amd/display/dc/gpio/hw_factory_dcn_ddc.h
@@ -11,8 +11,8 @@ static inline void dcn_define_ddc_registers_common(
 		uint32_t en,
 		const struct ddc_registers *data_regs,
 		const struct ddc_registers *clk_regs,
-		const struct ddc_shift *shift,
-		const struct ddc_mask *mask)
+		const struct ddc_sh_mask *shift,
+		const struct ddc_sh_mask *mask)
 {
 	struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
 
-- 
2.47.3


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

end of thread, other threads:[~2026-03-24 22:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-22  9:51 [PATCH v2] drm/amd/display: Fix DDC register assignment type errors guilhermeivo
2026-03-24 22:17 ` Claude review: " Claude Code Review Bot
2026-03-24 22:17 ` Claude Code Review Bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox