summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt/scheduler.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2017-08-18' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-08-221-31/+80
|\
| * drm/i915/gvt: Add shadow context descriptor updatingKechen Lu2017-08-101-0/+23
| * drm/i915/gvt: To check whether workload scan and shadow has mutex holdPing Gao2017-08-101-0/+2
| * drm/i915/gvt: Audit and shadow workload during ELSP writingPing Gao2017-08-101-0/+7
| * drm/i915/gvt: Factor out scan and shadow from workload dispatchPing Gao2017-08-101-33/+50
* | Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie2017-08-151-1/+2
|\ \ | |/ |/|
| * drm/i915/gvt: change resetting to resetting_engChuanxiao Dong2017-08-021-1/+2
* | Merge tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-07-201-1/+1
|\ \ | |/ |/|
| * drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson2017-06-201-1/+1
* | drm/i915/gvt: Use fence error from GVT request for workload statusChuanxiao Dong2017-07-111-9/+12
* | drm/i915/gvt: remove scheduler_mutex in per-engine workload_threadWeinan Li2017-07-111-7/+0
|/
* drm/i915/gvt: Trigger scheduling after context completePing Gao2017-06-081-0/+4
* drm/i915/gvt: implement per-vm mmio switching optimizationChangbin Du2017-06-081-7/+28
* drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson2017-05-041-2/+4
* Merge tag 'tags/drm-for-v4.12' into drm-intel-next-queuedDaniel Vetter2017-05-031-4/+1
|\
| * Merge tag 'gvt-next-fixes-2017-04-20' of https://github.com/01org/gvt-linux i...Jani Nikula2017-04-261-4/+1
| |\
| | * drm/i915/gvt: remove some debug messages in scheduler timer handlerZhenyu Wang2017-04-131-4/+1
* | | drm/i915: Sanitize engine context sizesJoonas Lahtinen2017-04-281-4/+2
|/ /
* | Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie2017-04-111-1/+6
|\ \ | |/ |/|
| * Merge tag 'gvt-fixes-2017-03-23' of https://github.com/01org/gvt-linux into d...Jani Nikula2017-03-271-1/+6
| |\
| | * drm/i915/gvt: Use force single submit flag to distinguish gvt request from i9...Changbin Du2017-03-221-1/+6
* | | drm/i915/gvt: Add KBL dispatch logic in each function.Xu Han2017-03-291-1/+2
* | | Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie2017-03-281-20/+41
|\ \ \ | |/ /
| * | drm/i915: make context status notifier head be per engineChangbin Du2017-03-211-26/+19
| |/
| * drm/i915/gvt: GVT pin/unpin shadow contextChuanxiao Dong2017-03-171-0/+27
| * drm/i915/gvt: scan shadow indirect context image when validTina Zhang2017-03-171-3/+6
| * drm/i915/gvt: Remove bogus retry around i915_wait_requestChris Wilson2017-03-171-13/+1
| * drm/i915/gvt: replace the gvt_err with gvt_vgpu_errTina Zhang2017-03-171-4/+7
* | BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie2017-03-231-16/+36
|\ \ | |/
| * drm/i915/gvt: handle workload lifecycle properlyChuanxiao Dong2017-03-061-16/+33
| * drm/i915/gvt: add a NULL pointer check to avoid kernel panicChuanxiao Dong2017-02-231-0/+3
* | drm/i915: Remove superfluous i915_add_request_no_flush() helperChris Wilson2017-03-171-1/+1
* | drm/i915: make context status notifier head be per engineChangbin Du2017-03-161-26/+19
|/
* drm/i915/gvt: Fix shadow context descriptorZhenyu Wang2017-02-141-1/+2
* drm/i915/gvt: remove a redundant end of line in debug logChangbin Du2017-02-091-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2017-01-271-7/+7
|\
| * drm/i915/gvt: dec vgpu->running_workload_num after the workload is really doneChangbin Du2017-01-091-5/+5
| * drm/i915/gvt: fix use after free for workloadChangbin Du2017-01-091-2/+2
* | Merge tag 'v4.10-rc2' into drm-intel-next-queuedDaniel Vetter2017-01-041-4/+6
|\ \ | |/
| * drm/i915/gvt: fix lock not released bug for dispatch_workload() err pathZhenyu Wang2016-11-251-4/+6
* | drm/i915: Mark the shadow gvt context as closedChris Wilson2016-12-181-9/+1
|/
* drm/i915/gvt: fix deadlock in workload_threadPei Zhang2016-11-141-20/+13
* drm/i915/gvt: use kmap instead of kmap_atomic around guest memory accessXiaoguang Chen2016-11-101-8/+8
* drm/i915/gvt: Fix workload status after waitZhenyu Wang2016-11-071-0/+2
* drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson2016-10-281-3/+6
* drm/i915/gvt: fix nested sleeping issueDu, Changbin2016-10-271-7/+12
* drm/i915/gvt: mark symbols static where possibleDu, Changbin2016-10-201-1/+2
* drm/i915/gvt: properly access enabled intel_engine_csZhenyu Wang2016-10-201-0/+4
* drm/i915/gvt: Stop waiting whilst holding struct_mutexChris Wilson2016-10-201-9/+13
* drm/i915/gvt: Stop checking for impossible interrupts from a kthreadChris Wilson2016-10-201-7/+2
OpenPOWER on IntegriCloud