index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gvt
/
sched_policy.c
Age
Commit message (
Expand
)
Author
2020-03-06
drm/i915/gvt: Wean gvt off using dev_priv
Chris Wilson
2020-03-06
drm/i915/gvt: Wean gvt off dev_priv->engine[]
Chris Wilson
2019-06-14
drm/i915: update rpm_get/put to use the rpm structure
Daniele Ceraolo Spurio
2019-01-24
Merge tag 'gvt-next-2019-01-24' of https://github.com/intel/gvt-linux into dr...
Rodrigo Vivi
2019-01-23
drm/i915/gvt: switch to kernel types
Jani Nikula
2019-01-14
drm/i915: Markup paired operations on wakerefs
Chris Wilson
2018-09-03
drm/i915/gvt: Give new born vGPU higher scheduling chance
Zhenyu Wang
2018-08-30
drm/i915/gvt: move intel_runtime_pm_get out of spin_lock in stop_schedule
Hang Yuan
2018-05-18
drm/i915/gvt: Use sched_lock to protect gvt scheduler logic.
Colin Xu
2018-04-23
drm/i915/gvt: Update time slice more frequently
Zhipeng Gong
2018-04-23
drm/i915/gvt: Use real time to do timer check
Zhipeng Gong
2018-03-06
drm/i915/gvt: Fix vGPU sched timeslice calculation warning
Zhenyu Wang
2018-02-06
drm/i915/gvt: only reset execlist state of one engine during VM engine reset
Weinan Li
2018-02-01
drm/i915/gvt: cancel scheduler timer when no vGPU exists
Zhenyu Wang
2017-12-04
drm/i915/gvt: Kick scheduler when new workload queued
Changbin Du
2017-10-17
drm/i915/gvt: Fix GPU hang after reusing vGPU instance across different guest OS
Changbin Du
2017-06-16
Merge tag 'gvt-next-2017-06-08' of https://github.com/01org/gvt-linux into dr...
Jani Nikula
2017-06-08
drm/i915/gvt: Support event based scheduling
Ping Gao
2017-06-08
drm/i915/gvt: implement per-vm mmio switching optimization
Changbin Du
2017-05-15
Merge tag 'gvt-fixes-2017-05-11' of https://github.com/01org/gvt-linux into d...
Jani Nikula
2017-05-10
drm/i915/gvt: avoid unnecessary vgpu switch
Ping Gao
2017-04-13
drm/i915/gvt: remove some debug messages in scheduler timer handler
Zhenyu Wang
2017-04-06
drm/i915/gvt: cleanup some too chatty scheduler message
Zhenyu Wang
2017-03-30
drm/i915/gvt: control the scheduler by timeslice usage
Ping Gao
2017-03-30
drm/i915/gvt: add basic function for weight control
Ping Gao
2017-03-30
drm/i915/gvt: define weight according to vGPU type
Ping Gao
2017-03-30
drm/i915/gvt: factor out the scheduler
Ping Gao
2017-03-30
drm/i915/gvt: add some statistic routine for scheduler
Ping Gao
2017-03-30
drm/i915/gvt: use hrtimer replace delayed_work in scheduler
Ping Gao
2017-03-17
drm/i915/gvt: Fix gvt scheduler interval time
Zhenyu Wang
2017-02-09
drm/i915/gvt: remove a noisy unimportant log in sched_policy
Changbin Du
2016-11-07
drm/i915/gvt: remove unused variable 'execlist'
Ping Gao
2016-10-20
drm/i915/gvt: mark symbols static where possible
Du, Changbin
2016-10-20
drm/i915/gvt: properly access enabled intel_engine_cs
Zhenyu Wang
2016-10-20
drm/i915/gvt: clean up intel_gvt.h as interface for i915 core
Zhenyu Wang
2016-10-14
drm/i915/gvt: vGPU schedule policy framework
Zhi Wang