[Intel-gfx] [PATCH] intel_gpu_dump: Fix the length of CONSTANT_BUFFER

Rémi Cardona remi at gentoo.org
Wed Sep 2 09:51:10 CEST 2009


Le mercredi 02 septembre 2009 à 13:11 +0800, Xiang, Haihao a écrit :
> diff --git a/tools/intel_gpu_dump.c b/tools/intel_gpu_dump.c
> index bb2637d..2ab418c 100644
> --- a/tools/intel_gpu_dump.c
> +++ b/tools/intel_gpu_dump.c
> @@ -1521,6 +1521,7 @@ decode_3d_965(uint32_t *data, int count, uint32_t hw_offset, int *failures)
>  			(data[1] >> 4) & 0x1f, data[1] & 0x7);
>  	return len;
>      case 0x6002:
> +    len = (data[0] & 0x000000ff) + 2;
>  	instr_out(data, hw_offset, 0, "CONSTANT_BUFFER: %s\n",
>  			(data[0] >> 8) & 1 ? "valid" : "invalid");
       ^^^^ weird indentation

Cheers,

Rémi




More information about the Intel-gfx mailing list