drm/i915: Move GGTT fence registers under gt/
Since the fence registers control HW detiling through the GGTT aperture, make them a part of the intel_ggtt under gt/ Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200316113846.4974-1-chris@chris-wilson.co.uk
Dieser Commit ist enthalten in:
@@ -1288,7 +1288,7 @@ static int i915_drm_resume(struct drm_device *dev)
|
||||
drm_err(&dev_priv->drm, "failed to re-enable GGTT\n");
|
||||
|
||||
i915_ggtt_resume(&dev_priv->ggtt);
|
||||
i915_gem_restore_fences(&dev_priv->ggtt);
|
||||
intel_ggtt_restore_fences(&dev_priv->ggtt);
|
||||
|
||||
intel_csr_ucode_resume(dev_priv);
|
||||
|
||||
@@ -1606,7 +1606,7 @@ static int intel_runtime_suspend(struct device *kdev)
|
||||
|
||||
intel_gt_runtime_resume(&dev_priv->gt);
|
||||
|
||||
i915_gem_restore_fences(&dev_priv->ggtt);
|
||||
intel_ggtt_restore_fences(&dev_priv->ggtt);
|
||||
|
||||
enable_rpm_wakeref_asserts(rpm);
|
||||
|
||||
@@ -1687,7 +1687,7 @@ static int intel_runtime_resume(struct device *kdev)
|
||||
* we can do is to hope that things will still work (and disable RPM).
|
||||
*/
|
||||
intel_gt_runtime_resume(&dev_priv->gt);
|
||||
i915_gem_restore_fences(&dev_priv->ggtt);
|
||||
intel_ggtt_restore_fences(&dev_priv->ggtt);
|
||||
|
||||
/*
|
||||
* On VLV/CHV display interrupts are part of the display
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren