gvt.h (bc7b0be316aebac42eb9e8e54c984609555944da) | gvt.h (a2ae95af9646316aaf86e2d18f46de1a5f746f1a) |
---|---|
1/* 2 * Copyright(c) 2011-2016 Intel Corporation. All rights reserved. 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining a 5 * copy of this software and associated documentation files (the "Software"), 6 * to deal in the Software without restriction, including without limitation 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 8 * and/or sell copies of the Software, and to permit persons to whom the --- 175 unchanged lines hidden (view full) --- 184 struct intel_vgpu_gm gm; 185 struct intel_vgpu_cfg_space cfg_space; 186 struct intel_vgpu_mmio mmio; 187 struct intel_vgpu_irq irq; 188 struct intel_vgpu_gtt gtt; 189 struct intel_vgpu_opregion opregion; 190 struct intel_vgpu_display display; 191 struct intel_vgpu_submission submission; | 1/* 2 * Copyright(c) 2011-2016 Intel Corporation. All rights reserved. 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining a 5 * copy of this software and associated documentation files (the "Software"), 6 * to deal in the Software without restriction, including without limitation 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 8 * and/or sell copies of the Software, and to permit persons to whom the --- 175 unchanged lines hidden (view full) --- 184 struct intel_vgpu_gm gm; 185 struct intel_vgpu_cfg_space cfg_space; 186 struct intel_vgpu_mmio mmio; 187 struct intel_vgpu_irq irq; 188 struct intel_vgpu_gtt gtt; 189 struct intel_vgpu_opregion opregion; 190 struct intel_vgpu_display display; 191 struct intel_vgpu_submission submission; |
192 u32 hws_pga[I915_NUM_ENGINES]; |
|
192 193 struct dentry *debugfs; 194 195#if IS_ENABLED(CONFIG_DRM_I915_GVT_KVMGT) 196 struct { 197 struct mdev_device *mdev; 198 struct vfio_region *region; 199 int num_regions; --- 436 unchanged lines hidden --- | 193 194 struct dentry *debugfs; 195 196#if IS_ENABLED(CONFIG_DRM_I915_GVT_KVMGT) 197 struct { 198 struct mdev_device *mdev; 199 struct vfio_region *region; 200 int num_regions; --- 436 unchanged lines hidden --- |