aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt/scheduler.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-03drm/i915/gvt: save RING_HEAD into vreg when vgpu switched outXiaolin Zhang1-0/+25
2019-05-21drm/i915/gvt: use cmd to restore in-context mmios to hw for gen9 platformYan Zhao1-3/+1
2019-05-21drm/i915/gvt: emit init breadcrumb for gvt requestWeinan1-0/+19
2019-04-25drm/i915/gvt: Remove typedef and let the enumeration starts from zeroAleksei Gimbitskii1-1/+1
2019-04-24Merge tag 'drm-intel-next-2019-04-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-4/+4
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie1-10/+23
2019-04-02drm/i915: Move intel_engine_mask_t around for use by i915_request_types.hChris Wilson1-4/+4
2019-03-29drm/i915/gvt: do not deliver a workload if its creation failsYan Zhao1-2/+3
2019-03-21Merge tag 'gvt-fixes-2019-03-21' of https://github.com/intel/gvt-linux into drm-intel-fixesRodrigo Vivi1-8/+20
2019-03-20drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio1-2/+2
2019-03-15drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvlChris Wilson1-3/+3
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson1-11/+10
2019-03-04drm/i915/gvt: Only assign ppgtt root at dispatch timeZhenyu Wang1-7/+9
2019-03-01drm/i915/gvt: Don't submit request for error workload dispatchZhenyu Wang1-0/+9
2019-03-01drm/i915/gvt: stop scheduling workload when vgpu is inactiveWeinan Li1-1/+2
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie1-27/+48
2019-01-24Merge tag 'gvt-next-2019-01-24' of https://github.com/intel/gvt-linux into drm-intel-next-queuedRodrigo Vivi1-4/+3
2019-01-23drm/i915/gvt: release shadow batch buffer and wa_ctx before destroy one workloadWeinan Li1-5/+6
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-2/+2
2019-01-10drm/i915/gvt: Enable gfx virtualiztion for CFLfred gao1-4/+3
2019-01-09drm/i915/gvt: Fix workload request allocation before request addZhenyu Wang1-22/+42
2018-12-07drm/i915/gvt: Fix shadow ctx ppgtt destroy functionXiong Zhang1-0/+33
2018-10-19drm/i915: Add ppgtt to GVT GEM contextXiong Zhang1-0/+28
2018-09-11Merge tag 'drm-intel-next-2018-09-06-2' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-30/+34
2018-09-06Merge tag 'gvt-next-2018-09-04' of https://github.com/intel/gvt-linux into drm-intel-next-queuedJoonas Lahtinen1-30/+34
2018-08-13drm/i915/gvt: free workload in vgpu releaseHang Yuan1-3/+4
2018-08-07drm/i915/gvt: Fix function comment doc errorsZhenyu Wang1-1/+3
2018-08-02drm/i915/gvt: only copy the first page for restore inhibit contextZhao Yan1-29/+31
2018-07-06drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson1-1/+5
2018-06-13drm/i915/gvt: Enable force wake support for BXT.Colin Xu1-2/+4
2018-06-11drm/i915/gvt: use array to avoid potential buffer overflowXinyun Liu1-3/+2
2018-06-07Merge tag 'drm-intel-next-2018-06-06' into gvt-nextZhenyu Wang1-117/+61
2018-05-21drm/i915/gvt: Fix crash after request->hw_context changeZhenyu Wang1-36/+16
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson1-89/+52
2018-05-18drm/i915: Move request->ctx asideChris Wilson1-2/+2
2018-05-18drm/i915/gvt: Use sched_lock to protect gvt scheduler logic.Colin Xu1-4/+4
2018-05-18drm/i915/gvt: Use vgpu_lock to protect per vgpu accessColin Xu1-4/+5
2018-05-14Revert "drm/i915/gvt: set max priority for gvt context"Weinan Li1-3/+0
2018-04-30drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson1-10/+10
2018-04-23Merge tag 'gvt-next-2018-04-23' of https://github.com/intel/gvt-linux into drm-intel-next-queuedJani Nikula1-22/+44
2018-04-23drm/i915/gvt/scheduler: Remove unnecessary NULL checks in sr_oa_regsGustavo A. R. Silva1-1/+1
2018-04-23drm/i915/gvt: scan non-privileged batch buffer for debug purposeZhao Yan1-21/+43
2018-04-18drm/i915: Pack params to engine->schedule() into a structChris Wilson1-1/+1
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