Re: [Intel-gfx] [PATCH 1/9] drm/i915/context: context switch, and PPGTT params

2011-02-01 Thread Jesse Barnes
On Tue, 1 Feb 2011 10:16:18 -0800 Ben Widawsky wrote: > Adding parameters for userspace to query what features the > driver/hardware supports. In the future context and ppgtt will always go > together, but for now we will use hardware contexts without ppgtt since > there are some issues with ppg

[Intel-gfx] [PATCH 1/9] drm/i915/context: context switch, and PPGTT params

2011-02-01 Thread Ben Widawsky
Adding parameters for userspace to query what features the driver/hardware supports. In the future context and ppgtt will always go together, but for now we will use hardware contexts without ppgtt since there are some issues with ppgtt on the current generation. --- drivers/gpu/drm/i915/i915_dma.