summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gvt/gtt.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-19drm/i915/gvt: Invalidate vGPU PPGTT mm objects during a vGPU reset.Zhi Wang1-0/+22
2018-03-19drm/i915/gvt: fix spelling mistake: "destoried" -> "destroyed"Colin Ian King1-1/+1
2018-03-06drm/i915/gvt: Fix guest vGPU hang caused by very high dma setup overheadChangbin Du1-14/+36
2018-03-06drm/i915/gvt: Define PTE addr mask with GENMASK_ULLChangbin Du1-3/+3
2018-03-06drm/i915/gvt: Manage shadow pages with radix treeChangbin Du1-24/+26
2018-03-06drm/i915/gvt: Provide generic page_track infrastructure for write-protected pageChangbin Du1-95/+24
2018-03-06drm/i915/gvt: Don't extend page_track to mpt layerChangbin Du1-24/+30
2018-03-06drm/i915/gvt: Rename shadow_page to short name sptChangbin Du1-28/+28
2018-03-06drm/i915/gvt: Rework shadow page management codeChangbin Du1-287/+183
2018-03-06drm/i915/gvt: Refine pte shadowing processChangbin Du1-79/+94
2018-03-06drm/i915/gvt: Use standard pte bit definitionChangbin Du1-11/+11
2018-03-06drm/i915/gvt: Factor out intel_vgpu_{get, put}_ppgtt_mm interfaceChangbin Du1-15/+8
2018-03-06drm/i915/gvt: Rename ggtt related functions to be more specificChangbin Du1-11/+11
2018-03-06drm/i915/gvt: Add verbose gtt shadow logsChangbin Du1-0/+18
2018-03-06drm/i915/gvt: Refine ggtt_set_shadow_entryChangbin Du1-11/+8
2018-03-06drm/i915/gvt: Refine ggtt and ppgtt root entry opsChangbin Du1-22/+75
2018-03-06drm/i915/gvt: Refine the intel_vgpu_mm reference managementChangbin Du1-6/+6
2018-03-06drm/i915/gvt: Rework shadow graphic memory management codeChangbin Du1-296/+224
2018-02-01drm/i915/gvt: validate gfn before set shadow page entryHang Yuan1-5/+19
2018-01-18BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie1-1/+4
2018-01-04drm/i915/gvt: Clear the shadow page table entry after post-syncZhi Wang1-1/+4
2017-12-22drm/i915/gvt: move write protect handler out of mmio emulation functionZhenyu Wang1-0/+33
2017-12-22drm/i915/gvt: cleanup usage for typed mmio reg vs. offsetZhenyu Wang1-2/+2
2017-12-04Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-109/+152
2017-11-28drm/i915/gvt: Correct ADDR_4K/2M/1G_MASK definitionXiong Zhang1-3/+3
2017-11-16Revert "drm/i915/gvt: Refine broken PPGTT scratch"Zhenyu Wang1-106/+90
2017-11-16drm/i915/gvt: Refine broken PPGTT scratchZhi Wang1-90/+106
2017-11-16drm/i915/gvt: Introduce ops->set_present()Zhi Wang1-0/+6
2017-11-16drm/i915/gvt: Introduce page table type of current level in GTT type enumerat...Zhi Wang1-1/+21
2017-11-16drm/i915/gvt: Fix a bug of unexpectedly clear scratch page tableZhi Wang1-9/+0
2017-11-16drm/i915/gvt: Let the caller choose if a shadow page should be put into hash ...Zhi Wang1-12/+13
2017-11-16drm/i915/gvt: Use I915_GTT_PAGE_SIZEZhi Wang1-25/+26
2017-11-16drm/i915/gvt: Factor intel_vgpu_page_trackZhi Wang1-65/+89
2017-11-16drm/i915/gvt: Use BIT() to make klockwork happyZhi Wang1-3/+3
2017-09-14drm/i915: Remove the "INDEX" suffix from PPAT marcosZhi Wang1-1/+1
2017-09-08drm/i915/gvt: Refine error handling for intel_vgpu_pin_mmfred gao1-2/+1
2017-08-15drm/i915/gvt: Fix guest i915 full ppgtt blocking issueTina Zhang1-17/+28
2017-08-10drm/i915/gvt: Refine the intel_vgpu_reset_gtt reset functionChuanxiao Dong1-5/+1
2017-08-10drm/i915/gvt: Add carefully checking in GTT walker pathsChangbin Du1-27/+50
2017-07-11drm/i915/gvt: Fix a memory leak in intel_gvt_init_gtt()Zhou, Wenjia1-0/+2
2017-06-08drm/i915/gvt: add gtt_invalidate API to flush the GTT TLBChuanxiao Dong1-6/+9
2017-04-26Merge tag 'gvt-next-fixes-2017-04-20' of https://github.com/01org/gvt-linux i...Jani Nikula1-0/+5
2017-04-13drm/i915/gvt: Fix PTE write flush for taking runtime pm properlyZhenyu Wang1-0/+5
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie1-2/+6
2017-03-29drm/i915/gvt: Add KBL dispatch logic in each function.Xu Han1-1/+2
2017-03-21drm/i915/gvt: set shadow entry to scratch page while p2m failedXiaoguang Chen1-2/+6
2017-03-17drm/i915/gvt: replace the gvt_err with gvt_vgpu_errTina Zhang1-38/+36
2017-02-23drm/i915/gvt: remove unnecessary error msg from gtt writeZhao, Xinda1-4/+1
2017-02-23drm/i915/gvt: clear the vGPU reset logicPing Gao1-10/+25
2017-02-09drm/i915/gvt: Map shadow page before using it in shadow page tableChuanxiao Dong1-20/+50