Re: [Intel-gfx] [PATCH v3 4/4] drm/i915: Use partial view in mmap fault handler

2015-05-07 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6329 -Summary- Platform Delta drm-intel-nightly Series Applied PNV

Re: [Intel-gfx] [PATCH v3 4/4] drm/i915: Use partial view in mmap fault handler

2015-05-06 Thread Tvrtko Ursulin
On 05/06/2015 12:36 PM, Joonas Lahtinen wrote: Use partial view for huge BOs (bigger than half the mappable aperture) in fault handler so that they can be accessed withough trying to make room for them by evicting other objects. v2: - Only use partial views in the case where early rejection

[Intel-gfx] [PATCH v3 4/4] drm/i915: Use partial view in mmap fault handler

2015-05-06 Thread Joonas Lahtinen
Use partial view for huge BOs (bigger than half the mappable aperture) in fault handler so that they can be accessed withough trying to make room for them by evicting other objects. v2: - Only use partial views in the case where early rejection was previously done. - Account variable type