]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/libdrm.git/commit
intel: Add an interface to limit vma caching
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 5 Dec 2011 21:29:05 +0000 (21:29 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 5 Dec 2011 22:22:10 +0000 (22:22 +0000)
commite4b60f29609e9993dc7268993da509530862aa78
treeeaafe22d2f091d6288864359a546991fde9763c3
parent902ee661f1864aaf8325621085f6a1b5a6a3673a
intel: Add an interface to limit vma caching

There is a per-process limit on the number of vma that the process can
keep open, so we cannot keep an unlimited cache of unused vma's (besides
keeping track of all those vma in the kernel adds considerable overhead).
However, in order to work around inefficiencies in the kernel it is
beneficial to reuse the vma, so keep a MRU cache of vma.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
intel/intel_bufmgr.h
intel/intel_bufmgr_gem.c