aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gvt-next-2022-11-17' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi2022-11-178-19/+8
|\
| * drm/i915/gvt: Remove the unused function get_pt_type()Jiapeng Chong2022-11-171-5/+0
| * drm/i915: fix repeated words in commentswangjianli2022-11-171-1/+1
| * drm/i915/gvt: remove the vgpu->released and its sanity checkZhi Wang2022-11-172-6/+0
| * i915/gvt: remove hardcoded value on crc32_start calculationPaulo Miguel Almeida2022-11-171-1/+1
| * drm/i915: gvt: fix kernel-doc trivial warningsMauro Carvalho Chehab2022-11-174-6/+6
| * drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King2022-11-171-1/+1
| * drm/i915/gvt: Fix kernel-docJiapeng Chong2022-11-081-2/+2
| * drm/i915/gvt: Fix kernel-docJiapeng Chong2022-11-081-1/+1
| * drm/i915/gvt: Fix kernel-docJiapeng Chong2022-11-081-1/+1
| * drm/i915/gvt: fix typo in commentJulia Lawall2022-11-081-1/+1
* | Merge drm/drm-next into drm-intel-nextRodrigo Vivi2022-11-148-338/+179
|\ \
| * \ Merge tag 'drm-intel-gt-next-2022-11-03' of git://anongit.freedesktop.org/drm...Dave Airlie2022-11-043-11/+11
| |\ \
| | * | drm/i915: Name our BARs based on the specVille Syrjälä2022-10-201-2/+2
| | * | drm/i915: Define multicast registers as a new typeMatt Roper2022-10-172-8/+8
| | * | drm/i915/gen8: Create separate reg definitions for new MCR registersMatt Roper2022-10-172-2/+2
| | |/
| * | Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-10-124-321/+162
| |\ \
| | * | vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig2022-10-041-13/+5
| | * | vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-043-51/+25
| | * | vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-041-8/+0
| | * | vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2022-10-041-8/+1
| | * | vfio/mdev: remove mdev_parent_devChristoph Hellwig2022-10-041-1/+1
| | * | vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-043-90/+28
| | * | vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-042-2/+5
| | * | vfio/mdev: make mdev.h standalone includableChristoph Hellwig2022-10-041-2/+0
| | * | drm/i915/gvt: simplify vgpu configuration managementChristoph Hellwig2022-10-044-145/+81
| | * | drm/i915/gvt: fix a memory leak in intel_gvt_init_vgpu_typesChristoph Hellwig2022-10-041-1/+5
| | * | drm/i915/gvt: Add missing vfio_unregister_group_dev() callJason Gunthorpe2022-09-301-0/+1
| | * | drm/i915/gvt: Use the new device life cycle helpersKevin Tian2022-09-213-40/+50
| * | | Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-053-5/+7
| |\ \ \ | | |/ / | |/| / | | |/
| * | Merge tag 'gvt-fixes-2022-08-22' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2022-08-224-6/+6
| |\ \
| | * | drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King2022-08-221-1/+1
| | * | drm/i915/gvt: Fix kernel-docJiapeng Chong2022-08-151-2/+2
| | * | drm/i915/gvt: Fix kernel-docJiapeng Chong2022-08-151-1/+1
| | * | drm/i915/gvt: Fix kernel-docJiapeng Chong2022-08-151-1/+1
| | * | drm/i915/gvt: fix typo in commentJulia Lawall2022-08-151-1/+1
* | | | drm/i915: stop including i915_irq.h from i915_trace.hJani Nikula2022-11-112-0/+2
* | | | drm/i915/dpio: move dpio_channel and dpio_phy enums to intel_dpio_phy.hJani Nikula2022-11-033-0/+4
| |_|/ |/| |
* | | drm/i915/gmbus: split out gmbus regs in a separate fileJani Nikula2022-08-311-1/+2
* | | Merge drm/drm-next into drm-intel-nextJani Nikula2022-08-293-92/+35
|\| |
| * | Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-08-062-89/+32
| |\ \
| | * | vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen2022-07-251-13/+6
| | * | vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen2022-07-251-12/+6
| | * | drm/i915/gvt: Replace roundup with DIV_ROUND_UPNicolin Chen2022-07-231-5/+2
| | * | vfio: Make vfio_unpin_pages() return voidNicolin Chen2022-07-231-4/+1
| | * | vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe2022-07-202-57/+19
| * | | Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-08-031-1/+1
| |\ \ \ | | |_|/ | |/| |
| * | | Merge tag 'gvt-fixes-2022-07-11' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2022-07-121-3/+3
| |\ \ \ | | |_|/ | |/| |
| | * | drm/i915/gvt: IS_ERR() vs NULL bug in intel_gvt_update_reg_whitelist()Dan Carpenter2022-07-111-3/+3
* | | | drm/i915: move dpll under display.dpllJani Nikula2022-08-291-2/+2