drm/i915/guc: Use intel_guc_init_misc to hide GuC internals
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 28 Jun 2018 14:15:20 +0000 (14:15 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 28 Jun 2018 21:51:32 +0000 (22:51 +0100)
commitc39d2e7e35f6f357e59c7313dab8e90f7d1ff93e
tree439ea63f08bb258f4bd4409fea7c1d9b4eea2d3d
parente3be4079ea91c8b7bcb97cf44889ec5663c55fb4
drm/i915/guc: Use intel_guc_init_misc to hide GuC internals

We will add more init steps to misc phase and there is no need
to expose them separately for use in uc_init_misc function.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Michel Thierry <michel.thierry@intel.com>
Reviewed-by: Michel Thierry <michel.thierry@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20180628141522.62788-1-michal.wajdeczko@intel.com
drivers/gpu/drm/i915/intel_guc.c
drivers/gpu/drm/i915/intel_guc.h
drivers/gpu/drm/i915/intel_uc.c