search for: 763915

Displaying 5 results from an estimated 5 matches for "763915".

2015 Jan 06
2
[PATCH nouveau 09/11] drm: export some variable and functions to resue the PM functions
On Tue, Jan 06, 2015 at 09:44:01AM -0500, Ilia Mirkin wrote: > On Tue, Jan 6, 2015 at 9:37 AM, Thierry Reding <thierry.reding at gmail.com> wrote: > > On Tue, Jan 06, 2015 at 08:27:06PM +0800, Vince Hsu wrote: > >> > >> On 01/06/2015 07:49 PM, Thierry Reding wrote: > >> >* PGP Signed by an unknown key > >> > > >> >On Mon, Jan 05,
2015 Jan 06
0
[PATCH nouveau 09/11] drm: export some variable and functions to resue the PM functions
...nvc0 only was: NVC0: 878726 bytes text data bss dec hex filename 360593 140327 80 501000 7a508 drivers/gpu/drm/nouveau/nouveau.ko compared to the combo package: NV04 + NV50 + NVC0: 1343482 bytes text data bss dec hex filename 579171 184264 480 763915 ba80b drivers/gpu/drm/nouveau/nouveau.ko -ilia
2014 Feb 15
3
[RFC PATCH] drm/nouveau: split off nvc0 compilation
...ers the most to, NVC0 is the least relevant card -- people with sub-1GB of RAM, older hardware. With my config options and everything compiled, the total size of nouveau.ko is 1343324 bytes (incl symbols), which is split up text data bss dec hex filename 579171 184264 480 763915 ba80b ./drivers/gpu/drm/nouveau/nouveau.ko Turning off nvc0+ gives us 995667 bytes, split up text data bss dec hex filename 472244 59528 480 532252 81f1c ./drivers/gpu/drm/nouveau/nouveau.ko So we lost 100K of text and 130K of data (probably all that pgraph fw), and...
2014 Feb 15
0
[RFC PATCH] drm/nouveau: split off nvc0 compilation
...least relevant card -- people with sub-1GB of RAM, older hardware. > > With my config options and everything compiled, the total size of nouveau.ko > is 1343324 bytes (incl symbols), which is split up > > text data bss dec hex filename > 579171 184264 480 763915 ba80b ./drivers/gpu/drm/nouveau/nouveau.ko > > Turning off nvc0+ gives us 995667 bytes, split up > > text data bss dec hex filename > 472244 59528 480 532252 81f1c ./drivers/gpu/drm/nouveau/nouveau.ko > > So we lost 100K of text and 130K of data (p...
2014 Mar 23
0
[PATCH] drm/nouveau: allow nv04/nv50/nvc0+ parts of the driver to be separated
...fe7 drivers/gpu/drm/nouveau/nouveau.ko NV50 + NVC0: 1070110 bytes text data bss dec hex filename 453459 159463 480 613402 95c1a drivers/gpu/drm/nouveau/nouveau.ko NV04 + NV50 + NVC0: 1343482 bytes text data bss dec hex filename 579171 184264 480 763915 ba80b drivers/gpu/drm/nouveau/nouveau.ko Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- >From my earlier posting of an early version of this patch, there wasn't much appetite for such a split. However I thought I'd send this out for posterity. This patch is unlikely t...