mmio_context.c 17.2 KB
Newer Older
Z
Zhi Wang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
/*
 * Copyright(c) 2011-2016 Intel Corporation. All rights reserved.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice (including the next
 * paragraph) shall be included in all copies or substantial portions of the
 * Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 *
 * Authors:
 *    Eddie Dong <eddie.dong@intel.com>
 *    Kevin Tian <kevin.tian@intel.com>
 *
 * Contributors:
 *    Zhi Wang <zhi.a.wang@intel.com>
 *    Changbin Du <changbin.du@intel.com>
 *    Zhenyu Wang <zhenyuw@linux.intel.com>
 *    Tina Zhang <tina.zhang@intel.com>
 *    Bing Niu <bing.niu@intel.com>
 *
 */

#include "i915_drv.h"
37
#include "gvt.h"
38
#include "trace.h"
Z
Zhi Wang 已提交
39

40 41
#define GEN9_MOCS_SIZE		64

42
/* Raw offset is appened to each line for convenience. */
43
static struct engine_mmio gen8_engine_mmio_list[] __cacheline_aligned = {
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
	{RCS0, GFX_MODE_GEN7, 0xffff, false}, /* 0x229c */
	{RCS0, GEN9_CTX_PREEMPT_REG, 0x0, false}, /* 0x2248 */
	{RCS0, HWSTAM, 0x0, false}, /* 0x2098 */
	{RCS0, INSTPM, 0xffff, true}, /* 0x20c0 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 0), 0, false}, /* 0x24d0 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 1), 0, false}, /* 0x24d4 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 2), 0, false}, /* 0x24d8 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 3), 0, false}, /* 0x24dc */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 4), 0, false}, /* 0x24e0 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 5), 0, false}, /* 0x24e4 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 6), 0, false}, /* 0x24e8 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 7), 0, false}, /* 0x24ec */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 8), 0, false}, /* 0x24f0 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 9), 0, false}, /* 0x24f4 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 10), 0, false}, /* 0x24f8 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 11), 0, false}, /* 0x24fc */
	{RCS0, CACHE_MODE_1, 0xffff, true}, /* 0x7004 */
	{RCS0, GEN7_GT_MODE, 0xffff, true}, /* 0x7008 */
	{RCS0, CACHE_MODE_0_GEN7, 0xffff, true}, /* 0x7000 */
	{RCS0, GEN7_COMMON_SLICE_CHICKEN1, 0xffff, true}, /* 0x7010 */
	{RCS0, HDC_CHICKEN0, 0xffff, true}, /* 0x7300 */
	{RCS0, VF_GUARDBAND, 0xffff, true}, /* 0x83a4 */

	{BCS0, RING_GFX_MODE(BLT_RING_BASE), 0xffff, false}, /* 0x2229c */
	{BCS0, RING_MI_MODE(BLT_RING_BASE), 0xffff, false}, /* 0x2209c */
	{BCS0, RING_INSTPM(BLT_RING_BASE), 0xffff, false}, /* 0x220c0 */
	{BCS0, RING_HWSTAM(BLT_RING_BASE), 0x0, false}, /* 0x22098 */
71
	{BCS0, RING_EXCC(BLT_RING_BASE), 0xffff, false}, /* 0x22028 */
72
	{RCS0, INVALID_MMIO_REG, 0, false } /* Terminated */
Z
Zhi Wang 已提交
73 74
};

