[PATCH v1] drm/i915/gt: convert tasklets to use new tasklet_setup() API

2020-08-20 Thread Andy Shevchenko
In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Andy Shevchenko --- drivers/gpu/drm/i915/gt/intel_lrc.c | 15 ++- 1

Re: [PATCH v1] drm/i915/gt: convert tasklets to use new tasklet_setup() API

2020-08-20 Thread Andy Shevchenko
On Wed, Aug 19, 2020 at 01:46:14PM +0100, Chris Wilson wrote: > Quoting Jani Nikula (2020-08-19 13:34:41) > > On Wed, 19 Aug 2020, Chris Wilson wrote: > > > Quoting Andy Shevchenko (2020-08-19 12:53:53) > > >> In preparation for unconditionally passing the struct tasklet_struct > > >> pointer to a

Re: [Intel-gfx] [PATCH v1] drm/i915/gt: convert tasklets to use new tasklet_setup() API

2020-08-19 Thread kernel test robot
Hi Andy, I love your patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on v5.9-rc1 next-20200819] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented i

Re: [PATCH v1] drm/i915/gt: convert tasklets to use new tasklet_setup() API

2020-08-19 Thread Chris Wilson
Quoting Jani Nikula (2020-08-19 13:34:41) > On Wed, 19 Aug 2020, Chris Wilson wrote: > > Quoting Andy Shevchenko (2020-08-19 12:53:53) > >> In preparation for unconditionally passing the struct tasklet_struct > >> pointer to all tasklet callbacks, switch to using the new tasklet_setup() > >> and f

Re: [PATCH v1] drm/i915/gt: convert tasklets to use new tasklet_setup() API

2020-08-19 Thread Jani Nikula
On Wed, 19 Aug 2020, Chris Wilson wrote: > Quoting Andy Shevchenko (2020-08-19 12:53:53) >> In preparation for unconditionally passing the struct tasklet_struct >> pointer to all tasklet callbacks, switch to using the new tasklet_setup() >> and from_tasklet() to pass the tasklet pointer explicitly

Re: [PATCH v1] drm/i915/gt: convert tasklets to use new tasklet_setup() API

2020-08-19 Thread Chris Wilson
Quoting Andy Shevchenko (2020-08-19 12:53:53) > In preparation for unconditionally passing the struct tasklet_struct > pointer to all tasklet callbacks, switch to using the new tasklet_setup() > and from_tasklet() to pass the tasklet pointer explicitly. > > Signed-off-by: Andy Shevchenko Reviewed