summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt
AgeCommit message (Expand)Author
2018-08-07drm/i915/gvt: Fix function comment doc errorsZhenyu Wang
2018-08-07drm/i915/gvt: make dma map/unmap kvmgt functions as staticZhenyu Wang
2018-08-02drm/i915/gvt: only copy the first page for restore inhibit contextZhao Yan
2018-08-02drm/i915/gvt: add a fastpath for cmd parsing on MI_NOOPZhao Yan
2018-07-10drm/i915/gvt: declare gvt as i915's soft dependencyHang Yuan
2018-07-09drm/i915/gvt: Handle EDP_PSR_IMR and EDP_PSR_IIR for BXT.Colin Xu
2018-07-09drm/i915: Enable platform support for vGPU huge gtt pagesChangbin Du
2018-07-09drm/i915/gvt: Fix error handling in ppgtt_populate_spt_by_guest_entryChangbin Du
2018-07-09drm/i915/gvt: Handle special sequence on PDE IPS bitChangbin Du
2018-07-09drm/i915/gvt: Add 2M huge gtt supportChangbin Du
2018-07-09drm/i915/kvmgt: Support setting dma map for huge pagesChangbin Du
2018-07-09drm/i915/gvt: Add 64K huge gtt supportChangbin Du
2018-07-09drm/i915/gvt: Make PTE iterator 64K entry awareChangbin Du
2018-07-09drm/i915/gvt: Split ppgtt_alloc_spt into two partsChangbin Du
2018-07-09drm/i915/gvt: Add GTT clear_pse operationChangbin Du
2018-07-09drm/i915/gvt: Add software PTE flag to mark special 64K splited entryChangbin Du
2018-07-09drm/i915/gvt: Detect 64K gtt entry by IPS bit of PDEChangbin Du
2018-07-09drm/i915/gvt: Handle MMIO GEN8_GAMW_ECO_DEV_RW_IA for 64K GTTChangbin Du
2018-07-09drm/i915/gvt: Add PTE IPS bit operationsChangbin Du
2018-07-09drm/i915/gvt: Add new 64K entry typeChangbin Du
2018-06-13drm/i915/gvt: Add mmio handler for for BXT.Colin Xu
2018-06-13drm/i915/gvt: Enable dma_buf support for BXT.Colin Xu
2018-06-13drm/i915/gvt: Enable virtual display support for BXT.Colin Xu
2018-06-13drm/i915/gvt: Enable force wake support for BXT.Colin Xu
2018-06-13drm/i915/gvt: Enable cmd_parser support for BXT.Colin Xu
2018-06-13drm/i915/gvt: Enable mmio context init and switch for BXT.Colin Xu
2018-06-13drm/i915/gvt: Enable irq initialization for BXT.Colin Xu
2018-06-13drm/i915/gvt: Enable gtt initialization for BXT.Colin Xu
2018-06-13drm/i915/gvt: Enable device info initialization for BXT.Colin Xu
2018-06-13drm/i915/gvt: Add MEDIA_POOL_STATE for BXT.Colin Xu
2018-06-13drm/i915/gvt: Add D_BXT device type define for BXT.Colin Xu
2018-06-11drm/i915/gvt: use array to avoid potential buffer overflowXinyun Liu
2018-06-11drm/i915/gvt: removed unnecessary boundary checkXinyun Liu
2018-06-11drm/i915/gvt: Avoid dereference a potential null pointerXinyun Liu
2018-06-07Merge tag 'drm-intel-next-2018-06-06' into gvt-nextZhenyu Wang
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson
2018-06-01drm/i915: Clean up cursor definesVille Syrjälä
2018-05-21drm/i915/gvt: Fix crash after request->hw_context changeZhenyu Wang
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson
2018-05-18drm/i915: Move request->ctx asideChris Wilson
2018-05-18drm/i915/gvt: Use sched_lock to protect gvt scheduler logic.Colin Xu
2018-05-18drm/i915/gvt: Use vgpu_lock to protect per vgpu accessColin Xu
2018-05-17drm/i915/gvt: Use offsetofend() rather than offsetof + sizeofChris Wilson
2018-05-16drm/i915/gvt: Deliver guest cursor hotspot infoTina Zhang
2018-05-14Revert "drm/i915/gvt: set max priority for gvt context"Weinan Li
2018-05-14Merge branch 'drm-intel-next-queued' into gvt-nextZhi Wang
2018-05-14drm/i915/gvt: let force_to_nonpriv cmd handler only valid for LRI cmdZhao Yan
2018-05-14drm/i915/gvt: do not return error on handling force_to_nonpriv registersZhao Yan
2018-05-14drm/i915/gvt: let NOPID be the default value of force_to_nonpriv registersZhao Yan
2018-05-14drm/i915/gvt: Remove disable_warn_untrack and print untracked mmio with debug...Changbin Du