Re: [Intel-gfx] [PATCH 01/26] drm/i915: Split out verbose PPGTT dumping

2014-03-22 Thread Chris Wilson
On Sat, Mar 22, 2014 at 11:13:17AM -0700, Ben Widawsky wrote: > On Thu, Mar 20, 2014 at 12:08:00PM +, Chris Wilson wrote: > > On Thu, Mar 20, 2014 at 11:57:42AM +, Chris Wilson wrote: > > > static void gen6_ppgtt_info(struct seq_file *m, struct drm_device *dev, > > > bool verbose) > > > @

Re: [Intel-gfx] [PATCH 01/26] drm/i915: Split out verbose PPGTT dumping

2014-03-22 Thread Ben Widawsky
On Thu, Mar 20, 2014 at 12:08:00PM +, Chris Wilson wrote: > On Thu, Mar 20, 2014 at 11:57:42AM +, Chris Wilson wrote: > > static void gen6_ppgtt_info(struct seq_file *m, struct drm_device *dev, > > bool verbose) > > @@ -1838,14 +1841,11 @@ static void gen6_ppgtt_info(struct seq_file *m,

Re: [Intel-gfx] [PATCH 01/26] drm/i915: Split out verbose PPGTT dumping

2014-03-20 Thread Chris Wilson
On Thu, Mar 20, 2014 at 11:57:42AM +, Chris Wilson wrote: > static void gen6_ppgtt_info(struct seq_file *m, struct drm_device *dev, bool > verbose) > @@ -1838,14 +1841,11 @@ static void gen6_ppgtt_info(struct seq_file *m, > struct drm_device *dev, bool ver > > list_for_each_entry_rev

Re: [Intel-gfx] [PATCH 01/26] drm/i915: Split out verbose PPGTT dumping

2014-03-20 Thread Chris Wilson
On Mon, Mar 17, 2014 at 10:48:33PM -0700, Ben Widawsky wrote: > There often is not enough memory to dump the full contents of the PPGTT. > As a temporary bandage, to continue getting valuable basic PPGTT info, > wrap the dangerous, memory hungry part inside of a new verbose version > of the debugfs

[Intel-gfx] [PATCH 01/26] drm/i915: Split out verbose PPGTT dumping

2014-03-17 Thread Ben Widawsky
There often is not enough memory to dump the full contents of the PPGTT. As a temporary bandage, to continue getting valuable basic PPGTT info, wrap the dangerous, memory hungry part inside of a new verbose version of the debugfs file. Also while here we can split out the ppgtt print function so i