summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt/gvt.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gvt: Remove disable_warn_untrack and print untracked mmio with debug...Changbin Du2018-05-141-1/+0
* drm/i915/gvt: scan non-privileged batch buffer for debug purposeZhao Yan2018-04-231-0/+1
* drm/i915/kvmgt: Add kvmgt debugfs entry nr_cache_entries under vgpuChangbin Du2018-03-061-0/+1
* drm/i915/gvt: Fix guest vGPU hang caused by very high dma setup overheadChangbin Du2018-03-061-1/+8
* drm/i915/gvt: remove gvt max port definitionZhenyu Wang2018-03-061-3/+1
* drm/i915/gvt: init mmio by lri command in vgpu inhibit contextWeinan Li2018-03-061-1/+4
* drm/i915/gvt: Provide generic page_track infrastructure for write-protected pageChangbin Du2018-03-061-0/+2
* drm/i915/gvt: Use KVM r/w to access guest opregionTina Zhang2018-02-061-1/+0
* drm/i915/gvt: Fix aperture read/write emulation when enable x-no-mmap=onChangbin Du2018-02-061-1/+0
* drm/i915/gvt: refine intel_vgpu_submission_ops as per engine opsWeinan Li2018-02-061-2/+2
* drm/i915/gvt: move write protect handler out of mmio emulation functionZhenyu Wang2017-12-221-0/+2
* drm/i915/gvt: cleanup usage for typed mmio reg vs. offsetZhenyu Wang2017-12-221-17/+14
* Merge tag 'gvt-next-2017-12-14' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi2017-12-141-1/+3
|\
| * drm/i915/gvt: Rename file render.{c, h} to mmio_context.{c, h}Changbin Du2017-12-081-1/+1
| * drm/i915/gvt: Select appropriate mmio list at initialization timeChangbin Du2017-12-081-0/+2
* | drm/i915: make mappable struct resource centricMatthew Auld2017-12-121-1/+1
|/
* drm/i915/gvt: Dmabuf support for GVT-gTina Zhang2017-12-041-0/+11
* drm/i915/gvt: Add framebuffer decoder supportTina Zhang2017-12-041-0/+1
* drm/i915/gvt: Add opregion supportTina Zhang2017-12-041-0/+1
* drm/i915/gvt: Alloc and Init guest opregion at vgpu creationXiong Zhang2017-12-041-1/+3
* drm/i915/gvt: Let each vgpu has separate opregion memoryXiong Zhang2017-11-161-10/+0
* drm/i915/gvt: update CSB and CSB write pointer in virtual HWSPWeinan Li2017-11-161-0/+1
* drm/i915/gvt: Add basic debugfs infrastructureChangbin Du2017-11-161-1/+11
* drm/i915/gvt: Move vGPU type related code into gvt filefred gao2017-11-161-0/+4
* drm/i915/gvt: Introduce intel_vgpu_reset_submissionZhi Wang2017-11-161-0/+1
* drm/i915/gvt: Introduce vGPU submission opsZhi Wang2017-11-161-0/+14
* drm/i915/gvt: Add VM healthy check for workload_threadfred gao2017-11-161-0/+6
* drm/i915/gvt: Do not allocate initial ring scan bufferZhi Wang2017-11-161-1/+0
* drm/i915/gvt: Move ring scan buffers into intel_vgpu_submissionZhi Wang2017-11-161-4/+3
* drm/i915/gvt: Rename reserved ring bufferZhi Wang2017-11-161-3/+3
* drm/i915/gvt: Move tlb_handle_pending into intel_vgpu_submissionZhi Wang2017-11-161-1/+1
* drm/i915/gvt: Introduce intel_vgpu_submissionZhi Wang2017-11-161-6/+11
* drm/i915/gvt: Add support for PCIe extended configuration spaceChangbin Du2017-09-081-2/+1
* drm/i915/gvt: Separate cmd scan from request allocationfred gao2017-09-081-0/+3
* drm/i915/gvt: Add emulation for BAR2 (aperture) with normal file RW approachChangbin Du2017-09-081-0/+8
* Merge tag 'drm-intel-next-2017-08-18' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-08-221-0/+3
|\
| * drm/i915/gvt: Add shadow context descriptor updatingKechen Lu2017-08-101-0/+1
| * drm/i915/gvt: Factor out scan and shadow from workload dispatchPing Gao2017-08-101-0/+2
* | drm/i915/gvt: Initialize MMIO Block with HW stateTina Zhang2017-08-041-0/+12
* | drm/i915/gvt: change resetting to resetting_engChuanxiao Dong2017-08-021-1/+1
* | drm/i915/gvt: Revert "drm/i915/gvt: Fix possible recursive locking issue"Chuanxiao Dong2017-07-111-3/+0
* | Merge tag 'gvt-fixes-2017-06-29' of https://github.com/01org/gvt-linux into d...Jani Nikula2017-06-301-0/+3
|\ \ | |/ |/|
| * drm/i915/gvt: Fix possible recursive locking issueChuanxiao Dong2017-06-261-0/+3
* | drm/i915/gvt: Tuning the size of MMIO hash lookup table to 2048Changbin Du2017-06-081-1/+1
* | drm/i915/gvt: Add helper for tuning MMIO hash tableChangbin Du2017-06-081-0/+1
* | drm/i915/gvt: Make the MMIO attribute wrappers be inlineChangbin Du2017-06-081-0/+78
* | drm/i915/gvt: Make mmio_attribute as type u8 to save 1.5MB memoryChangbin Du2017-06-081-1/+1
* | drm/i915/gvt: Add runtime_pm get/put to proctect MMIO accessingChuanxiao Dong2017-06-081-0/+10
* | drm/i915/gvt: Support event based schedulingPing Gao2017-06-081-0/+5
* | drm/i915/gvt: Change flood gvt dmesg into traceXiong Zhang2017-06-081-0/+1
OpenPOWER on IntegriCloud