aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-15drm/i915/hsw+: Add support for multiple power well regsImre Deak1-7/+19
2017-08-15drm/i915/gvt: Fix guest i915 full ppgtt blocking issueTina Zhang2-17/+29
2017-08-10drm/i915/gvt: Add shadow context descriptor updatingKechen Lu3-0/+26
2017-08-10drm/i915/gvt: expose vGPU context hw idZhenyu Wang1-0/+17
2017-08-10drm/i915/gvt: Refine the intel_vgpu_reset_gtt reset functionChuanxiao Dong3-9/+5
2017-08-10drm/i915/gvt: Add carefully checking in GTT walker pathsChangbin Du2-37/+64
2017-08-10drm/i915/gvt: Remove duplicated MMIO entriesJian Jun Chen1-8/+10
2017-08-10drm/i915/gvt: take runtime pm when do early scan and shadowZhenyu Wang1-0/+2
2017-08-10drm/i915/gvt: Replace duplicated code with exist functionPing Gao1-3/+3
2017-08-10drm/i915/gvt: To check whether workload scan and shadow has mutex holdPing Gao1-0/+2
2017-08-10drm/i915/gvt: Audit and shadow workload during ELSP writingPing Gao3-0/+19
2017-08-10drm/i915/gvt: Factor out scan and shadow from workload dispatchPing Gao4-35/+54
2017-08-10drm/i915/gvt: Optimize ring siwtch 2x faster again by light weight mmio access wrapperChangbin Du1-13/+26
2017-08-10drm/i915/gvt: Optimize ring siwtch 2x faster by removing unnecessary POSTING_READChangbin Du1-6/+13
2017-08-10drm/i915/gvt: Use gvt_err to print the resource not enough errorChuanxiao Dong1-2/+2
2017-07-27drm/i915/hsw+: Add has_fuses power well attributeImre Deak1-3/+3
2017-07-27drm/i915/hsw+: Unify the hsw/bdw and gen9+ power well req/state macrosImre Deak1-3/+5
2017-07-20Merge tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-1/+1
2017-07-11drm/i915/gvt: Use fence error from GVT request for workload statusChuanxiao Dong1-9/+12
2017-07-11drm/i915/gvt: remove scheduler_mutex in per-engine workload_threadWeinan Li1-7/+0
2017-07-11drm/i915/gvt: Revert "drm/i915/gvt: Fix possible recursive locking issue"Chuanxiao Dong2-48/+10
2017-07-11drm/i915/gvt: Audit the command buffer addressPing Gao1-0/+10
2017-07-11drm/i915/gvt: Fix a memory leak in intel_gvt_init_gtt()Zhou, Wenjia1-0/+2
2017-07-10Merge tag 'drm-for-v4.13' into drm-intel-next-queuedDaniel Vetter2-19/+41
2017-06-30Merge tag 'gvt-fixes-2017-06-29' of https://github.com/01org/gvt-linux into drm-intel-next-fixesJani Nikula4-32/+99
2017-06-29drm/i915/gvt: Make function dpy_reg_mmio_readx safeChangbin Du1-16/+19
2017-06-27drm/i915/gvt: Don't read ADPA_CRT_HOTPLUG_MONITOR from hostXiong Zhang2-1/+5
2017-06-27drm/i915/gvt: Set initial PORT_CLK_SEL vreg for BDWXiong Zhang1-0/+18
2017-06-26drm/i915/gvt: Fix inconsistent locks holding sequenceChuanxiao Dong1-5/+9
2017-06-26drm/i915/gvt: Fix possible recursive locking issueChuanxiao Dong2-10/+48
2017-06-21Merge tag 'drm-intel-next-2017-06-19' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie19-440/+604
2017-06-20drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson1-1/+1
2017-06-16Merge tag 'gvt-next-2017-06-08' of https://github.com/01org/gvt-linux into drm-intel-next-queuedJani Nikula19-440/+604
2017-06-16BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2-19/+41
2017-06-08drm/i915/gvt: Refine virtual reset functionfred gao3-11/+28
2017-06-08drm/i915/gvt: Fix GDRST vreg state after resetfred gao1-0/+3
2017-06-08drm/i915/gvt: Tuning the size of MMIO hash lookup table to 2048Changbin Du1-1/+1
2017-06-08drm/i915/gvt: Add helper for tuning MMIO hash tableChangbin Du2-0/+5
2017-06-08drm/i915/gvt: Make the MMIO attribute wrappers be inlineChangbin Du3-87/+79
2017-06-08drm/i915/gvt: Make mmio_attribute as type u8 to save 1.5MB memoryChangbin Du2-3/+4
2017-06-08drm/i915/gvt: Cleanup struct intel_gvt_mmio_infoChangbin Du3-16/+3
2017-06-08drm/i915/gvt: Optimize MMIO register handling for some large MMIO blocksChangbin Du3-114/+147
2017-06-08drm/i915/gvt: add gtt_invalidate API to flush the GTT TLBChuanxiao Dong1-6/+9
2017-06-08drm/i915/gvt: Add runtime_pm get/put to proctect MMIO accessingChuanxiao Dong2-0/+22
2017-06-08drm/i915/gvt: remove redundant -WallNick Desaulniers1-1/+1
2017-06-08drm/i915/gvt: Legacy HSW related MMIO handler clean upfred gao2-25/+15
2017-06-08drm/i915/gvt: Trigger scheduling after context completePing Gao1-0/+4
2017-06-08drm/i915/gvt: Support event based schedulingPing Gao3-6/+18
2017-06-08drm/i915/gvt: Delete gvt_dbg_cmd() in cmd_parser_exec()Xiong Zhang1-6/+0
2017-06-08drm/i915/gvt: Change flood gvt dmesg into traceXiong Zhang5-18/+119