drm/i915: Unify uC variable types to avoid flooding checkpatch.pl
authorJoonas Lahtinen <[email protected]>
Fri, 6 Oct 2017 08:49:40 +0000 (11:49 +0300)
committerJoonas Lahtinen <[email protected]>
Fri, 6 Oct 2017 11:09:40 +0000 (14:09 +0300)
commitfaf654864b25f4ca4efd416145d37b794c0b805f
treee01b34b654fb3ae21193a05ab834fecb8a6b2828
parent822a4b673284672af697ccd66e8795f8a712a90d
drm/i915: Unify uC variable types to avoid flooding checkpatch.pl

With the code motion mostly done, convert all the uC code away
from uint??_t at once (only a couple dozen variables), so that
reading the checkpatch.pl output should actually pinpoint if
a new uint??_t was accidentally introduced.

v2: - Include intel_uc_fw.h too (Sagar)

Signed-off-by: Joonas Lahtinen <[email protected]>
Cc: Michal Wajdeczko <[email protected]>
Cc: Chris Wilson <[email protected]>
Cc: MichaƂ Winiarski <[email protected]>
Cc: Sagar Arun Kamble <[email protected]>
Cc: Anusha Srivatsa <[email protected]>
Cc: Sujaritha Sundaresan <[email protected]>
Reviewed-by: Sagar Arun Kamble <[email protected]>
Reviewed-by: Michal Wajdeczko <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_guc_submission.c
drivers/gpu/drm/i915/i915_guc_submission.h
drivers/gpu/drm/i915/intel_guc.h
drivers/gpu/drm/i915/intel_guc_fwif.h
drivers/gpu/drm/i915/intel_guc_log.c
drivers/gpu/drm/i915/intel_guc_log.h
drivers/gpu/drm/i915/intel_uc_fw.h