Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: Add the missed value paramter of LE_COS
@ 2025-04-01 20:52 Shuicheng Lin
  2025-04-01 20:57 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Shuicheng Lin @ 2025-04-01 20:52 UTC (permalink / raw)
  To: intel-xe; +Cc: Shuicheng Lin, Janga Rahul Kumar, Lucas De Marchi

Cc: Janga Rahul Kumar <janga.rahul.kumar@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
---
 drivers/gpu/drm/xe/regs/xe_gt_regs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/regs/xe_gt_regs.h b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
index da1f198ac107..042c8401aee9 100644
--- a/drivers/gpu/drm/xe/regs/xe_gt_regs.h
+++ b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
@@ -62,7 +62,7 @@
 #define   LE_SSE_MASK				REG_GENMASK(18, 17)
 #define   LE_SSE(value)				REG_FIELD_PREP(LE_SSE_MASK, value)
 #define   LE_COS_MASK				REG_GENMASK(16, 15)
-#define   LE_COS(value)				REG_FIELD_PREP(LE_COS_MASK)
+#define   LE_COS(value)				REG_FIELD_PREP(LE_COS_MASK, value)
 #define   LE_SCF_MASK				REG_BIT(14)
 #define   LE_SCF(value)				REG_FIELD_PREP(LE_SCF_MASK, value)
 #define   LE_PFM_MASK				REG_GENMASK(13, 11)
-- 
2.25.1


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

end of thread, other threads:[~2025-04-02  0:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-01 20:52 [PATCH] drm/xe: Add the missed value paramter of LE_COS Shuicheng Lin
2025-04-01 20:57 ` ✓ CI.Patch_applied: success for " Patchwork
2025-04-01 20:57 ` ✗ CI.checkpatch: warning " Patchwork
2025-04-01 20:59 ` ✓ CI.KUnit: success " Patchwork
2025-04-01 21:15 ` ✓ CI.Build: " Patchwork
2025-04-01 21:17 ` ✓ CI.Hooks: " Patchwork
2025-04-01 21:19 ` ✓ CI.checksparse: " Patchwork
2025-04-01 21:38 ` ✓ Xe.CI.BAT: " Patchwork
2025-04-02  0:40 ` ✗ Xe.CI.Full: failure " Patchwork

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