Re: [Mesa-dev] [PATCH 1/2] i965: Fix broxton 2x6 l3 config

2017-06-15 Thread Anuj Phogat
On Mon, Jun 12, 2017 at 4:25 PM, Anuj Phogat wrote: > On Mon, Jun 12, 2017 at 3:28 PM, Francisco Jerez > wrote: >> Anuj Phogat writes: >> >>> On Mon, Jun 12, 2017 at 12:22 PM, Francisco Jerez >>> wrote: Anuj Phogat writes: > On Mon, Jun 12, 2017 at 11:10 AM, Francisco Jerez >

Re: [Mesa-dev] [PATCH 1/2] i965: Fix broxton 2x6 l3 config

2017-06-12 Thread Anuj Phogat
On Mon, Jun 12, 2017 at 3:28 PM, Francisco Jerez wrote: > Anuj Phogat writes: > >> On Mon, Jun 12, 2017 at 12:22 PM, Francisco Jerez >> wrote: >>> Anuj Phogat writes: >>> On Mon, Jun 12, 2017 at 11:10 AM, Francisco Jerez wrote: > Anuj Phogat writes: > >> The new table

Re: [Mesa-dev] [PATCH 1/2] i965: Fix broxton 2x6 l3 config

2017-06-12 Thread Francisco Jerez
Anuj Phogat writes: > On Mon, Jun 12, 2017 at 12:22 PM, Francisco Jerez > wrote: >> Anuj Phogat writes: >> >>> On Mon, Jun 12, 2017 at 11:10 AM, Francisco Jerez >>> wrote: Anuj Phogat writes: > The new table added in this patch matches with the table > in gfxspecs. We were

Re: [Mesa-dev] [PATCH 1/2] i965: Fix broxton 2x6 l3 config

2017-06-12 Thread Anuj Phogat
On Mon, Jun 12, 2017 at 12:22 PM, Francisco Jerez wrote: > Anuj Phogat writes: > >> On Mon, Jun 12, 2017 at 11:10 AM, Francisco Jerez >> wrote: >>> Anuj Phogat writes: >>> The new table added in this patch matches with the table in gfxspecs. We were programming the wrong values earli

Re: [Mesa-dev] [PATCH 1/2] i965: Fix broxton 2x6 l3 config

2017-06-12 Thread Francisco Jerez
Anuj Phogat writes: > On Mon, Jun 12, 2017 at 11:10 AM, Francisco Jerez > wrote: >> Anuj Phogat writes: >> >>> The new table added in this patch matches with the table >>> in gfxspecs. We were programming the wrong values earlier. >>> >>> Signed-off-by: Anuj Phogat >>> Cc: Francisco Jerez >>

Re: [Mesa-dev] [PATCH 1/2] i965: Fix broxton 2x6 l3 config

2017-06-12 Thread Anuj Phogat
On Mon, Jun 12, 2017 at 11:10 AM, Francisco Jerez wrote: > Anuj Phogat writes: > >> The new table added in this patch matches with the table >> in gfxspecs. We were programming the wrong values earlier. >> >> Signed-off-by: Anuj Phogat >> Cc: Francisco Jerez >> Cc: "17.1" >> --- >> src/intel/

Re: [Mesa-dev] [PATCH 1/2] i965: Fix broxton 2x6 l3 config

2017-06-12 Thread Francisco Jerez
Anuj Phogat writes: > The new table added in this patch matches with the table > in gfxspecs. We were programming the wrong values earlier. > > Signed-off-by: Anuj Phogat > Cc: Francisco Jerez > Cc: "17.1" > --- > src/intel/common/gen_device_info.c | 1 + > src/intel/common/gen_device_info.h

[Mesa-dev] [PATCH 1/2] i965: Fix broxton 2x6 l3 config

2017-06-12 Thread Anuj Phogat
The new table added in this patch matches with the table in gfxspecs. We were programming the wrong values earlier. Signed-off-by: Anuj Phogat Cc: Francisco Jerez Cc: "17.1" --- src/intel/common/gen_device_info.c | 1 + src/intel/common/gen_device_info.h | 1 + src/intel/common/gen_l3_config