75
static struct engine_mmio gen9_engine_mmio_list[] __cacheline_aligned = {
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
	{RCS0, GFX_MODE_GEN7, 0xffff, false}, /* 0x229c */
	{RCS0, GEN9_CTX_PREEMPT_REG, 0x0, false}, /* 0x2248 */
	{RCS0, HWSTAM, 0x0, false}, /* 0x2098 */
	{RCS0, INSTPM, 0xffff, true}, /* 0x20c0 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 0), 0, false}, /* 0x24d0 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 1), 0, false}, /* 0x24d4 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 2), 0, false}, /* 0x24d8 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 3), 0, false}, /* 0x24dc */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 4), 0, false}, /* 0x24e0 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 5), 0, false}, /* 0x24e4 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 6), 0, false}, /* 0x24e8 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 7), 0, false}, /* 0x24ec */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 8), 0, false}, /* 0x24f0 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 9), 0, false}, /* 0x24f4 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 10), 0, false}, /* 0x24f8 */
	{RCS0, RING_FORCE_TO_NONPRIV(RENDER_RING_BASE, 11), 0, false}, /* 0x24fc */
	{RCS0, CACHE_MODE_1, 0xffff, true}, /* 0x7004 */
	{RCS0, GEN7_GT_MODE, 0xffff, true}, /* 0x7008 */
	{RCS0, CACHE_MODE_0_GEN7, 0xffff, true}, /* 0x7000 */
	{RCS0, GEN7_COMMON_SLICE_CHICKEN1, 0xffff, true}, /* 0x7010 */
	{RCS0, HDC_CHICKEN0, 0xffff, true}, /* 0x7300 */
	{RCS0, VF_GUARDBAND, 0xffff, true}, /* 0x83a4 */

	{RCS0, GEN8_PRIVATE_PAT_LO, 0, false}, /* 0x40e0 */
	{RCS0, GEN8_PRIVATE_PAT_HI, 0, false}, /* 0x40e4 */
	{RCS0, GEN8_CS_CHICKEN1, 0xffff, true}, /* 0x2580 */
	{RCS0, COMMON_SLICE_CHICKEN2, 0xffff, true}, /* 0x7014 */
	{RCS0, GEN9_CS_DEBUG_MODE1, 0xffff, false}, /* 0x20ec */
	{RCS0, GEN8_L3SQCREG4, 0, false}, /* 0xb118 */
	{RCS0, GEN7_HALF_SLICE_CHICKEN1, 0xffff, true}, /* 0xe100 */
	{RCS0, HALF_SLICE_CHICKEN2, 0xffff, true}, /* 0xe180 */
	{RCS0, HALF_SLICE_CHICKEN3, 0xffff, true}, /* 0xe184 */
	{RCS0, GEN9_HALF_SLICE_CHICKEN5, 0xffff, true}, /* 0xe188 */
	{RCS0, GEN9_HALF_SLICE_CHICKEN7, 0xffff, true}, /* 0xe194 */
	{RCS0, GEN8_ROW_CHICKEN, 0xffff, true}, /* 0xe4f0 */
	{RCS0, TRVATTL3PTRDW(0), 0, false}, /* 0x4de0 */
	{RCS0, TRVATTL3PTRDW(1), 0, false}, /* 0x4de4 */
	{RCS0, TRNULLDETCT, 0, false}, /* 0x4de8 */
	{RCS0, TRINVTILEDETCT, 0, false}, /* 0x4dec */
	{RCS0, TRVADR, 0, false}, /* 0x4df0 */
	{RCS0, TRTTE, 0, false}, /* 0x4df4 */

	{BCS0, RING_GFX_MODE(BLT_RING_BASE), 0xffff, false}, /* 0x2229c */
	{BCS0, RING_MI_MODE(BLT_RING_BASE), 0xffff, false}, /* 0x2209c */
	{BCS0, RING_INSTPM(BLT_RING_BASE), 0xffff, false}, /* 0x220c0 */
	{BCS0, RING_HWSTAM(BLT_RING_BASE), 0x0, false}, /* 0x22098 */
122
	{BCS0, RING_EXCC(BLT_RING_BASE), 0xffff, false}, /* 0x22028 */
123 124 125 126 127 128 129 130 131 132 133 134

	{VCS1, RING_EXCC(GEN8_BSD2_RING_BASE), 0xffff, false}, /* 0x1c028 */

	{VECS0, RING_EXCC(VEBOX_RING_BASE), 0xffff, false}, /* 0x1a028 */

	{RCS0, GEN8_HDC_CHICKEN1, 0xffff, true}, /* 0x7304 */
	{RCS0, GEN9_CTX_PREEMPT_REG, 0x0, false}, /* 0x2248 */
	{RCS0, GEN7_UCGCTL4, 0x0, false}, /* 0x940c */
	{RCS0, GAMT_CHKN_BIT_REG, 0x0, false}, /* 0x4ab8 */

	{RCS0, GEN9_GAMT_ECO_REG_RW_IA, 0x0, false}, /* 0x4ab0 */
	{RCS0, GEN9_CSFE_CHICKEN1_RCS, 0xffff, false}, /* 0x20d4 */
135
	{RCS0, _MMIO(0x20D8), 0xffff, true}, /* 0x20d8 */
136 137 138 139 140

	{RCS0, GEN8_GARBCNTL, 0x0, false}, /* 0xb004 */
	{RCS0, GEN7_FF_THREAD_MODE, 0x0, false}, /* 0x20a0 */
	{RCS0, FF_SLICE_CS_CHICKEN2, 0xffff, false}, /* 0x20e4 */
	{RCS0, INVALID_MMIO_REG, 0, false } /* Terminated */
