aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2-3/+3
2018-06-01drm/i915: Clean up cursor definesVille Syrjälä2-8/+8
2018-05-21drm/i915/gvt: Fix crash after request->hw_context changeZhenyu Wang1-36/+16
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson4-94/+56
2018-05-18drm/i915: Move request->ctx asideChris Wilson1-2/+2
2018-05-14Revert "drm/i915/gvt: set max priority for gvt context"Weinan Li1-3/+0
2018-05-14Merge branch 'drm-intel-next-queued' into gvt-nextZhi Wang9-39/+80
2018-05-14drm/i915/gvt: let force_to_nonpriv cmd handler only valid for LRI cmdZhao Yan1-3/+11
2018-05-14drm/i915/gvt: do not return error on handling force_to_nonpriv registersZhao Yan2-2/+3
2018-05-14drm/i915/gvt: let NOPID be the default value of force_to_nonpriv registersZhao Yan2-9/+22
2018-05-14drm/i915/gvt: Remove disable_warn_untrack and print untracked mmio with debug levelChangbin Du3-11/+3
2018-05-02Merge drm/drm-next into drm-intel-next-queuedJani Nikula7-27/+68
2018-04-30drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson2-11/+11
2018-04-23Merge tag 'gvt-next-2018-04-23' of https://github.com/intel/gvt-linux into drm-intel-next-queuedJani Nikula8-53/+193
2018-04-23drm/i915/gvt: Mark expected switch fall-through in handle_g2v_notificationGustavo A. R. Silva1-0/+1
2018-04-23drm/i915/gvt/scheduler: Remove unnecessary NULL checks in sr_oa_regsGustavo A. R. Silva1-1/+1
2018-04-23drm/i915/gvt: scan non-privileged batch buffer for debug purposeZhao Yan6-39/+173
2018-04-23drm/i915/gvt: Update time slice more frequentlyZhipeng Gong1-13/+13
2018-04-23drm/i915/gvt: Use real time to do timer checkZhipeng Gong1-2/+7
2018-04-18drm/i915: Pack params to engine->schedule() into a structChris Wilson1-1/+1
2018-04-04Merge tag 'gvt-fixes-2018-04-03' of https://github.com/intel/gvt-linux into drm-intel-next-fixesJoonas Lahtinen8-27/+69
2018-03-30Merge airlied/drm-next into drm-intel-next-queuedRodrigo Vivi10-19/+215
2018-03-30drm/i915/gvt: Add drm_format_mod updateTina Zhang1-0/+1
2018-03-30drm/i915/gvt: Disable primary/sprite/cursor plane at virtual display initializationXiong Zhang1-0/+10
2018-03-30drm/i915/gvt: Delete redundant error message in fb_decode.cXiong Zhang1-18/+9
2018-03-30drm/i915/gvt: Cancel dma map when resetting ggtt entriesChangbin Du2-6/+18
2018-03-30drm/i915/gvt: Missed to cancel dma map for ggtt entriesChangbin Du1-2/+28
2018-03-28drm/i915/gvt: Make MI_USER_INTERRUPT nop in cmd parserZhipeng Gong1-0/+1
2018-03-28drm/i915/gvt: Mark expected switch fall-through in handle_g2v_notificationGustavo A. R. Silva1-0/+1
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie6-7/+133
2018-03-22drm/i915/gvt: throw error on unhandled vfio ioctlsGerd Hoffmann1-1/+1
2018-03-19drm/i915/gvt: force to set all context control bits from guestZhenyu Wang1-1/+8
2018-03-19drm/i915/gvt: Update PDPs after a vGPU mm object is pinned.Zhi Wang1-3/+25
2018-03-19drm/i915/gvt: Invalidate vGPU PPGTT mm objects during a vGPU reset.Zhi Wang3-0/+24
2018-03-19drm/i915/kvmgt: Handle kzalloc failureChangbin Du1-7/+15
2018-03-19drm/i915/gvt: fix spelling mistake: "destoried" -> "destroyed"Colin Ian King1-1/+1
2018-03-19drm/i915/gvt: Remove reduntant printing of untracked mmioColin Xu1-0/+9
2018-03-16i915: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-12/+1
2018-03-15drm/i915/gvt: fix user copy warning by whitelist workload rb_tail fieldZhenyu Wang1-4/+6
2018-03-15drm/i915/gvt: Correct the privilege shadow batch buffer addressfred gao3-0/+20
2018-03-09drm/i915/gvt: keep oa config in shadow ctxMin He2-0/+54
2018-03-09drm/i915/gvt: Add runtime_pm_get/put into gvt_switch_mmioXiong Zhang1-0/+2
2018-03-06drm/i915/gvt: Return error at the failure of finding page_trackXiong Zhang1-1/+3
2018-03-06drm/i915/gvt: Release gvt->lock at the failure of finding page trackXiong Zhang1-1/+2
2018-03-06drm/i915/kvmgt: Add kvmgt debugfs entry nr_cache_entries under vgpuChangbin Du2-0/+16
2018-03-06drm/i915/gvt: Fix guest vGPU hang caused by very high dma setup overheadChangbin Du5-134/+246
2018-03-06drm/i915/gvt: Fix check error on hws_pga_write() fail messageZhenyu Wang1-4/+4
2018-03-06drm/i915/gvt: Fix one indent errorZhenyu Wang1-1/+1
2018-03-06drm/i915/gvt: Fix check error on fence mmio handlerZhenyu Wang1-2/+4
2018-03-06drm/i915/gvt: Fix check error of vgpu create failure messageZhenyu Wang1-1/+1