Re: [Intel-gfx] [PATCH 03/15] drm/i915/guc: Add send_and_receive() helper function

2017-08-04 Thread Michel Thierry
On 8/4/2017 9:27 AM, Michal Wajdeczko wrote: In the previous patch we have changed signature of the send function pointer but we didn't modify signature of the corresponding helper function to minimize number of required changes. Let's add separate helper to expose new functionality but still

[Intel-gfx] [PATCH 03/15] drm/i915/guc: Add send_and_receive() helper function

2017-08-04 Thread Michal Wajdeczko
In the previous patch we have changed signature of the send function pointer but we didn't modify signature of the corresponding helper function to minimize number of required changes. Let's add separate helper to expose new functionality but still hide underlying details. Signed-off-by: Michal