summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-12-08drm/i915/gvt: Select appropriate mmio list at initialization timeChangbin Du4-33/+40
2017-12-08drm/i915/gvt: Refine the ring mmio list definitionChangbin Du1-90/+104
2017-12-05drm/i915/gvt: fix off-by-one comparison of ring_idColin Ian King1-2/+2
2017-12-05drm/i915/gvt: Add missing breaks in switch statementColin Ian King1-0/+2
2017-12-04drm/i915/gvt: set max priority for gvt contextZhenyu Wang1-0/+3
2017-12-04drm/i915/gvt: Don't mark vgpu context as inactive when preemptedZhenyu Wang1-1/+3
2017-12-04drm/i915/gvt: Kick scheduler when new workload queuedChangbin Du3-0/+8
2017-12-04drm/i915/gvt: Convert macro queue_workload to a functionChangbin Du3-7/+13
2017-12-04drm/i915/gvt: Free dmabuf_obj list in intel_vgpu_dmabuf_cleanupTina Zhang1-1/+2
2017-12-04drm/i915/gvt: Introduce KBL to dma-buf on Gvt-gTina Zhang2-5/+6
2017-12-04drm/i915/gvt: Handle orphan dmabuf_objsTina Zhang1-21/+35
2017-12-04drm/i915/gvt: Dmabuf support for GVT-gTina Zhang10-2/+695
2017-12-04drm/i915/gvt: Add framebuffer decoder supportTina Zhang6-2/+682
2017-12-04drm/i915/gvt: Add opregion supportTina Zhang6-19/+184
2017-12-04drm/i915/gvt: Alloc and Init guest opregion at vgpu creationXiong Zhang4-52/+53
2017-12-04drm/i915/gvt: Fix out-of-bounds buffer write into opregion->signature[]Chris Wilson1-2/+3
2017-11-21drm/i915/gvt: Cleanup unwanted public symbolsChris Wilson2-4/+4
2017-11-16drm/i915/gvt: Move request alloc to dispatch_workload path onlyfred gao1-4/+27
2017-11-16drm/i915/gvt: Let each vgpu has separate opregion memoryXiong Zhang3-78/+42
2017-11-16drm/i915/gvt: Limit read hw reg to active vgpuXiong Zhang2-4/+37
2017-11-16Revert "drm/i915/gvt: Refine broken PPGTT scratch"Zhenyu Wang2-112/+101
2017-11-16drm/i915/gvt: Emulate PCI expansion ROM base address registerChangbin Du1-0/+21
2017-11-16drm/i915/gvt: Make gvt_vgpu_err use pr_errChangbin Du1-2/+2
2017-11-16drm/i915/gvt: Don't dump partial state in cmd parserChangbin Du1-8/+3
2017-11-16drm/i915/gvt: Reduce rcs mocs switch latencyChangbin Du1-1/+1
2017-11-16drm/i915/gvt: Add new debugfs tool mmio_diffChangbin Du1-0/+115
2017-11-16drm/i915/gvt: Add mmio iterator intel_gvt_for_each_tracked_mmio()Changbin Du3-15/+49
2017-11-16drm/i915/gvt: opregion virtualization for win guestXiaolin Zhang1-9/+73
2017-11-16drm/i915/gvt: update CSB and CSB write pointer in virtual HWSPWeinan Li4-1/+49
2017-11-16drm/i915/gvt: Refine broken PPGTT scratchZhi Wang2-101/+112
2017-11-16drm/i915/gvt: Introduce ops->set_present()Zhi Wang2-0/+7
2017-11-16drm/i915/gvt: Introduce page table type of current level in GTT type enumerat...Zhi Wang1-1/+21
2017-11-16drm/i915/gvt: Fix a bug of unexpectedly clear scratch page tableZhi Wang1-9/+0
2017-11-16drm/i915/gvt: Let the caller choose if a shadow page should be put into hash ...Zhi Wang2-14/+15
2017-11-16drm/i915/gvt: Use I915_GTT_PAGE_SIZEZhi Wang5-43/+45
2017-11-16drm/i915/gvt: Export intel_gvt_render_mmio_to_ring_id()Zhi Wang2-6/+17
2017-11-16drm/i915/gvt: Factor intel_vgpu_page_trackZhi Wang4-114/+136
2017-11-16drm/i915/gvt: Refine shadow batch bufferZhi Wang3-71/+100
2017-11-16drm/i915/gvt: Refine find_bb_size()Zhi Wang1-16/+14
2017-11-16drm/i915/gvt: Use BIT() to make klockwork happyZhi Wang1-3/+3
2017-11-16drm/i915/gvt: Add basic debugfs infrastructureChangbin Du6-4/+121
2017-11-16drm/i915/gvt: Refactor vGPU type code in kvmgt partfred gao1-120/+8
2017-11-16drm/i915/gvt: Move vGPU type related code into gvt filefred gao2-0/+138
2017-11-16drm/i915/gvt: Move clean_workloads() into scheduler.cZhi Wang2-40/+38
2017-11-16drm/i915/gvt: Introduce intel_vgpu_reset_submissionZhi Wang5-14/+34
2017-11-16drm/i915/gvt: Introduce vGPU submission opsZhi Wang6-14/+98
2017-11-16drm/i915/gvt: Remove one extra declaration in scheduler.hZhi Wang1-1/+0
2017-11-16drm/i915/gvt: Move common vGPU workload creation into scheduler.cZhi Wang3-172/+183
2017-11-16drm/i915/gvt: Move common workload preparation into prepare_workload()Zhi Wang2-151/+155
2017-11-16drm/i915/gvt: Factor out prepare_workload()Zhi Wang1-6/+14