commit | 91d0101ad30bd1bd7f7f805f4fa314c6b70bb602 | [log] [tgz] |
---|---|---|
author | Ping Gao <ping.a.gao@intel.com> | Thu Mar 30 00:36:34 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Thu Mar 30 13:32:24 2017 +0800 |
tree | 1309d69ef2f1262f7d9c55eafe2db960a424e446 | |
parent | 865f03d42ed0c90c9faf3301775176834ba13eba [diff] |
drm/i915/gvt: use hrtimer replace delayed_work in scheduler Currently the scheduler is triggered by delayed_work, which doesn't provide precision at microsecond level. Move to hrtimer instead for more accurate control. Signed-off-by: Ping Gao <ping.a.gao@intel.com> Reviewed-by: Kevin Tian <kevin.tian@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>