search for: mp_counters_en

Displaying 3 results from an estimated 3 matches for "mp_counters_en".

2014 Oct 27
2
[PATCH] nvc0: remove unused nvc0_screen::mm_VRAM_fe0
...t a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h index 4802057f70ee..8a1991f52eb4 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h @@ -73,8 +73,6 @@ struct nvc0_screen { boolean mp_counters_enabled; } pm; - struct nouveau_mman *mm_VRAM_fe0; - struct nouveau_object *eng3d; /* sqrt(1/2)|kepler> + sqrt(1/2)|fermi> */ struct nouveau_object *eng2d; struct nouveau_object *m2mf; -- 2.1.2
2014 Nov 12
0
[PATCH] nvc0: remove unused nvc0_screen::mm_VRAM_fe0
...ouveau/nvc0/nvc0_screen.h b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h > index 4802057f70ee..8a1991f52eb4 100644 > --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h > +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h > @@ -73,8 +73,6 @@ struct nvc0_screen { > boolean mp_counters_enabled; > } pm; > > - struct nouveau_mman *mm_VRAM_fe0; > - > struct nouveau_object *eng3d; /* sqrt(1/2)|kepler> + sqrt(1/2)|fermi> */ > struct nouveau_object *eng2d; > struct nouveau_object *m2mf; > -- > 2.1.2 >
2014 Nov 12
1
[PATCH] nvc0: remove unused nvc0_screen::mm_VRAM_fe0
...b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h > > index 4802057f70ee..8a1991f52eb4 100644 > > --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h > > +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h > > @@ -73,8 +73,6 @@ struct nvc0_screen { > > boolean mp_counters_enabled; > > } pm; > > > > - struct nouveau_mman *mm_VRAM_fe0; > > - > > struct nouveau_object *eng3d; /* sqrt(1/2)|kepler> + > sqrt(1/2)|fermi> */ > > struct nouveau_object *eng2d; > > struct nouveau_object *m2mf; > > -- >...