[Intel-gfx] [PATCH 5/8] drm/i915/uc: Make intel_uc_fw_fetch() static
Michal Wajdeczko
michal.wajdeczko at intel.com
Fri Feb 17 13:39:35 UTC 2017
On Fri, Feb 17, 2017 at 02:05:54PM +0100, Arkadiusz Hiler wrote:
> intel_uc_fw_fetch() is confusingly named in the light of recent changes.
>
> It's also in the worng place - 'guc_loader.h' - it's used for both guc
Typo s/worng/wrong
> and huc, which was reflected in name, but not it's location, so let's
> move it to 'intel_uc.c'.
>
> We can make a intel_uc_fw callback out of it, to avoid leaking it
> outside `intel_uc.c`
Hmm, why do you think it is a problem to expose this function outside of intel_uc.c?
I can't see any real gain, rather unnecessary code complexity
-Michal
More information about the Intel-gfx
mailing list