[PATCH v2 4/9] drm/i915/gvt: add some statistic routine for scheduler
Gao, Ping A
ping.a.gao at intel.com
Wed Feb 15 02:18:22 UTC 2017
On 2017/2/14 16:54, Tian, Kevin wrote:
>
>> }
>>
>> -struct tbs_vgpu_data {
>> - struct list_head list;
>> - struct intel_vgpu *vgpu;
>> - /* put some per-vgpu sched stats here */
>> -};
>> -
>> -struct tbs_sched_data {
>> - struct intel_gvt *gvt;
>> - struct hrtimer timer;
>> - unsigned long period;
>> - struct list_head runq_head;
>> -};
>> -
> realized it's original code. but let's take this chance to clean it up. :-)
Thanks, I will chance it to vgpu_sched_data and gvt_sched_data instead.
More information about the intel-gvt-dev
mailing list