Z
Zhi Wang 已提交
141 142
};

143 144
static struct {
	bool initialized;
145 146
	u32 control_table[I915_NUM_ENGINES][GEN9_MOCS_SIZE];
	u32 l3cc_table[GEN9_MOCS_SIZE / 2];
147 148 149 150 151 152
} gen9_render_mocs;

static void load_render_mocs(struct drm_i915_private *dev_priv)
{
	i915_reg_t offset;
	u32 regs[] = {
153 154 155 156 157
		[RCS0]  = 0xc800,
		[VCS0]  = 0xc900,
		[VCS1]  = 0xca00,
		[BCS0]  = 0xcc00,
		[VECS0] = 0xcb00,
158 159 160
	};
	int ring_id, i;

161
	for (ring_id = 0; ring_id < ARRAY_SIZE(regs); ring_id++) {
162 163
		if (!HAS_ENGINE(dev_priv, ring_id))
			continue;
164
		offset.reg = regs[ring_id];
165
		for (i = 0; i < GEN9_MOCS_SIZE; i++) {
166 167 168 169 170 171 172
			gen9_render_mocs.control_table[ring_id][i] =
				I915_READ_FW(offset);
			offset.reg += 4;
		}
	}

	offset.reg = 0xb020;
173
	for (i = 0; i < GEN9_MOCS_SIZE / 2; i++) {
174 175 176 177 178 179
		gen9_render_mocs.l3cc_table[i] =
			I915_READ_FW(offset);
		offset.reg += 4;
	}
	gen9_render_mocs.initialized = true;
}
Z
Zhi Wang 已提交
180

181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304
static int
restore_context_mmio_for_inhibit(struct intel_vgpu *vgpu,
				 struct i915_request *req)
{
	u32 *cs;
	int ret;
	struct engine_mmio *mmio;
	struct intel_gvt *gvt = vgpu->gvt;
	int ring_id = req->engine->id;
	int count = gvt->engine_mmio_list.ctx_mmio_count[ring_id];

	if (count == 0)
		return 0;

	ret = req->engine->emit_flush(req, EMIT_BARRIER);
	if (ret)
		return ret;

	cs = intel_ring_begin(req, count * 2 + 2);
	if (IS_ERR(cs))
		return PTR_ERR(cs);

	*cs++ = MI_LOAD_REGISTER_IMM(count);
	for (mmio = gvt->engine_mmio_list.mmio;
	     i915_mmio_reg_valid(mmio->reg); mmio++) {
		if (mmio->ring_id != ring_id ||
		    !mmio->in_context)
			continue;

		*cs++ = i915_mmio_reg_offset(mmio->reg);
		*cs++ = vgpu_vreg_t(vgpu, mmio->reg) |
				(mmio->mask << 16);
		gvt_dbg_core("add lri reg pair 0x%x:0x%x in inhibit ctx, vgpu:%d, rind_id:%d\n",
			      *(cs-2), *(cs-1), vgpu->id, ring_id);
	}

	*cs++ = MI_NOOP;
	intel_ring_advance(req, cs);

	ret = req->engine->emit_flush(req, EMIT_BARRIER);
	if (ret)
		return ret;

	return 0;
}

static int
restore_render_mocs_control_for_inhibit(struct intel_vgpu *vgpu,
					struct i915_request *req)
{
	unsigned int index;
	u32 *cs;

	cs = intel_ring_begin(req, 2 * GEN9_MOCS_SIZE + 2);
	if (IS_ERR(cs))
		return PTR_ERR(cs);

	*cs++ = MI_LOAD_REGISTER_IMM(GEN9_MOCS_SIZE);

	for (index = 0; index < GEN9_MOCS_SIZE; index++) {
		*cs++ = i915_mmio_reg_offset(GEN9_GFX_MOCS(index));
		*cs++ = vgpu_vreg_t(vgpu, GEN9_GFX_MOCS(index));
		gvt_dbg_core("add lri reg pair 0x%x:0x%x in inhibit ctx, vgpu:%d, rind_id:%d\n",
			      *(cs-2), *(cs-1), vgpu->id, req->engine->id);

	}

	*cs++ = MI_NOOP;
	intel_ring_advance(req, cs);

	return 0;
}

static int
restore_render_mocs_l3cc_for_inhibit(struct intel_vgpu *vgpu,
				     struct i915_request *req)
{
	unsigned int index;
	u32 *cs;

