[Intel-gfx] [RFC 2/4] drm/i915/uc: Add init_fw/fini_fw to to intel_uc_ops

Chris Wilson chris at chris-wilson.co.uk
Tue Dec 10 20:52:43 UTC 2019


Quoting Michal Wajdeczko (2019-12-10 20:47:42)
>  const struct intel_uc_ops uc_ops_on = {
> +       .init_fw = __uc_fetch_firmwares,
> +       .fini_fw = __uc_cleanup_firmwares,

Whitespace between the pairs, or fullname _firmware?

>         .init_hw = __uc_init_hw,
>         .fini_hw = __uc_fini_hw,

It did require a double take :)


More information about the Intel-gfx mailing list