Re: [Intel-gfx] [PATCH 2/6] drm/i915/uc: mark structure passed to checker functions as const

2020-03-04 Thread Jani Nikula
On Fri, 28 Feb 2020, Daniele Ceraolo Spurio wrote: > On 2/28/20 1:18 AM, Jani Nikula wrote: >> On Thu, 27 Feb 2020, Daniele Ceraolo Spurio >> wrote: >>> Follow-up patches will pass const objects from debugfs to some those >>> functions, so we need to be ready. >>> >>> Signed-off-by: Daniele

Re: [Intel-gfx] [PATCH 2/6] drm/i915/uc: mark structure passed to checker functions as const

2020-02-28 Thread Daniele Ceraolo Spurio
On 2/28/20 1:18 AM, Jani Nikula wrote: On Thu, 27 Feb 2020, Daniele Ceraolo Spurio wrote: Follow-up patches will pass const objects from debugfs to some those functions, so we need to be ready. Signed-off-by: Daniele Ceraolo Spurio Cc: Michal Wajdeczko Cc: John Harrison Cc: Matthew

Re: [Intel-gfx] [PATCH 2/6] drm/i915/uc: mark structure passed to checker functions as const

2020-02-28 Thread Jani Nikula
On Thu, 27 Feb 2020, Daniele Ceraolo Spurio wrote: > Follow-up patches will pass const objects from debugfs to some those > functions, so we need to be ready. > > Signed-off-by: Daniele Ceraolo Spurio > Cc: Michal Wajdeczko > Cc: John Harrison > Cc: Matthew Brost > --- >

[Intel-gfx] [PATCH 2/6] drm/i915/uc: mark structure passed to checker functions as const

2020-02-27 Thread Daniele Ceraolo Spurio
Follow-up patches will pass const objects from debugfs to some those functions, so we need to be ready. Signed-off-by: Daniele Ceraolo Spurio Cc: Michal Wajdeczko Cc: John Harrison Cc: Matthew Brost --- drivers/gpu/drm/i915/gt/intel_gt.h | 6 +++---