Home
last modified time | relevance | path

Searched refs:vgtif_reg (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dvgpu.c42 vgpu_vreg64_t(vgpu, vgtif_reg(magic)) = VGT_MAGIC; in populate_pvinfo_page()
43 vgpu_vreg_t(vgpu, vgtif_reg(version_major)) = 1; in populate_pvinfo_page()
44 vgpu_vreg_t(vgpu, vgtif_reg(version_minor)) = 0; in populate_pvinfo_page()
45 vgpu_vreg_t(vgpu, vgtif_reg(display_ready)) = 0; in populate_pvinfo_page()
46 vgpu_vreg_t(vgpu, vgtif_reg(vgt_id)) = vgpu->id; in populate_pvinfo_page()
48 vgpu_vreg_t(vgpu, vgtif_reg(vgt_caps)) = VGT_CAPS_FULL_PPGTT; in populate_pvinfo_page()
50 vgpu_vreg_t(vgpu, vgtif_reg(vgt_caps)) |= VGT_CAPS_HUGE_GTT; in populate_pvinfo_page()
52 vgpu_vreg_t(vgpu, vgtif_reg(avail_rs.mappable_gmadr.base)) = in populate_pvinfo_page()
54 vgpu_vreg_t(vgpu, vgtif_reg(avail_rs.mappable_gmadr.size)) = in populate_pvinfo_page()
63 vgpu_vreg_t(vgpu, vgtif_reg(cursor_x_hot)) = UINT_MAX; in populate_pvinfo_page()
[all …]
H A Dfb_decoder.c388 plane->x_hot = vgpu_vreg_t(vgpu, vgtif_reg(cursor_x_hot)); in intel_vgpu_decode_cursor_plane()
389 plane->y_hot = vgpu_vreg_t(vgpu, vgtif_reg(cursor_y_hot)); in intel_vgpu_decode_cursor_plane()
H A Dhandlers.c1475 pdps = (u64 *)&vgpu_vreg64_t(vgpu, vgtif_reg(pdp[0])); in handle_g2v_notification()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_vgpu.c113 intel_uncore_write(&i915->uncore, vgtif_reg(display_ready), in intel_vgpu_register()
267 intel_uncore_read(uncore, vgtif_reg(avail_rs.mappable_gmadr.base)); in intel_vgt_balloon()
269 intel_uncore_read(uncore, vgtif_reg(avail_rs.mappable_gmadr.size)); in intel_vgt_balloon()
271 intel_uncore_read(uncore, vgtif_reg(avail_rs.nonmappable_gmadr.base)); in intel_vgt_balloon()
273 intel_uncore_read(uncore, vgtif_reg(avail_rs.nonmappable_gmadr.size)); in intel_vgt_balloon()
H A Di915_pvinfo.h117 #define vgtif_reg(x) _MMIO(VGT_PVINFO_PAGE + vgtif_offset(x)) macro
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.c105 vgtif_reg(pdp[0].lo), lower_32_bits(daddr)); in gen8_ppgtt_notify_vgt()
107 vgtif_reg(pdp[0].hi), upper_32_bits(daddr)); in gen8_ppgtt_notify_vgt()
117 vgtif_reg(pdp[i].lo), in gen8_ppgtt_notify_vgt()
120 vgtif_reg(pdp[i].hi), in gen8_ppgtt_notify_vgt()
130 intel_uncore_write(uncore, vgtif_reg(g2v_notify), msg); in gen8_ppgtt_notify_vgt()
H A Dintel_ggtt_fencing.c864 vgtif_reg(avail_rs.fence_num)); in intel_ggtt_init_fences()