diff options
author | Michał Winiarski <[email protected]> | 2021-12-21 21:59:46 +0200 |
---|---|---|
committer | Matt Roper <[email protected]> | 2022-01-05 10:33:44 -0800 |
commit | 848915c35e22d36614f2b0aeca6ebf7361e8e204 (patch) | |
tree | 312a178ef0f335dc267c536ae45a50069a6c81bb /drivers/gpu/drm/i915/selftests/i915_request.c | |
parent | 816e3be74f16f3064e74acb3e6ed69e27f14231b (diff) |
drm/i915/gt: Use to_gt() helper for GGTT accesses
GGTT is currently available both through i915->ggtt and gt->ggtt, and we
eventually want to get rid of the i915->ggtt one.
Use to_gt() for all i915->ggtt accesses to help with the future
refactoring.
During the probe of i915 the early intiialization of the gt
(intel_gt_init_hw_early()) is moved prior to any access to the
ggtt. This because it's in that moment we assign the ggtt to the
gt and we want to do that before using it.
Signed-off-by: Michał Winiarski <[email protected]>
Cc: Michal Wajdeczko <[email protected]>
Signed-off-by: Andi Shyti <[email protected]>
Reviewed-by: Sujaritha Sundaresan <[email protected]>
Reviewed-by: Matt Roper <[email protected]>
Signed-off-by: Matt Roper <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/i915/selftests/i915_request.c')
0 files changed, 0 insertions, 0 deletions