[PATCH i-g-t 2/2] lib/gpu_cmds: Typo fix
Dominik Karol Piatkowski
dominik.karol.piatkowski at intel.com
Tue Jun 25 12:31:42 UTC 2024
Fixed typo in description of one of the dwords in
xehp_emit_state_base_address.
Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski at intel.com>
---
lib/gpu_cmds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/gpu_cmds.c b/lib/gpu_cmds.c
index 2a502505e..2e29cc6c4 100644
--- a/lib/gpu_cmds.c
+++ b/lib/gpu_cmds.c
@@ -1032,7 +1032,7 @@ xehp_emit_state_base_address(struct intel_bb *ibb)
intel_bb_out(ibb, 0);
else
intel_bb_out(ibb, 0xfffff000 | 1);
- /* intruction buffer size */
+ /* instruction buffer size */
intel_bb_out(ibb, ALIGN(ibb->size, 1 << 12) | 1); //dw15
/* Bindless surface state base address */
--
2.34.1
More information about the igt-dev
mailing list