aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt/aperture_gm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-16drm/i915: Store i915_ggtt as the backpointer on fence registersChris Wilson1-1/+1
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-6/+6
2019-08-22drm/i915: Track ggtt fence reservations under its own mutexChris Wilson1-5/+5
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio1-7/+8
2019-06-14drm/i915: Remove rpm asserts that use i915Daniele Ceraolo Spurio1-1/+1
2019-06-13drm/i915: Move fence register tracking from i915->mm to ggttChris Wilson1-3/+4
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-4/+4
2018-11-12drm/i915/gvt: ensure gpu is powered before do i915_gem_gtt_insertHang Yuan1-0/+2
2018-08-14drm/i915/gvt: Off by one in intel_vgpu_write_fence()Dan Carpenter1-1/+1
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-1/+1
2017-09-04drm/i915: Add interface to reserve fence registers for vGPUChangbin Du1-15/+11
2017-08-10drm/i915/gvt: Use gvt_err to print the resource not enough errorChuanxiao Dong1-2/+2
2017-03-17drm/i915/gvt: replace the gvt_err with gvt_vgpu_errTina Zhang1-4/+4
2017-02-14drm/i915/gvt: Fix alignment for GTT allocationZhenyu Wang1-7/+8
2017-01-27Merge tag 'drm-intel-next-2017-01-23' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-23/+10
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-9/+27
2017-01-13drm/i915/gvt: introudce intel_vgpu_reset_resource() to reset vgpu resource stateChangbin Du1-2/+27
2017-01-11drm/i915: Use the MRU stack search after evictingChris Wilson1-23/+10
2017-01-09drm/i915/gvt: remove duplicated definitionZhenyu Wang1-7/+0
2016-12-05drm/i915: Mark all non-vma being inserted into the address spacesChris Wilson1-2/+5
2016-10-20drm/i915/gvt: Add runtime pm around fencesChris Wilson1-0/+10
2016-10-20drm/i915/gvt: clean up intel_gvt.h as interface for i915 coreZhenyu Wang1-0/+1
2016-10-14drm/i915/gvt: vGPU HW resource managementZhi Wang1-0/+341