[Mesa-dev] [PATCH mesa] aubinator: remove duplicate initialisation

Lionel Landwerlin lionel.g.landwerlin at intel.com
Fri Sep 1 16:02:17 UTC 2017


Rb

On 01/09/17 16:56, Eric Engestrom wrote:
> Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
> ---
>   src/intel/tools/aubinator_error_decode.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/src/intel/tools/aubinator_error_decode.c b/src/intel/tools/aubinator_error_decode.c
> index 636f56a336..ed4d6f662c 100644
> --- a/src/intel/tools/aubinator_error_decode.c
> +++ b/src/intel/tools/aubinator_error_decode.c
> @@ -314,7 +314,6 @@ static void decode(struct gen_spec *spec,
>                     .command = inst->name,
>                     .command_offset = offset,
>                     .instruction_base_address = current_instruction_base_address,
> -                  .ksp = ksp[0],
>                     .ksp = ksp[0], /* SIMD8 shader is specified by ksp[0] */
>                  };
>               }




More information about the mesa-dev mailing list