Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 6fb7001

Browse files
committed
STASH: Fix up for commit d2b4b97
Fix up build after commit d2b4b97 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Nov 10 14:26:33 2017 +0000 drm/i915: Record the default hw state after reset upon load need to refresh gvt tree later.
1 parent b54b31f commit 6fb7001

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/gpu/drm/i915/gvt/scheduler.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,8 +1014,6 @@ int intel_vgpu_setup_submission(struct intel_vgpu *vgpu)
10141014
if (IS_ERR(s->shadow_ctx))
10151015
return PTR_ERR(s->shadow_ctx);
10161016

1017-
s->shadow_ctx->engine[RCS].initialised = true;
1018-
10191017
bitmap_zero(s->shadow_ctx_desc_updated, I915_NUM_ENGINES);
10201018

10211019
s->workloads = kmem_cache_create("gvt-g_vgpu_workload",

0 commit comments

Comments
 (0)