summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gvt/scheduler.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-10drm/i915/gvt: Audit and shadow workload during ELSP writingPing Gao1-0/+7
2017-08-10drm/i915/gvt: Factor out scan and shadow from workload dispatchPing Gao1-33/+50
2017-08-02drm/i915/gvt: change resetting to resetting_engChuanxiao Dong1-1/+2
2017-07-20Merge tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-1/+1
2017-07-11drm/i915/gvt: Use fence error from GVT request for workload statusChuanxiao Dong1-9/+12
2017-07-11drm/i915/gvt: remove scheduler_mutex in per-engine workload_threadWeinan Li1-7/+0
2017-06-20drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson1-1/+1
2017-06-08drm/i915/gvt: Trigger scheduling after context completePing Gao1-0/+4
2017-06-08drm/i915/gvt: implement per-vm mmio switching optimizationChangbin Du1-7/+28
2017-05-04drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson1-2/+4
2017-05-03Merge tag 'tags/drm-for-v4.12' into drm-intel-next-queuedDaniel Vetter1-4/+1
2017-04-28drm/i915: Sanitize engine context sizesJoonas Lahtinen1-4/+2
2017-04-26Merge tag 'gvt-next-fixes-2017-04-20' of https://github.com/01org/gvt-linux i...Jani Nikula1-4/+1
2017-04-13drm/i915/gvt: remove some debug messages in scheduler timer handlerZhenyu Wang1-4/+1
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie1-1/+6
2017-03-29drm/i915/gvt: Add KBL dispatch logic in each function.Xu Han1-1/+2
2017-03-28Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie1-20/+41
2017-03-27Merge tag 'gvt-fixes-2017-03-23' of https://github.com/01org/gvt-linux into d...Jani Nikula1-1/+6
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie1-16/+36
2017-03-22drm/i915/gvt: Use force single submit flag to distinguish gvt request from i9...Changbin Du1-1/+6
2017-03-21drm/i915: make context status notifier head be per engineChangbin Du1-26/+19
2017-03-17drm/i915: Remove superfluous i915_add_request_no_flush() helperChris Wilson1-1/+1
2017-03-17drm/i915/gvt: GVT pin/unpin shadow contextChuanxiao Dong1-0/+27
2017-03-17drm/i915/gvt: scan shadow indirect context image when validTina Zhang1-3/+6
2017-03-17drm/i915/gvt: Remove bogus retry around i915_wait_requestChris Wilson1-13/+1
2017-03-17drm/i915/gvt: replace the gvt_err with gvt_vgpu_errTina Zhang1-4/+7
2017-03-16drm/i915: make context status notifier head be per engineChangbin Du1-26/+19
2017-03-06drm/i915/gvt: handle workload lifecycle properlyChuanxiao Dong1-16/+33
2017-02-23drm/i915/gvt: add a NULL pointer check to avoid kernel panicChuanxiao Dong1-0/+3
2017-02-14drm/i915/gvt: Fix shadow context descriptorZhenyu Wang1-1/+2