Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add a wrapper for frequency debugfs

2022-10-04 Thread Belgaumkar, Vinay
On 10/4/2022 12:36 AM, Jani Nikula wrote: On Mon, 03 Oct 2022, Vinay Belgaumkar wrote: Move it to the RPS source file. The idea was that the 1st patch would be non-functional code movement. This is still a functional change. Or you can do the functional changes first, and then move code, as

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add a wrapper for frequency debugfs

2022-10-04 Thread Jani Nikula
On Mon, 03 Oct 2022, Vinay Belgaumkar wrote: > Move it to the RPS source file. The idea was that the 1st patch would be non-functional code movement. This is still a functional change. Or you can do the functional changes first, and then move code, as long as you don't combine code movement with

[Intel-gfx] [PATCH 1/2] drm/i915: Add a wrapper for frequency debugfs

2022-10-03 Thread Vinay Belgaumkar
Move it to the RPS source file. Signed-off-by: Vinay Belgaumkar --- drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c | 157 +--- drivers/gpu/drm/i915/gt/intel_rps.c | 169 ++ drivers/gpu/drm/i915/gt/intel_rps.h | 3 + 3 files changed, 173 insertions