On ke, 2017-05-10 at 12:59 +0000, Michal Wajdeczko wrote:
> Prepare for alternate GuC notification mechanism.
> 
> Signed-off-by: Michal Wajdeczko <[email protected]>
> Cc: Joonas Lahtinen <[email protected]>
> Cc: Daniele Ceraolo Spurio <[email protected]>
> Reviewed-by: Daniele Ceraolo Spurio <[email protected]>

<SNIP>

> @@ -233,6 +236,10 @@ static inline int intel_guc_send(struct intel_guc *guc, 
> const u32 *action, u32 l
>  {
>       return guc->send(guc, action, len);
>  }

A newline is needed here. I'll fix it while pushing.

Reviewed-by: Joonas Lahtinen <[email protected]>

Regards, Joonas

> +static inline void intel_guc_notify(struct intel_guc *guc)
> +{
> +     guc->notify(guc);
> +}
>  
>  /* intel_guc_loader.c */
>  int intel_guc_select_fw(struct intel_guc *guc);
-- 
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to