Re: [Intel-gfx] [PATCH] drm/i915/guc: Make intel_guc_send a function pointer

2017-02-07 Thread Oscar Mateo
On 02/03/2017 03:48 AM, Michal Wajdeczko wrote: On Thu, Feb 02, 2017 at 07:42:46AM -0800, Oscar Mateo wrote: From: Michal Wajdeczko Prepare for an alternate GuC communication interface. v2: Make a few functions static and name them correctly while we are at it (Oscar) Signed-off-by: Mich

Re: [Intel-gfx] [PATCH] drm/i915/guc: Make intel_guc_send a function pointer

2017-02-03 Thread Michal Wajdeczko
On Thu, Feb 02, 2017 at 07:42:46AM -0800, Oscar Mateo wrote: > From: Michal Wajdeczko > > Prepare for an alternate GuC communication interface. > > v2: Make a few functions static and name them correctly while we are at it > (Oscar) > > Signed-off-by: Michel Thierry > Signed-off-by: Michal Wa

Re: [Intel-gfx] [PATCH] drm/i915/guc: Make intel_guc_send a function pointer

2017-02-03 Thread Chris Wilson
On Thu, Feb 02, 2017 at 07:42:46AM -0800, Oscar Mateo wrote: > From: Michal Wajdeczko > > Prepare for an alternate GuC communication interface. > > v2: Make a few functions static and name them correctly while we are at it > (Oscar) > > Signed-off-by: Michel Thierry > Signed-off-by: Michal Wa

[Intel-gfx] [PATCH] drm/i915/guc: Make intel_guc_send a function pointer

2017-02-02 Thread Oscar Mateo
From: Michal Wajdeczko Prepare for an alternate GuC communication interface. v2: Make a few functions static and name them correctly while we are at it (Oscar) Signed-off-by: Michel Thierry Signed-off-by: Michal Wajdeczko Signed-off-by: Oscar Mateo --- drivers/gpu/drm/i915/intel_uc.c | 25