Re: [Intel-gfx] [PATCH 03/66] drm/i915: make PDE|PTE platform specific

2013-06-28 Thread Daniel Vetter
On Thu, Jun 27, 2013 at 04:30:04PM -0700, Ben Widawsky wrote: > Nothing outside of i915_gem_gtt.c and more specifically, the relevant > gen specific init function should need to know about number of PDEs, or > PTEs per PD. Exposing this will only lead to circumventing using the > upcoming VM abstra

[Intel-gfx] [PATCH 03/66] drm/i915: make PDE|PTE platform specific

2013-06-27 Thread Ben Widawsky
Nothing outside of i915_gem_gtt.c and more specifically, the relevant gen specific init function should need to know about number of PDEs, or PTEs per PD. Exposing this will only lead to circumventing using the upcoming VM abstraction. To accomplish this, move the defines into the .c file, rename