summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt/gvt.h
Commit message (Expand)AuthorAgeFilesLines
* vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-041-1/+0
* vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-041-1/+2
* vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-041-0/+2
* drm/i915/gvt: simplify vgpu configuration managementChristoph Hellwig2022-10-041-18/+19
* drm/i915/gvt: Use the new device life cycle helpersKevin Tian2022-09-211-3/+2
* vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe2022-07-201-1/+0
* vfio: remove VFIO_GROUP_NOTIFY_SET_KVMMatthew Rosato2022-05-241-3/+0
* drm/i915/gvt: Change from vfio_group_(un)pin_pages to vfio_(un)pin_pagesJason Gunthorpe2022-05-111-1/+0
* vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()Jason Gunthorpe2022-05-111-2/+2
* drm/i915/gvt: merge gvt.c into kvmgvt.cChristoph Hellwig2022-04-211-6/+0
* drm/i915/gvt: convert to use vfio_register_emulated_iommu_devChristoph Hellwig2022-04-211-1/+1
* drm/i915/gvt: remove the extra vfio_device refcounting for dmabufsChristoph Hellwig2022-04-211-1/+0
* drm/i915/gvt: remove struct intel_gvt_mptChristoph Hellwig2022-04-211-8/+4
* drm/i915/gvt: devirtualize dma_pin_guest_pageChristoph Hellwig2022-04-211-0/+1
* drm/i915/gvt: devirtualize ->dma_{,un}map_guest_pageChristoph Hellwig2022-04-211-0/+4
* drm/i915/gvt: devirtualize ->{enable,disable}_page_trackChristoph Hellwig2022-04-211-0/+3
* drm/i915/gvt: devirtualize ->detach_vgpuChristoph Hellwig2022-04-211-0/+1
* drm/i915/gvt: devirtualize ->set_edid and ->set_opregionChristoph Hellwig2022-04-211-0/+3
* drm/i915/gvt: devirtualize ->{read,write}_gpaChristoph Hellwig2022-04-211-0/+37
* drm/i915/gvt: remove vgpu->handleChristoph Hellwig2022-04-211-2/+1
* drm/i915/gvt: merge struct kvmgt_guest_info into strut intel_vgpuChristoph Hellwig2022-04-211-0/+8
* drm/i915/gvt: merge struct kvmgt_vdev into struct intel_vgpuChristoph Hellwig2022-04-211-8/+23
* drm/i915/gvt: remove intel_gvt_opsChristoph Hellwig2022-04-211-24/+0
* drm/i915/gvt: move the gvt code into kvmgt.koChristoph Hellwig2022-04-211-4/+2
* drm/i915/gvt: remove enum hypervisor_typeChristoph Hellwig2022-04-211-1/+0
* i915/gvt: Separate the MMIO tracking table from GVT-gZhi Wang2022-04-211-1/+2
* drm/i915/gvt: Constify gvt_mmio_blockRikard Falkeborn2022-01-121-1/+1
* drm/i915/gvt: Move mdev attribute groups into kvmgt moduleZhenyu Wang2021-05-171-3/+0
* Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-04-281-2/+2
|\
| * vfio/gvt: Use mdev_get_type_group_id()Jason Gunthorpe2021-04-121-2/+2
* | Merge tag 'gvt-next-2021-03-16' of https://github.com/intel/gvt-linux into dr...Jani Nikula2021-03-161-4/+9
|\ \ | |/ |/|
| * drm/i915/gvt: Refactor GVT vblank emulator for vGPU virtual displayColin Xu2021-03-011-4/+8
| * drm/i915/gvt: Get accurate vGPU virtual display refresh rate from vregColin Xu2021-03-011-0/+1
* | Merge tag 'gvt-gt-next-2021-01-18' of https://github.com/intel/gvt-linux into...Joonas Lahtinen2021-01-211-1/+36
|\ \ | |/ |/|
| * drm/i915/gvt: introduce a new flag F_CMD_WRITE_PATCHYan Zhao2020-12-251-0/+31
| * drm/i915/gvt: make width of mmio_attribute biggerYan Zhao2020-12-251-1/+1
| * drm/i915/gvt: parse init context to update cmd accessible reg whitelistYan Zhao2020-12-251-0/+4
* | drm/i915/gvt: make gvt.h self-containedJani Nikula2020-12-221-0/+4
* | drm/i915/gvt: treat intel_gvt_mpt as const in gvt codeJulian Stecklina2020-11-231-1/+1
* | drm/i915/gvt: Save/restore HW status to support GVT suspend/resumeColin Xu2020-11-101-0/+3
* | drm/i915/gvt: correct a false comment of flag F_UNALIGNYan Zhao2020-11-101-1/+1
|/
* Merge tag 'gvt-next-2020-09-10' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi2020-09-141-19/+25
|\
| * drm/i915/gvt: add/modify interfaces for flag F_CMD_ACCESSYan Zhao2020-09-101-2/+17
| * drm/i915/gvt: remove flag F_CMD_ACCESSEDYan Zhao2020-09-101-14/+0
| * drm/i915/gvt: rename F_IN_CTX flag to F_SR_IN_CTXYan Zhao2020-09-101-9/+14
* | drm/i915/gvt: Do not destroy ppgtt_mm during vGPU D3->D0.Colin Xu2020-07-291-0/+3
|/
* drm/i915/gvt: skip populate shadow context if guest context not changedYan Zhao2020-04-171-0/+5
* drm/i915/gvt: Wean gvt off using dev_privChris Wilson2020-03-061-12/+13
* drm/i915/gvt: make gvt oblivious of kvmgt data structuresJulian Stecklina2020-02-201-25/+7
* drm/i915/gvt: remove unused vblank_done completionJulian Stecklina2020-01-201-2/+0