]> Git Repo - linux.git/commit
drm/i915/uc: Move uC early functions inside the GT ones
authorDaniele Ceraolo Spurio <[email protected]>
Thu, 1 Aug 2019 00:57:08 +0000 (17:57 -0700)
committerChris Wilson <[email protected]>
Thu, 1 Aug 2019 16:58:52 +0000 (17:58 +0100)
commit6f76098fe0f3f0b519b2ad528b4319195d6d0f73
tree2396084e1bdf1bce43a55e191a2b336a3ff51f37
parent6cf72db68d20230380a7a37dae31943c4d1d6e07
drm/i915/uc: Move uC early functions inside the GT ones

uC is a subcomponent of GT, so initialize/clean it as part of it. The
wopcm_init_early doesn't have to be happen before the uC one, but since
in other parts of the code we consider WOPCM first do the same for
consistency.

v2: s/cleanup_early/late_release to match the caller
v3: s/late_release/driver_late_release/ (Chris)

Signed-off-by: Daniele Ceraolo Spurio <[email protected]>
Cc: Michal Wajdeczko <[email protected]>
Cc: Chris Wilson <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Reviewed-by: Michal Wajdeczko <[email protected]> #v1
Reviewed-by: Chris Wilson <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/gt/intel_gt.c
drivers/gpu/drm/i915/gt/uc/intel_uc.c
drivers/gpu/drm/i915/gt/uc/intel_uc.h
drivers/gpu/drm/i915/i915_drv.c
This page took 0.044745 seconds and 4 git commands to generate.