Re: [Intel-gfx] [PATCH 0/3] Replace VT-d workaround with guard pages

2021-12-03 Thread Ramalingam C
On 2021-12-02 at 14:54:21 +0530, Tejas Upadhyay wrote: > Replace filling the GGTT entirely with scratch pages to avoid invalid > accesses from VT-d overfetch of scanout by only surrounding scanout vma > with guard pages. This eliminates the 100+ms delay in resume where we > have to repopulate the G

[Intel-gfx] [PATCH 0/3] Replace VT-d workaround with guard pages

2021-12-02 Thread Tejas Upadhyay
Replace filling the GGTT entirely with scratch pages to avoid invalid accesses from VT-d overfetch of scanout by only surrounding scanout vma with guard pages. This eliminates the 100+ms delay in resume where we have to repopulate the GGTT with scratch. This should also help in avoiding slow suspe

[Intel-gfx] [PATCH 0/3] Replace VT-d workaround with guard pages

2021-12-02 Thread Tejas Upadhyay
Replace filling the GGTT entirely with scratch pages to avoid invalid accesses from VT-d overfetch of scanout by only surrounding scanout vma with guard pages. This eliminates the 100+ms delay in resume where we have to repopulate the GGTT with scratch. This should also help in avoiding slow suspe