summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gvt/scheduler.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-09drm/i915/gvt: remove a redundant end of line in debug logChangbin Du1-1/+1
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie1-7/+7
2017-01-09drm/i915/gvt: dec vgpu->running_workload_num after the workload is really doneChangbin Du1-5/+5
2017-01-09drm/i915/gvt: fix use after free for workloadChangbin Du1-2/+2
2017-01-04Merge tag 'v4.10-rc2' into drm-intel-next-queuedDaniel Vetter1-4/+6
2016-12-18drm/i915: Mark the shadow gvt context as closedChris Wilson1-9/+1
2016-11-25drm/i915/gvt: fix lock not released bug for dispatch_workload() err pathZhenyu Wang1-4/+6
2016-11-14drm/i915/gvt: fix deadlock in workload_threadPei Zhang1-20/+13
2016-11-10drm/i915/gvt: use kmap instead of kmap_atomic around guest memory accessXiaoguang Chen1-8/+8
2016-11-07drm/i915/gvt: Fix workload status after waitZhenyu Wang1-0/+2
2016-10-28drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson1-3/+6
2016-10-27drm/i915/gvt: fix nested sleeping issueDu, Changbin1-7/+12
2016-10-20drm/i915/gvt: mark symbols static where possibleDu, Changbin1-1/+2
2016-10-20drm/i915/gvt: properly access enabled intel_engine_csZhenyu Wang1-0/+4
2016-10-20drm/i915/gvt: Stop waiting whilst holding struct_mutexChris Wilson1-9/+13
2016-10-20drm/i915/gvt: Stop checking for impossible interrupts from a kthreadChris Wilson1-7/+2