Re: [Intel-gfx] [PATCH] drm/i915: Match debugfs interface name to new RPS naming

2014-03-30 Thread Ben Widawsky
On Sun, Mar 30, 2014 at 01:51:30PM +0530, deepa...@linux.intel.com wrote: > From: Deepak S > > Let's change the i915_cur_delayinfo to i915_cur_freqinfo to be in sync > with new RPS naming convention. > > Signed-off-by: Deepak S If we're doing a rename, we might as well do a rename. The functio

[Intel-gfx] [PATCH] drm/i915: Match debugfs interface name to new RPS naming

2014-03-30 Thread deepak . s
From: Deepak S Let's change the i915_cur_delayinfo to i915_cur_freqinfo to be in sync with new RPS naming convention. Signed-off-by: Deepak S --- drivers/gpu/drm/i915/i915_debugfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/d