Re: [Intel-gfx] [RFC 05/10] drm/i915/vm_bind: Handle persistent vmas

2022-07-08 Thread Niranjana Vishwanathapura
On Thu, Jul 07, 2022 at 04:27:23AM -0700, Hellstrom, Thomas wrote: On Fri, 2022-07-01 at 15:50 -0700, Niranjana Vishwanathapura wrote: Treat VM_BIND vmas as persistent and handle them during the request submission in the execbuff path. Support eviction by maintaining a list of evicted persisten

Re: [Intel-gfx] [RFC 05/10] drm/i915/vm_bind: Handle persistent vmas

2022-07-07 Thread Hellstrom, Thomas
On Fri, 2022-07-01 at 15:50 -0700, Niranjana Vishwanathapura wrote: > Treat VM_BIND vmas as persistent and handle them during the > request submission in the execbuff path. > > Support eviction by maintaining a list of evicted persistent vmas > for rebinding during next submission. > > Signed-off

Re: [Intel-gfx] [RFC 05/10] drm/i915/vm_bind: Handle persistent vmas

2022-07-06 Thread Niranjana Vishwanathapura
...@amd.com; Hellstrom, Thomas ; Zanoni, Paulo R ; Auld, Matthew Subject: Re: [Intel-gfx] [RFC 05/10] drm/i915/vm_bind: Handle persistent vmas On 2022-07-04 at 17:05:38 +, Zeng, Oak wrote: > > > Thanks, > Oak > > > -Original Message- > > From: Intel-gfx

Re: [Intel-gfx] [RFC 05/10] drm/i915/vm_bind: Handle persistent vmas

2022-07-05 Thread Zeng, Oak
Thomas ; Zanoni, Paulo R > ; Auld, Matthew > Subject: Re: [Intel-gfx] [RFC 05/10] drm/i915/vm_bind: Handle persistent > vmas > > On 2022-07-04 at 17:05:38 +, Zeng, Oak wrote: > > > > > > Thanks, > > Oak > > > > > -Original Message-

Re: [Intel-gfx] [RFC 05/10] drm/i915/vm_bind: Handle persistent vmas

2022-07-05 Thread Ramalingam C
lists.freedesktop.org > > Cc: Zanoni, Paulo R ; Hellstrom, Thomas > > ; Auld, Matthew ; > > Vetter, Daniel ; christian.koe...@amd.com > > Subject: [Intel-gfx] [RFC 05/10] drm/i915/vm_bind: Handle persistent vmas > > > > Treat VM_BIND vmas as persistent and hand

Re: [Intel-gfx] [RFC 05/10] drm/i915/vm_bind: Handle persistent vmas

2022-07-04 Thread Zeng, Oak
ew ; > Vetter, Daniel ; christian.koe...@amd.com > Subject: [Intel-gfx] [RFC 05/10] drm/i915/vm_bind: Handle persistent vmas > > Treat VM_BIND vmas as persistent and handle them during the request > submission in the execbuff path. Hi Niranjana, Is the meaning of "persistent" above

[Intel-gfx] [RFC 05/10] drm/i915/vm_bind: Handle persistent vmas

2022-07-01 Thread Niranjana Vishwanathapura
Treat VM_BIND vmas as persistent and handle them during the request submission in the execbuff path. Support eviction by maintaining a list of evicted persistent vmas for rebinding during next submission. Signed-off-by: Niranjana Vishwanathapura --- drivers/gpu/drm/i915/gem/i915_gem_object.c