Re: [PATCH] drm/i915/pps: move pps debugfs file to intel_pps.c

2024-04-10 Thread Jani Nikula
On Mon, 08 Apr 2024, Ville Syrjälä wrote: > On Mon, Apr 08, 2024 at 12:43:57PM +0300, Jani Nikula wrote: >> Continue with placing debugfs next to the implementation. >> >> Signed-off-by: Jani Nikula >> --- >> .../drm/i915/display/intel_display_debugfs.c | 27 ++-- >>

Re: [PATCH] drm/i915/pps: move pps debugfs file to intel_pps.c

2024-04-08 Thread Ville Syrjälä
On Mon, Apr 08, 2024 at 12:43:57PM +0300, Jani Nikula wrote: > Continue with placing debugfs next to the implementation. > > Signed-off-by: Jani Nikula > --- > .../drm/i915/display/intel_display_debugfs.c | 27 ++-- > drivers/gpu/drm/i915/display/intel_pps.c | 32

[PATCH] drm/i915/pps: move pps debugfs file to intel_pps.c

2024-04-08 Thread Jani Nikula
Continue with placing debugfs next to the implementation. Signed-off-by: Jani Nikula --- .../drm/i915/display/intel_display_debugfs.c | 27 ++-- drivers/gpu/drm/i915/display/intel_pps.c | 32 +++ drivers/gpu/drm/i915/display/intel_pps.h | 2 ++ 3 files