summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson2019-04-261-1/+1
* drm/i915: Export intel_context_instance()Chris Wilson2019-04-261-1/+6
* drm/i915/gvt: Pin the per-engine GVT shadow contextsChris Wilson2019-04-264-76/+73Star
* Merge tag 'drm-intel-next-2019-04-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-04-2414-102/+193
|\
| * drm/i915/gvt: Fix incorrect mask of mmio 0x22028 in gen8/9 mmio listColin Xu2019-04-161-2/+2
| * drm/i915/gvt: addressed guest GPU hang with HWS index modeXiaolin Zhang2019-04-161-0/+20
| * Merge tag 'drm-intel-next-2019-04-04' into gvt-nextZhenyu Wang2019-04-1618-254/+303
| |\
| | * drm/i915: Move intel_engine_mask_t around for use by i915_request_types.hChris Wilson2019-04-027-20/+21
| * | drm/i915/gvt: Enable async flip on plane surface mmio writesColin Xu2019-03-292-19/+55
| * | drm/i915/gvt: Enable synchronous flip on handling MI_DISPLAY_FLIPColin Xu2019-03-291-2/+8
| * | drm/i915/gvt: Add macro define for mmio 0x50080 and gvt flip eventColin Xu2019-03-291-0/+31
| * | drm/i915/gvt: replaced register address with nameXiaolin Zhang2019-03-291-39/+40
| * | drm/i915/gvt: remove the unused sregYan Zhao2019-03-113-15/+3Star
| * | drm/i915/gvt: Refine the combined intel_vgpu_oos_page struct to save memoryZhao Yakui2019-02-202-1/+8
| * | drm/i915/gvt: Refine the snapshort range of I915 MCHBAR to optimize gvt-g boo...Zhao Yakui2019-02-202-1/+4
| * | drm/i915/gvt: Use consist max display pipe numbers as i915 definitionColin Xu2019-02-181-3/+1Star
* | | BackMerge v5.1-rc5 into drm-nextDave Airlie2019-04-157-27/+58
|\ \ \ | |_|/ |/| |
| * | drm/i915/gvt: Roundup fb->height into tile's height at calucation fb->sizeXiong Zhang2019-04-111-3/+6
| * | drm/i915/gvt: Prevent use-after-free in ppgtt_free_all_spt()Chris Wilson2019-04-081-3/+9
| * | drm/i915/gvt: Annotate iomem usageChris Wilson2019-04-081-3/+3
| * | drm/i915/gvt: Fix kerneldoc typo for intel_vgpu_emulate_hotplugChris Wilson2019-04-041-1/+1
| * | drm/i915/gvt: Correct the calculation of plane sizeXiong Zhang2019-04-041-6/+2Star
| * | drm/i915/gvt: do not let pin count of shadow mm go negativeYan Zhao2019-03-291-1/+1
| * | drm/i915/gvt: do not deliver a workload if its creation failsYan Zhao2019-03-291-2/+3
| * | Merge tag 'gvt-fixes-2019-03-21' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2019-03-215-10/+36
| |\ \
| | * | drm/i915/gvt: Add mutual lock for ppgtt mm LRU listZhenyu Wang2019-03-042-1/+14
| | * | drm/i915/gvt: Only assign ppgtt root at dispatch timeZhenyu Wang2019-03-041-7/+9
| | * | drm/i915/gvt: Don't submit request for error workload dispatchZhenyu Wang2019-03-011-0/+9
| | * | drm/i915/gvt: stop scheduling workload when vgpu is inactiveWeinan Li2019-03-011-1/+2
| | * | drm/i915/gvt: Add in context mmio 0x20D8 to gen9 mmio listColin Xu2019-02-221-0/+1
| | * | drm/i915/gvt: Fix MI_FLUSH_DW parsing with correct index checkZhenyu Wang2019-02-211-1/+1
* | | | drm/i915: take a reference to uncore in the engine and use itDaniele Ceraolo Spurio2019-03-261-1/+1
* | | | drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncoreDaniele Ceraolo Spurio2019-03-261-5/+6
* | | | drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio2019-03-202-6/+6
* | | | drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvlChris Wilson2019-03-151-3/+3
* | | | drm/i915: Mark up vGPU support for full-ppgttChris Wilson2019-03-151-1/+1
* | | | drm/i915: Move over to intel_context_lookup()Chris Wilson2019-03-081-1/+2
* | | | drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-056-171/+167Star
* | | | drm/i915: Make object/vma allocation caches globalChris Wilson2019-02-281-1/+1
|/ / /
* | | Merge v5.0-rc7 into drm-nextDave Airlie2019-02-186-33/+78
|\| |
| * | drm/i915/gvt: release shadow batch buffer and wa_ctx before destroy one workloadWeinan Li2019-01-231-5/+6
| * | drm/i915/gvt: Fix mmap range checkZhenyu Wang2019-01-151-2/+12
| * | drm/i915/gvt: free VFIO region space in vgpu detachHang Yuan2019-01-153-4/+16
| * | drm/i915/gvt: Allow F_CMD_ACCESS on mmio 0x21f0Colin Xu2019-01-141-0/+1
| * | drm/i915/gvt: Fix workload request allocation before request addZhenyu Wang2019-01-092-22/+43
* | | Merge tag 'gvt-next-2019-02-01' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi2019-02-018-6/+233
|\ \ \ | | |/ | |/|
| * | drm/i915/gvt: add VFIO EDID regionHang Yuan2019-01-314-0/+167
| * | drm/i915/gvt: add hotplug emulationHang Yuan2019-01-313-0/+34
| * | drm/i915/gvt: add functions to get default resolutionHang Yuan2019-01-312-6/+32
* | | Merge tag 'gvt-next-2019-01-24' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi2019-01-2420-204/+200Star
|\| |