Lines Matching defs:intel_gvt
321 struct intel_gvt { struct
332 struct intel_gvt_device_info device_info; argument
333 struct intel_gvt_gm gm; argument
334 struct intel_gvt_fence fence; argument
335 struct intel_gvt_mmio mmio; argument
336 struct intel_gvt_firmware firmware; argument
337 struct intel_gvt_irq irq; argument
338 struct intel_gvt_gtt gtt; argument
339 struct intel_gvt_workload_scheduler scheduler; argument
340 struct notifier_block shadow_ctx_notifier_block[I915_NUM_ENGINES];
342 struct mdev_parent parent;
343 struct mdev_type **mdev_types;
344 struct intel_vgpu_type *types;
345 unsigned int num_types;
346 struct intel_vgpu *idle_vgpu;
348 struct task_struct *service_thread;
349 wait_queue_head_t service_thread_wq;
354 unsigned long service_request;
356 struct {
382 static inline void intel_gvt_request_service(struct intel_gvt *gvt, in intel_gvt_request_service() argument