summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gvt/scheduler.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-4/+67
2018-03-19drm/i915/gvt: force to set all context control bits from guestZhenyu Wang1-1/+8
2018-03-19drm/i915/gvt: Update PDPs after a vGPU mm object is pinned.Zhi Wang1-3/+25
2018-03-15drm/i915/gvt: fix user copy warning by whitelist workload rb_tail fieldZhenyu Wang1-4/+6
2018-03-15drm/i915/gvt: Correct the privilege shadow batch buffer addressfred gao1-0/+11
2018-03-09drm/i915/gvt: keep oa config in shadow ctxMin He1-0/+50
2018-03-06drm/i915/gvt: init mmio by lri command in vgpu inhibit contextWeinan Li1-0/+5
2018-03-06drm/i915/gvt: Factor out intel_vgpu_{get, put}_ppgtt_mm interfaceChangbin Du1-12/+4
2018-03-06drm/i915/gvt: Refine the intel_vgpu_mm reference managementChangbin Du1-2/+2
2018-03-06drm/i915/gvt: Rework shadow graphic memory management codeChangbin Du1-12/+15
2018-03-01Merge drm-next into drm-intel-next-queued (this time for real)Joonas Lahtinen1-9/+10
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-8/+8
2018-02-06drm/i915/gvt: only reset execlist state of one engine during VM engine resetWeinan Li1-6/+6
2018-02-06drm/i915/gvt: refine intel_vgpu_submission_ops as per engine opsWeinan Li1-3/+4
2017-12-08Merge airlied/drm-next into drm-intel-next-queuedRodrigo Vivi1-4/+5
2017-12-04drm/i915/gvt: set max priority for gvt contextZhenyu Wang1-0/+3
2017-12-04drm/i915/gvt: Don't mark vgpu context as inactive when preemptedZhenyu Wang1-1/+3
2017-12-04drm/i915/gvt: Kick scheduler when new workload queuedChangbin Du1-0/+1
2017-12-04drm/i915/gvt: Convert macro queue_workload to a functionChangbin Du1-0/+11
2017-12-04Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-42/+625
2017-11-28drm/i915/gvt: Move request alloc to dispatch_workload path onlyfred gao1-4/+20
2017-11-28drm/i915/gvt: Fix unsafe locking caused by spin_unlock_bhChangbin Du1-4/+5
2017-11-21drm/i915/gvt: Cleanup unwanted public symbolsChris Wilson1-1/+1
2017-11-16drm/i915/gvt: Move request alloc to dispatch_workload path onlyfred gao1-4/+27
2017-11-16drm/i915/gvt: Limit read hw reg to active vgpuXiong Zhang1-0/+15
2017-11-16drm/i915/gvt: Use I915_GTT_PAGE_SIZEZhi Wang1-7/+7
2017-11-16drm/i915/gvt: Refine shadow batch bufferZhi Wang1-29/+59
2017-11-16drm/i915/gvt: Move clean_workloads() into scheduler.cZhi Wang1-0/+37
2017-11-16drm/i915/gvt: Introduce intel_vgpu_reset_submissionZhi Wang1-0/+20
2017-11-16drm/i915/gvt: Introduce vGPU submission opsZhi Wang1-0/+53
2017-11-16drm/i915/gvt: Move common vGPU workload creation into scheduler.cZhi Wang1-18/+178
2017-11-16drm/i915/gvt: Move common workload preparation into prepare_workload()Zhi Wang1-1/+151
2017-11-16drm/i915/gvt: Factor out prepare_workload()Zhi Wang1-6/+14
2017-11-16drm/i915/gvt: Factor out vGPU workload creation/destroyZhi Wang1-0/+51
2017-11-16drm/i915/gvt: Add VM healthy check for workload_threadfred gao1-0/+7
2017-11-16drm/i915/gvt: Change the return type during command scanfred gao1-1/+1
2017-11-16drm/i915/gvt: Move tlb_handle_pending into intel_vgpu_submissionZhi Wang1-0/+1
2017-11-16drm/i915/gvt: Introduce intel_vgpu_submissionZhi Wang1-29/+36
2017-11-16drm/i915/gvt: Move workload cache init/clean into intel_vgpu_{setup, clean}_s...Zhi Wang1-1/+23
2017-11-16drm/i915/gvt: Rename intel_vgpu_{init, clean}_gvt_context()Zhi Wang1-2/+19
2017-11-10drm/i915: Record the default hw state after reset upon loadChris Wilson1-2/+0
2017-10-04drm/i915/execlists: Distinguish the incomplete context notifiesChris Wilson1-0/+1
2017-09-13drm/i915/lrc: Clarify the format of the context imageMichel Thierry1-2/+2
2017-09-08drm/i915/gvt: Refine error handling in dispatch_workloadfred gao1-1/+3
2017-09-08drm/i915/gvt: Add error handling for intel_gvt_scan_and_shadow_workloadfred gao1-7/+21
2017-09-08drm/i915/gvt: Separate cmd scan from request allocationfred gao1-27/+57
2017-08-22Merge tag 'drm-intel-next-2017-08-18' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-31/+80
2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie1-1/+2
2017-08-10drm/i915/gvt: Add shadow context descriptor updatingKechen Lu1-0/+23
2017-08-10drm/i915/gvt: To check whether workload scan and shadow has mutex holdPing Gao1-0/+2