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

2015-05-06 Thread Joonas Lahtinen
On ti, 2015-05-05 at 10:07 +0100, Tvrtko Ursulin wrote: On 05/04/2015 12:51 PM, Joonas Lahtinen wrote: On to, 2015-04-30 at 15:54 +0100, Tvrtko Ursulin wrote: On 04/30/2015 12:21 PM, Joonas Lahtinen wrote: Use partial view for huge BOs (bigger than the mappable aperture) in fault

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

2015-05-05 Thread Tvrtko Ursulin
On 05/04/2015 12:51 PM, Joonas Lahtinen wrote: On to, 2015-04-30 at 15:54 +0100, Tvrtko Ursulin wrote: On 04/30/2015 12:21 PM, Joonas Lahtinen wrote: Use partial view for huge BOs (bigger than the mappable aperture) in fault handler so that they can be accessed without trying to make room

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

2015-05-04 Thread Joonas Lahtinen
On to, 2015-04-30 at 15:54 +0100, Tvrtko Ursulin wrote: On 04/30/2015 12:21 PM, Joonas Lahtinen wrote: Use partial view for huge BOs (bigger than the mappable aperture) in fault handler so that they can be accessed without trying to make room for them by evicting other objects. v2:

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

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

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

2015-04-30 Thread Joonas Lahtinen
Use partial view for huge BOs (bigger than the mappable aperture) in fault handler so that they can be accessed without 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 changes

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

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

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

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