Re: [Intel-gfx] [PATCH] drm/i915: print object bindings in debugfs

2013-10-19 Thread Daniel Vetter
On Fri, Oct 18, 2013 at 11:39 PM, Ben Widawsky wrote: > This is why I opted to leave just 'g' in get_global_flag. A lack of a g > inplies ppgtt. Also fwiw, this info is already there unless I didn't > follow what you did: > > list_for_each_entry(vma, &obj->vma_list, vma_link) { >

Re: [Intel-gfx] [PATCH 3/6] drm/i915: change power_well->lock to be mutex

2013-10-19 Thread Daniel Vetter
On Fri, Oct 18, 2013 at 11:50:47AM -0700, Jesse Barnes wrote: > Are there ordering requirements we should document? E.g. always take > this after the mode config lock or something? The mode_config lock is pretty much the outermost thing, and for getting it right we have lockdpe. As long as we ens

Re: [Intel-gfx] [PATCH] drm/i915: Print RC6 info less often

2013-10-19 Thread Chris Wilson
On Fri, Oct 18, 2013 at 12:32:07PM -0700, Ben Widawsky wrote: > Since we use intel_enable_rc6() now for more than just when we're > enabling RC6, we'll see this message many times, and it is just > confusing. I agree. Ok, had to double check that i915.i915_enable_rc6 was not writable at runtime, s