Re: [Intel-gfx] [PATCH v2] drm/i915/guc: Drop guc2host/host2guc from names

2016-11-25 Thread Chris Wilson
On Fri, Nov 25, 2016 at 01:29:21PM +0100, Arkadiusz Hiler wrote: > diff --git a/drivers/gpu/drm/i915/intel_guc_fwif.h > b/drivers/gpu/drm/i915/intel_guc_fwif.h > index 324ea90..9ccb8f8 100644 > --- a/drivers/gpu/drm/i915/intel_guc_fwif.h > +++ b/drivers/gpu/drm/i915/intel_guc_fwif.h > @@ -489,18 +

[Intel-gfx] [PATCH v2] drm/i915/guc: Drop guc2host/host2guc from names

2016-11-25 Thread Arkadiusz Hiler
To facilitate code reorganization we are renaming everything that contains guc2host or host2guc. host2guc_action() and host2guc_action_response() become guc_send() and guc_recv() respectively. Other host2guc_*() functions become simply guc_*(). Other entities are renamed basing on context they a