[PATCH] drm: ttm: virtio-gpu: dma-buf: Constify ttm_place structures.

2017-10-26 Thread Arvind Yadav
ttm_place are not supposed to change at runtime. All functions working with ttm_place provided by work with const ttm_place. So mark the non-const structs as const. File size before: textdata bss dec hex filename 2315 184 02499 9c3 drivers/gpu/drm/virtio/vi

Re: [PATCH] drm: ttm: virtio-gpu: dma-buf: Constify ttm_place structures.

2017-07-03 Thread Gerd Hoffmann
On Sun, 2017-07-02 at 13:11 +0530, Arvind Yadav wrote: > ttm_place are not supposed to change at runtime. All functions > working with ttm_place provided by work > with const ttm_place. So mark the non-const structs as const. > > File size before: >    text    data bss dec hex