	cs = intel_ring_begin(req, 2 * GEN9_MOCS_SIZE / 2 + 2);
	if (IS_ERR(cs))
		return PTR_ERR(cs);

	*cs++ = MI_LOAD_REGISTER_IMM(GEN9_MOCS_SIZE / 2);

	for (index = 0; index < GEN9_MOCS_SIZE / 2; index++) {
		*cs++ = i915_mmio_reg_offset(GEN9_LNCFCMOCS(index));
		*cs++ = vgpu_vreg_t(vgpu, GEN9_LNCFCMOCS(index));
		gvt_dbg_core("add lri reg pair 0x%x:0x%x in inhibit ctx, vgpu:%d, rind_id:%d\n",
			      *(cs-2), *(cs-1), vgpu->id, req->engine->id);

	}

	*cs++ = MI_NOOP;
	intel_ring_advance(req, cs);

	return 0;
}

/*
 * Use lri command to initialize the mmio which is in context state image for
 * inhibit context, it contains tracked engine mmio, render_mocs and
 * render_mocs_l3cc.
 */
int intel_vgpu_restore_inhibit_context(struct intel_vgpu *vgpu,
				       struct i915_request *req)
{
	int ret;
	u32 *cs;

	cs = intel_ring_begin(req, 2);
	if (IS_ERR(cs))
		return PTR_ERR(cs);

	*cs++ = MI_ARB_ON_OFF | MI_ARB_DISABLE;
	*cs++ = MI_NOOP;
	intel_ring_advance(req, cs);

	ret = restore_context_mmio_for_inhibit(vgpu, req);
	if (ret)
		goto out;

	/* no MOCS register in context except render engine */
305
	if (req->engine->id != RCS0)
306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327
		goto out;

	ret = restore_render_mocs_control_for_inhibit(vgpu, req);
	if (ret)
		goto out;

	ret = restore_render_mocs_l3cc_for_inhibit(vgpu, req);
	if (ret)
		goto out;

out:
	cs = intel_ring_begin(req, 2);
	if (IS_ERR(cs))
		return PTR_ERR(cs);

	*cs++ = MI_ARB_ON_OFF | MI_ARB_ENABLE;
	*cs++ = MI_NOOP;
	intel_ring_advance(req, cs);

	return ret;
}

Z
Zhi Wang 已提交
328 329 330
static void handle_tlb_pending_event(struct intel_vgpu *vgpu, int ring_id)
{
	struct drm_i915_private *dev_priv = vgpu->gvt->dev_priv;
331
	struct intel_uncore *uncore = &dev_priv->uncore;
332
	struct intel_vgpu_submission *s = &vgpu->submission;
333
	enum forcewake_domains fw;
Z
Zhi Wang 已提交
334 335
	i915_reg_t reg;
	u32 regs[] = {
336 337 338 339 340
		[RCS0]  = 0x4260,
		[VCS0]  = 0x4264,
		[VCS1]  = 0x4268,
		[BCS0]  = 0x426c,
		[VECS0] = 0x4270,
Z
Zhi Wang 已提交
341 342 343 344 345
	};

	if (WARN_ON(ring_id >= ARRAY_SIZE(regs)))
		return;

346
	if (!test_and_clear_bit(ring_id, (void *)s->tlb_handle_pending))
Z
Zhi Wang 已提交
347 348 349 350
		return;

	reg = _MMIO(regs[ring_id]);

351 352 353 354 355
	/* WaForceWakeRenderDuringMmioTLBInvalidate:skl
	 * we need to put a forcewake when invalidating RCS TLB caches,
	 * otherwise device can go to RC6 state and interrupt invalidation
	 * process
	 */
356
	fw = intel_uncore_forcewake_for_reg(uncore, reg,
357
					    FW_REG_READ | FW_REG_WRITE);
358
	if (ring_id == RCS0 && INTEL_GEN(dev_priv) >= 9)
359
		fw |= FORCEWAKE_RENDER;
Z
Zhi Wang 已提交
360

361
	intel_uncore_forcewake_get(uncore, fw);
362

363
	intel_uncore_write_fw(uncore, reg, 0x1);
364

365
	if (wait_for_atomic((intel_uncore_read_fw(uncore, reg) == 0), 50))
366
		gvt_vgpu_err("timeout in invalidate ring (%d) tlb\n", ring_id);
367
	else
368
		vgpu_vreg_t(vgpu, reg) = 0;
Z
Zhi Wang 已提交
369

370
	intel_uncore_forcewake_put(uncore, fw);
371

Z
Zhi Wang 已提交
372 373 374
	gvt_dbg_core("invalidate TLB for ring %d\n", ring_id);
}

