Re: [Intel-gfx] [PATCH] drm/i915: debugfs interface to read module parameters

2015-01-23 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 5633 -Summary- Platform Delta drm-intel-nightly Series Applied PNV 353/353

Re: [Intel-gfx] [PATCH] drm/i915: debugfs interface to read module parameters

2015-01-23 Thread Chris Wilson
On Fri, Jan 23, 2015 at 02:35:20PM +0200, Ville Syrjälä wrote: > On Fri, Jan 23, 2015 at 12:25:26PM +, Dave Gordon wrote: > > It can be useful to know what the driver's parameters have ended up set > > to after sanitisation, so this commit adds a debugfs function to print > > the current values

Re: [Intel-gfx] [PATCH] drm/i915: debugfs interface to read module parameters

2015-01-23 Thread Daniel Vetter
On Fri, Jan 23, 2015 at 02:35:20PM +0200, Ville Syrjälä wrote: > On Fri, Jan 23, 2015 at 12:25:26PM +, Dave Gordon wrote: > > It can be useful to know what the driver's parameters have ended up set > > to after sanitisation, so this commit adds a debugfs function to print > > the current values

Re: [Intel-gfx] [PATCH] drm/i915: debugfs interface to read module parameters

2015-01-23 Thread Ville Syrjälä
On Fri, Jan 23, 2015 at 12:25:26PM +, Dave Gordon wrote: > It can be useful to know what the driver's parameters have ended up set > to after sanitisation, so this commit adds a debugfs function to print > the current values of all the module parameters. What's wrong with eg. 'grep . /sys/modu

[Intel-gfx] [PATCH] drm/i915: debugfs interface to read module parameters

2015-01-23 Thread Dave Gordon
It can be useful to know what the driver's parameters have ended up set to after sanitisation, so this commit adds a debugfs function to print the current values of all the module parameters. --- drivers/gpu/drm/i915/i915_debugfs.c | 45 +++ 1 file changed, 45 ins