Re: [Intel-gfx] [Intel-gfx 5/6] drm/i915/guc: Rename GuC log relay debugfs descriptively

2022-12-05 Thread Teres Alexis, Alan Previn
> Alan:snip > > > void intel_guc_log_debugfs_register(struct intel_guc_log *log, > > @@ -204,7 +204,7 @@ void intel_guc_log_debugfs_register(struct > > intel_guc_log *log, > > { "guc_log_dump", _log_dump_fops, NULL }, > > { "guc_load_err_log_dump",

Re: [Intel-gfx] [Intel-gfx 5/6] drm/i915/guc: Rename GuC log relay debugfs descriptively

2022-07-19 Thread Dixit, Ashutosh
On Mon, 09 May 2022 14:01:50 -0700, Alan Previn wrote: > > @@ -190,11 +190,11 @@ static int guc_log_relay_release(struct inode *inode, > struct file *file) > return 0; > } > > -static const struct file_operations guc_log_relay_fops = { > +static const struct file_operations

[Intel-gfx] [Intel-gfx 5/6] drm/i915/guc: Rename GuC log relay debugfs descriptively

2022-05-09 Thread Alan Previn
GuC log relay debugfs name for the control handle vs the actual relay channel are vague. Fix them so it's obvious from the name. Signed-off-by: Alan Previn --- drivers/gpu/drm/i915/gt/uc/intel_guc_log.c| 2 +- .../drm/i915/gt/uc/intel_guc_log_debugfs.c| 22 +-- 2 files