Lines Matching defs:intel_gvt
325 struct intel_gvt { struct
336 struct intel_gvt_device_info device_info; argument
337 struct intel_gvt_gm gm; argument
338 struct intel_gvt_fence fence; argument
339 struct intel_gvt_mmio mmio; argument
340 struct intel_gvt_firmware firmware; argument
341 struct intel_gvt_irq irq; argument
342 struct intel_gvt_gtt gtt; argument
343 struct intel_gvt_workload_scheduler scheduler; argument
344 struct notifier_block shadow_ctx_notifier_block[I915_NUM_ENGINES];
346 struct mdev_parent parent;
347 struct mdev_type **mdev_types;
348 struct intel_vgpu_type *types;
349 unsigned int num_types;
350 struct intel_vgpu *idle_vgpu;
352 struct task_struct *service_thread;
353 wait_queue_head_t service_thread_wq;
358 unsigned long service_request;
360 struct {
386 static inline void intel_gvt_request_service(struct intel_gvt *gvt, in intel_gvt_request_service() argument