[Mesa-dev] [PATCH v2 01/16] intel: aubinator: remove unused variables

Rafael Antognolli rafael.antognolli at intel.com
Tue Jun 19 18:14:49 UTC 2018


Reviewed-by: Rafael Antognolli <rafael.antognolli at intel.com>

On Tue, Jun 19, 2018 at 02:45:16PM +0100, Lionel Landwerlin wrote:
> These memory offsets are stored in the gen_batch_decode_ctx.
> 
> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> ---
>  src/intel/tools/aubinator.c | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c
> index c8d79ae377d..949ba96e556 100644
> --- a/src/intel/tools/aubinator.c
> +++ b/src/intel/tools/aubinator.c
> @@ -70,11 +70,6 @@ struct gen_batch_decode_ctx batch_ctx;
>  
>  uint64_t gtt_size, gtt_end;
>  void *gtt;
> -uint64_t general_state_base;
> -uint64_t surface_state_base;
> -uint64_t dynamic_state_base;
> -uint64_t instruction_base;
> -uint64_t instruction_bound;
>  
>  FILE *outfile;
>  
> -- 
> 2.17.1
> 


More information about the mesa-dev mailing list