375 376
static void switch_mocs(struct intel_vgpu *pre, struct intel_vgpu *next,
			int ring_id)
Z
Zhi Wang 已提交
377
{
378
	struct drm_i915_private *dev_priv;
Z
Zhi Wang 已提交
379
	i915_reg_t offset, l3_offset;
380 381
	u32 old_v, new_v;

Z
Zhi Wang 已提交
382
	u32 regs[] = {
383 384 385 386 387
		[RCS0]  = 0xc800,
		[VCS0]  = 0xc900,
		[VCS1]  = 0xca00,
		[BCS0]  = 0xcc00,
		[VECS0] = 0xcb00,
Z
Zhi Wang 已提交
388 389 390
	};
	int i;

391
	dev_priv = pre ? pre->gvt->dev_priv : next->gvt->dev_priv;
Z
Zhi Wang 已提交
392 393 394
	if (WARN_ON(ring_id >= ARRAY_SIZE(regs)))
		return;

395
	if (ring_id == RCS0 && IS_GEN(dev_priv, 9))
396 397
		return;

398 399
	if (!pre && !gen9_render_mocs.initialized)
		load_render_mocs(dev_priv);
Z
Zhi Wang 已提交
400

401
	offset.reg = regs[ring_id];
402
	for (i = 0; i < GEN9_MOCS_SIZE; i++) {
403
		if (pre)
404
			old_v = vgpu_vreg_t(pre, offset);
405
		else
406
			old_v = gen9_render_mocs.control_table[ring_id][i];
407
		if (next)
408
			new_v = vgpu_vreg_t(next, offset);
409
		else
410
			new_v = gen9_render_mocs.control_table[ring_id][i];
411 412 413

		if (old_v != new_v)
			I915_WRITE_FW(offset, new_v);
Z
Zhi Wang 已提交
414 415 416 417

		offset.reg += 4;
	}

418
	if (ring_id == RCS0) {
Z
Zhi Wang 已提交
419
		l3_offset.reg = 0xb020;
420
		for (i = 0; i < GEN9_MOCS_SIZE / 2; i++) {
421
			if (pre)
422
				old_v = vgpu_vreg_t(pre, l3_offset);
423
			else
424
				old_v = gen9_render_mocs.l3cc_table[i];
425
			if (next)
426
				new_v = vgpu_vreg_t(next, l3_offset);
427
			else
428
				new_v = gen9_render_mocs.l3cc_table[i];
429 430 431

			if (old_v != new_v)
				I915_WRITE_FW(l3_offset, new_v);
432

Z
Zhi Wang 已提交
433 434 435 436 437
			l3_offset.reg += 4;
		}
	}
}

438 439
#define CTX_CONTEXT_CONTROL_VAL	0x03

440
bool is_inhibit_context(struct intel_context *ce)
441
{
442
	const u32 *reg_state = ce->lrc_reg_state;
443 444 445 446 447 448 449
	u32 inhibit_mask =
		_MASKED_BIT_ENABLE(CTX_CTRL_ENGINE_CTX_RESTORE_INHIBIT);

	return inhibit_mask ==
		(reg_state[CTX_CONTEXT_CONTROL_VAL] & inhibit_mask);
}

450 451 452 453
/* Switch ring mmio values (context). */
static void switch_mmio(struct intel_vgpu *pre,
			struct intel_vgpu *next,
			int ring_id)
