Re: [Intel-gfx] [PATCH] drm/i915: Only check PPGTT bits when using PPGTT

2014-05-28 Thread Daniel Vetter
On Wed, May 28, 2014 at 02:45:26PM -0700, Volkin, Bradley D wrote: > On Wed, May 28, 2014 at 02:29:34PM -0700, Daniel Vetter wrote: > > Jesse reportedly has a patch somewhere to (finally!) enable ppgtt on > > vlv. Would we still need any part of this with ppgtt support on vlv? > > -Daniel > > Of c

Re: [Intel-gfx] [PATCH] drm/i915: Only check PPGTT bits when using PPGTT

2014-05-28 Thread Volkin, Bradley D
On Wed, May 28, 2014 at 02:29:34PM -0700, Daniel Vetter wrote: > Jesse reportedly has a patch somewhere to (finally!) enable ppgtt on > vlv. Would we still need any part of this with ppgtt support on vlv? > -Daniel Of course, as soon as I accept that it'll never happen... :) Off the top of my hea

Re: [Intel-gfx] [PATCH] drm/i915: Only check PPGTT bits when using PPGTT

2014-05-28 Thread Daniel Vetter
Jesse reportedly has a patch somewhere to (finally!) enable ppgtt on vlv. Would we still need any part of this with ppgtt support on vlv? -Daniel On Wed, May 28, 2014 at 10:47 PM, wrote: > From: Brad Volkin > > This extends use of the command parser to VLV. > > Note that the patch checks that t

[Intel-gfx] [PATCH] drm/i915: Only check PPGTT bits when using PPGTT

2014-05-28 Thread bradley . d . volkin
From: Brad Volkin This extends use of the command parser to VLV. Note that the patch checks that the PPGTT bit is set appropriately when PPGTT is enabled but ignores it when PPGTT is disabled. It would be awkward to correctly invert the expected value to check that the bit is set appropriately i