[PATCH i-g-t 2/2] lib/gpu_cmds: Typo fix

Kamil Konieczny kamil.konieczny at linux.intel.com
Wed Jun 26 11:24:57 UTC 2024


Hi Dominik,
On 2024-06-26 at 08:30:18 +0200, Dominik Karol Piatkowski wrote:
> 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>

Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.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