Re: [PATCH] drm/i915/guc: Use drm_err instead of pr_err

2022-06-10 Thread kernel test robot
Hi, Thank you for the patch! Yet something to improve: [auto build test ERROR on v5.19-rc1] [also build test ERROR on next-20220610] [cannot apply to drm-intel/for-linux-next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use

Re: [PATCH] drm/i915/guc: Use drm_err instead of pr_err

2022-06-07 Thread Dixit, Ashutosh
On Tue, 07 Jun 2022 15:23:17 -0700, John Harrison wrote: > > On 6/7/2022 15:07, Dixit, Ashutosh wrote: > > On Tue, 07 Jun 2022 14:51:03 -0700, john.c.harri...@intel.com wrote: > >> From: John Harrison > >> > >> Don't use pr_err in places where we have access to a struct_drm. > > Seem to be many

Re: [PATCH] drm/i915/guc: Use drm_err instead of pr_err

2022-06-07 Thread John Harrison
On 6/7/2022 15:07, Dixit, Ashutosh wrote: On Tue, 07 Jun 2022 14:51:03 -0700, john.c.harri...@intel.com wrote: From: John Harrison Don't use pr_err in places where we have access to a struct_drm. Seem to be many more pr_err's in selftests. Is there a reason why drm_err's cannot be used in

Re: [PATCH] drm/i915/guc: Use drm_err instead of pr_err

2022-06-07 Thread Dixit, Ashutosh
On Tue, 07 Jun 2022 14:51:03 -0700, john.c.harri...@intel.com wrote: > > From: John Harrison > > Don't use pr_err in places where we have access to a struct_drm. Seem to be many more pr_err's in selftests. Is there a reason why drm_err's cannot be used in selftests (especially those using an