Re: [Mesa-dev] [PATCH V2 2/2] i965: Add a variable for size increment per bank in get_l3_way_size()

2017-06-19 Thread Francisco Jerez
Anuj Phogat writes: > On Mon, Jun 19, 2017 at 2:18 PM, Francisco Jerez > wrote: >> Anuj Phogat writes: >> >>> Adding min_size_increment_per_bank variable better explains the >>> computation of L3 way size in the function.

Re: [Mesa-dev] [PATCH V2 2/2] i965: Add a variable for size increment per bank in get_l3_way_size()

2017-06-19 Thread Anuj Phogat
On Mon, Jun 19, 2017 at 2:18 PM, Francisco Jerez wrote: > Anuj Phogat writes: > >> Adding min_size_increment_per_bank variable better explains the >> computation of L3 way size in the function. >> >> V2: Use const variable for

Re: [Mesa-dev] [PATCH V2 2/2] i965: Add a variable for size increment per bank in get_l3_way_size()

2017-06-19 Thread Francisco Jerez
Anuj Phogat writes: > Adding min_size_increment_per_bank variable better explains the > computation of L3 way size in the function. > > V2: Use const variable for min_size_increment_per_bank. > > Signed-off-by: Anuj Phogat > Cc: Francisco Jerez

[Mesa-dev] [PATCH V2 2/2] i965: Add a variable for size increment per bank in get_l3_way_size()

2017-06-19 Thread Anuj Phogat
Adding min_size_increment_per_bank variable better explains the computation of L3 way size in the function. V2: Use const variable for min_size_increment_per_bank. Signed-off-by: Anuj Phogat Cc: Francisco Jerez --- src/intel/common/gen_l3_config.c