summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gvt/gtt.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-13drm/i915/gvt: introuduce intel_vgpu_reset_gtt() to reset gttChangbin Du1-0/+27
2017-01-09drm/i915/gvt: cleanup GFP flagsJike Song1-24/+15
2017-01-09drm/i915/gvt: always use readq and writeqChangbin Du1-13/+2
2016-12-26drm/i915/gvt: reset the GGTT entry when vGPU createdPing Gao1-0/+55
2016-11-10drm/i915/gvt: don't rely on guest PPGTT entry to free old shadow dataBing Niu1-34/+17
2016-11-07drm/i915/gvt: implement scratch page table tree for shadow PPGTTPing Gao1-61/+90
2016-10-25drm/i915/gvt: fix an error string formatJérémy Lefaure1-1/+1
2016-10-25drm/i915/gvt: fix bad 32 bit shift in gttJérémy Lefaure1-1/+1
2016-10-20drm/i915/gvt: do not ignore return value of create_scratch_pageDu, Changbin1-2/+1
2016-10-20drm/i915/gvt: fix spare warnings on odd constant _Bool castDu, Changbin1-1/+1
2016-10-20drm/i915/gvt: mark symbols static where possibleDu, Changbin1-4/+4
2016-10-20drm/i915/gvt: fix sparse warnings on different address spacesDu, Changbin1-2/+2
2016-10-20drm/i915/gvt: clean up intel_gvt.h as interface for i915 coreZhenyu Wang1-0/+2
2016-10-14drm/i915/gvt: vGPU graphics memory virtualizationZhi Wang1-0/+2231