aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt/sched_policy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-03drm/i915/gvt: Give new born vGPU higher scheduling chanceZhenyu Wang1-7/+27
2018-08-30drm/i915/gvt: move intel_runtime_pm_get out of spin_lock in stop_scheduleHang Yuan1-0/+3
2018-05-18drm/i915/gvt: Use sched_lock to protect gvt scheduler logic.Colin Xu1-4/+32
2018-04-23drm/i915/gvt: Update time slice more frequentlyZhipeng Gong1-13/+13
2018-04-23drm/i915/gvt: Use real time to do timer checkZhipeng Gong1-2/+7
2018-03-06drm/i915/gvt: Fix vGPU sched timeslice calculation warningZhenyu Wang1-3/+2
2018-02-06drm/i915/gvt: only reset execlist state of one engine during VM engine resetWeinan Li1-2/+12
2018-02-01drm/i915/gvt: cancel scheduler timer when no vGPU existsZhenyu Wang1-0/+7
2017-12-04drm/i915/gvt: Kick scheduler when new workload queuedChangbin Du1-0/+5
2017-10-17drm/i915/gvt: Fix GPU hang after reusing vGPU instance across different guest OSChangbin Du1-12/+10
2017-06-16Merge tag 'gvt-next-2017-06-08' of https://github.com/01org/gvt-linux into drm-intel-next-queuedJani Nikula1-5/+22
2017-06-08drm/i915/gvt: Support event based schedulingPing Gao1-5/+10
2017-06-08drm/i915/gvt: implement per-vm mmio switching optimizationChangbin Du1-0/+12
2017-05-15Merge tag 'gvt-fixes-2017-05-11' of https://github.com/01org/gvt-linux into drm-intel-fixesJani Nikula1-2/+6
2017-05-10drm/i915/gvt: avoid unnecessary vgpu switchPing Gao1-2/+6
2017-04-13drm/i915/gvt: remove some debug messages in scheduler timer handlerZhenyu Wang1-6/+1
2017-04-06drm/i915/gvt: cleanup some too chatty scheduler messageZhenyu Wang1-9/+1
2017-03-30drm/i915/gvt: control the scheduler by timeslice usagePing Gao1-2/+7
2017-03-30drm/i915/gvt: add basic function for weight controlPing Gao1-0/+59
2017-03-30drm/i915/gvt: define weight according to vGPU typePing Gao1-0/+1
2017-03-30drm/i915/gvt: factor out the schedulerPing Gao1-30/+36
2017-03-30drm/i915/gvt: add some statistic routine for schedulerPing Gao1-25/+42
2017-03-30drm/i915/gvt: use hrtimer replace delayed_work in schedulerPing Gao1-16/+33
2017-03-17drm/i915/gvt: Fix gvt scheduler interval timeZhenyu Wang1-2/+2
2017-02-09drm/i915/gvt: remove a noisy unimportant log in sched_policyChangbin Du1-1/+0
2016-11-07drm/i915/gvt: remove unused variable 'execlist'Ping Gao1-2/+0
2016-10-20drm/i915/gvt: mark symbols static where possibleDu, Changbin1-1/+1
2016-10-20drm/i915/gvt: properly access enabled intel_engine_csZhenyu Wang1-5/+7
2016-10-20drm/i915/gvt: clean up intel_gvt.h as interface for i915 coreZhenyu Wang1-0/+1
2016-10-14drm/i915/gvt: vGPU schedule policy frameworkZhi Wang1-0/+291