Re: [Intel-gfx] [PATCH v18 1/2] drm/i915: Do not allocate unused PPAT entries

2017-09-21 Thread Wang, Zhi A
This patch is the rest part of the introducing PAT interface patch series. Please review. :) Thanks. -Original Message- From: Wang, Zhi A Sent: Thursday, September 21, 2017 8:29 PM To: intel-gfx@lists.freedesktop.org; intel-gvt-...@lists.freedesktop.org Cc:

[Intel-gfx] [PATCH v18 1/2] drm/i915: Do not allocate unused PPAT entries

2017-09-21 Thread Zhi Wang
Only PPAT entries 0/2/3/4 are using. Remove extra PPAT entry allocation during initialization. v17: - Refine ppat_index() and move the comments. (Joonas) v8: - Move ppat_index() into i915_gem_gtt.c. (Chris) - Change the name of ppat_bits_to_index to ppat_index. Suggested-by: Joonas Lahtinen

[Intel-gfx] [PATCH v18 1/2] drm/i915: Do not allocate unused PPAT entries

2017-09-21 Thread Zhi Wang
Only PPAT entries 0/2/3/4 are using. Remove extra PPAT entry allocation during initialization. v17: - Refine ppat_index() and move the comments. (Joonas) v8: - Move ppat_index() into i915_gem_gtt.c. (Chris) - Change the name of ppat_bits_to_index to ppat_index. Suggested-by: Joonas Lahtinen