Z
Zhi Wang 已提交
454
{
455 456
	struct drm_i915_private *dev_priv;
	struct intel_vgpu_submission *s;
457
	struct engine_mmio *mmio;
458
	u32 old_v, new_v;
Z
Zhi Wang 已提交
459

460
	dev_priv = pre ? pre->gvt->dev_priv : next->gvt->dev_priv;
461
	if (INTEL_GEN(dev_priv) >= 9)
462
		switch_mocs(pre, next, ring_id);
Z
Zhi Wang 已提交
463

464
	for (mmio = dev_priv->gvt->engine_mmio_list.mmio;
465
	     i915_mmio_reg_valid(mmio->reg); mmio++) {
Z
Zhi Wang 已提交
466 467
		if (mmio->ring_id != ring_id)
			continue;
468 469
		/*
		 * No need to do save or restore of the mmio which is in context
470
		 * state image on gen9, it's initialized by lri command and
471 472
		 * save or restore with context together.
		 */
473
		if (IS_GEN(dev_priv, 9) && mmio->in_context)
474 475
			continue;

476 477
		// save
		if (pre) {
478
			vgpu_vreg_t(pre, mmio->reg) = I915_READ_FW(mmio->reg);
479
			if (mmio->mask)
480
				vgpu_vreg_t(pre, mmio->reg) &=
481
						~(mmio->mask << 16);
482
			old_v = vgpu_vreg_t(pre, mmio->reg);
Z
Zhi Wang 已提交
483
		} else
484 485 486 487 488 489
			old_v = mmio->value = I915_READ_FW(mmio->reg);

		// restore
		if (next) {
			s = &next->submission;
			/*
490 491 492
			 * No need to restore the mmio which is in context state
			 * image if it's not inhibit context, it will restore
			 * itself.
493 494
			 */
			if (mmio->in_context &&
495 496
			    !is_inhibit_context(intel_context_lookup(s->shadow_ctx,
								     dev_priv->engine[ring_id])))
497 498 499
				continue;

			if (mmio->mask)
500
				new_v = vgpu_vreg_t(next, mmio->reg) |
501 502
							(mmio->mask << 16);
			else
503
				new_v = vgpu_vreg_t(next, mmio->reg);
504 505 506 507 508 509 510 511
		} else {
			if (mmio->in_context)
				continue;
			if (mmio->mask)
				new_v = mmio->value | (mmio->mask << 16);
			else
				new_v = mmio->value;
		}
512

513
		I915_WRITE_FW(mmio->reg, new_v);
Z
Zhi Wang 已提交
514

515 516 517
		trace_render_mmio(pre ? pre->id : 0,
				  next ? next->id : 0,
				  "switch",
518
				  i915_mmio_reg_offset(mmio->reg),
519
				  old_v, new_v);
Z
Zhi Wang 已提交
520
	}
521 522 523

	if (next)
		handle_tlb_pending_event(next, ring_id);
Z
Zhi Wang 已提交
524
}
525 526 527 528 529 530 531 532 533 534 535 536 537

/**
 * intel_gvt_switch_render_mmio - switch mmio context of specific engine
 * @pre: the last vGPU that own the engine
 * @next: the vGPU to switch to
 * @ring_id: specify the engine
 *
 * If pre is null indicates that host own the engine. If next is null
 * indicates that we are switching to host workload.
 */
void intel_gvt_switch_mmio(struct intel_vgpu *pre,
			   struct intel_vgpu *next, int ring_id)
{
538 539
	struct drm_i915_private *dev_priv;

540 541 542 543 544 545
	if (WARN_ON(!pre && !next))
		return;

	gvt_dbg_render("switch ring %d from %s to %s\n", ring_id,
		       pre ? "vGPU" : "host", next ? "vGPU" : "HOST");

546 547 548 549 550 551 552
	dev_priv = pre ? pre->gvt->dev_priv : next->gvt->dev_priv;

	/**
	 * We are using raw mmio access wrapper to improve the
	 * performace for batch mmio read/write, so we need
	 * handle forcewake mannually.
	 */
553
	intel_uncore_forcewake_get(&dev_priv->uncore, FORCEWAKE_ALL);
554
	switch_mmio(pre, next, ring_id);
555
	intel_uncore_forcewake_put(&dev_priv->uncore, FORCEWAKE_ALL);
556
}
557 558 559 560 561 562 563 564

/**
 * intel_gvt_init_engine_mmio_context - Initiate the engine mmio list
 * @gvt: GVT device
 *
 */
void intel_gvt_init_engine_mmio_context(struct intel_gvt *gvt)
{
565 566
	struct engine_mmio *mmio;

567
	if (INTEL_GEN(gvt->dev_priv) >= 9)
568
		gvt->engine_mmio_list.mmio = gen9_engine_mmio_list;
569
	else
570 571 572 573
		gvt->engine_mmio_list.mmio = gen8_engine_mmio_list;

	for (mmio = gvt->engine_mmio_list.mmio;
	     i915_mmio_reg_valid(mmio->reg); mmio++) {
574
		if (mmio->in_context) {
575
			gvt->engine_mmio_list.ctx_mmio_count[mmio->ring_id]++;
576 577
			intel_gvt_mmio_set_in_ctx(gvt, mmio->reg.reg);
		}
578
	}
579
}