summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt/gvt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gvt: Move mdev attribute groups into kvmgt moduleZhenyu Wang2021-05-171-122/+2
* Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-301-4/+4
|\
| * Merge tag 'gvt-next-fixes-2021-04-21' of https://github.com/intel/gvt-linux i...Jani Nikula2021-04-211-4/+4
| |\
| | * drm/i915/gvt: Fix error code in intel_gvt_init_device()Dan Carpenter2021-04-151-4/+4
* | | Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-04-281-25/+16
|\ \ \ | |/ / |/| |
| * | vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe2021-04-121-10/+11
| * | vfio/gvt: Use mdev_get_type_group_id()Jason Gunthorpe2021-04-121-17/+7
| |/
* | drm/i915/gvt: Refactor GVT vblank emulator for vGPU virtual displayColin Xu2021-03-011-7/+18
* | drm/i915/gvt: Remove references to struct drm_device.pdevThomas Zimmermann2021-02-021-3/+3
|/
* drm/i915/gvt: treat intel_gvt_mpt as const in gvt codeJulian Stecklina2020-11-231-1/+1
* drm/i915/gvt: replace idr_init() by idr_init_base()Deepak R Varma2020-11-111-1/+1
* drm/i915/gvt: Save/restore HW status to support GVT suspend/resumeColin Xu2020-11-101-0/+9
* Merge tag 'gvt-next-2020-04-22' of https://github.com/intel/gvt-linux into dr...Joonas Lahtinen2020-04-301-1/+0
|\
| * i915/gvt: remove unused xen bitsChristoph Hellwig2020-04-141-1/+0
* | Merge tag 'gvt-next-2020-03-10' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi2020-03-101-19/+19
|\|
| * drm/i915/gvt: Wean gvt off using dev_privChris Wilson2020-03-061-20/+19
| * drm/i915/gvt: Wean gvt off dev_priv->engine[]Chris Wilson2020-03-061-1/+2
* | drm/i915/gvt: Inlcude intel_gvt.h where neededChris Wilson2020-03-041-0/+1
|/
* drm/i915/gvt: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya2020-02-241-2/+2
* drm/i915/gvt: remove unused type attributesZhenyu Wang2019-12-111-3/+1
* drm/i915/gvt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-131-3/+1
* drm/i915/gvt: add hotplug emulationHang Yuan2019-01-311-0/+1
* drm/i915/gvt: Change KVMGT as self load moduleZhenyu Wang2019-01-021-64/+44
* drm/i915/gvt: remove unused parameter for hypervisor's host_exit callZhenyu Wang2018-12-101-1/+1
* drm/i915/gvt: fix a typo: "registeration" -> "registration".Peng Hao2018-12-071-1/+1
* Merge tag 'drm-intel-next-2018-09-06-2' of git://anongit.freedesktop.org/drm/...Dave Airlie2018-09-111-2/+1
|\
| * drm/i915/gvt: Fix function comment doc errorsZhenyu Wang2018-08-071-2/+1
* | drm/i915/gvt: fix cleanup sequence in intel_gvt_clean_deviceHang Yuan2018-08-141-8/+6
* | drm/i915/gvt: free workload in vgpu releaseHang Yuan2018-08-131-0/+1
|/
* drm/i915/gvt: declare gvt as i915's soft dependencyHang Yuan2018-07-101-0/+4
* drm/i915/gvt: Enable device info initialization for BXT.Colin Xu2018-06-131-12/+9
* drm/i915/gvt: Use sched_lock to protect gvt scheduler logic.Colin Xu2018-05-181-0/+1
* drm/i915/gvt: Use vgpu_lock to protect per vgpu accessColin Xu2018-05-181-4/+1
* drm/i915/gvt: Provide generic page_track infrastructure for write-protected pageChangbin Du2018-03-061-1/+1
* drm/i915/gvt: move write protect handler out of mmio emulation functionZhenyu Wang2017-12-221-0/+1
* drm/i915/gvt: Select appropriate mmio list at initialization timeChangbin Du2017-12-081-0/+2
* drm/i915/gvt: Dmabuf support for GVT-gTina Zhang2017-12-041-0/+2
* drm/i915/gvt: Let each vgpu has separate opregion memoryXiong Zhang2017-11-161-8/+1
* drm/i915/gvt: Add basic debugfs infrastructureChangbin Du2017-11-161-0/+5
* drm/i915/gvt: Move vGPU type related code into gvt filefred gao2017-11-161-0/+134
* drm/i915/gvt: Add support for PCIe extended configuration spaceChangbin Du2017-09-081-1/+1
* drm/i915/gvt: Support event based schedulingPing Gao2017-06-081-1/+3
* drm/i915/gvt: implement per-vm mmio switching optimizationChangbin Du2017-06-081-1/+1
* Merge tag 'v4.11-rc7' into drm-nextDave Airlie2017-04-191-0/+2
|\
| * drm/i915/gvt: Activate/de-activate vGPU in mdev ops.Zhi Wang2017-03-301-0/+2
* | drm/i915/gvt: create an idle vGPUPing Gao2017-03-301-0/+11
* | drm/i915/gvt: use hrtimer replace delayed_work in schedulerPing Gao2017-03-301-0/+5
* | drm/i915/gvt: Add KBL dispatch logic in each function.Xu Han2017-03-291-1/+2
|/
* drm/i915/gvt: enable IOMMU for gvtChuanxiao Dong2017-02-091-7/+0
* drm/i915/gvt: remove detect_host() MPT hookZhenyu Wang2017-02-071-7/+0