summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2017-06-19' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-06-2119-440/+604
|\
| * Merge tag 'gvt-next-2017-06-08' of https://github.com/01org/gvt-linux into dr...Jani Nikula2017-06-1619-440/+604
| |\
| | * drm/i915/gvt: Refine virtual reset functionfred gao2017-06-083-11/+28
| | * drm/i915/gvt: Fix GDRST vreg state after resetfred gao2017-06-081-0/+3
| | * drm/i915/gvt: Tuning the size of MMIO hash lookup table to 2048Changbin Du2017-06-081-1/+1
| | * drm/i915/gvt: Add helper for tuning MMIO hash tableChangbin Du2017-06-082-0/+5
| | * drm/i915/gvt: Make the MMIO attribute wrappers be inlineChangbin Du2017-06-083-87/+79
| | * drm/i915/gvt: Make mmio_attribute as type u8 to save 1.5MB memoryChangbin Du2017-06-082-3/+4
| | * drm/i915/gvt: Cleanup struct intel_gvt_mmio_infoChangbin Du2017-06-083-16/+3
| | * drm/i915/gvt: Optimize MMIO register handling for some large MMIO blocksChangbin Du2017-06-083-114/+147
| | * drm/i915/gvt: add gtt_invalidate API to flush the GTT TLBChuanxiao Dong2017-06-081-6/+9
| | * drm/i915/gvt: Add runtime_pm get/put to proctect MMIO accessingChuanxiao Dong2017-06-082-0/+22
| | * drm/i915/gvt: remove redundant -WallNick Desaulniers2017-06-081-1/+1
| | * drm/i915/gvt: Legacy HSW related MMIO handler clean upfred gao2017-06-082-25/+15
| | * drm/i915/gvt: Trigger scheduling after context completePing Gao2017-06-081-0/+4
| | * drm/i915/gvt: Support event based schedulingPing Gao2017-06-083-6/+18
| | * drm/i915/gvt: Delete gvt_dbg_cmd() in cmd_parser_exec()Xiong Zhang2017-06-081-6/+0
| | * drm/i915/gvt: Change flood gvt dmesg into traceXiong Zhang2017-06-085-18/+119
| | * drm/i915/gvt: clean up the unused last_ctx_submit_time of struct intel_vgpuChangbin Du2017-06-082-2/+0
| | * drm/i915/gvt: add RING_INSTDONE and SC_INSTDONE mmio handler in GVT-gWeinan Li2017-06-082-7/+15
| | * drm/i915/gvt: implement per-vm mmio switching optimizationChangbin Du2017-06-086-12/+80
| | * drm/i915/gvt: refactor function intel_vgpu_submit_execlistChangbin Du2017-06-081-33/+23
| | * drm/i915/gvt: rewrite the trace gvt:gvt_command using trace style approachChangbin Du2017-06-082-96/+32
* | | BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2017-06-162-19/+41
|\ \ \ | |/ / |/| |
| * | drm/i915/gvt: clean up unsubmited workloads before destroying kmem cacheChangbin Du2017-05-241-10/+20
| * | drm/i915/gvt: Disable compression workaround for Gen9Chuanxiao Dong2017-05-231-9/+21
* | | Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie2017-05-303-3/+10
|\ \ \ | |/ / | | / | |/ |/|
| * Merge tag 'gvt-fixes-2017-05-11' of https://github.com/01org/gvt-linux into d...Jani Nikula2017-05-153-3/+10
| |\
| | * drm/i915/gvt: avoid unnecessary vgpu switchPing Gao2017-05-101-2/+6
| | * drm/i915/gvt: not to restore in-context mmioChuanxiao Dong2017-05-081-0/+3
| | * drm/i915/gvt: fix typo: "supporte" -> "support"Colin Ian King2017-05-051-1/+1
* | | drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson2017-05-041-2/+4
* | | Merge tag 'tags/drm-for-v4.12' into drm-intel-next-queuedDaniel Vetter2017-05-0313-53/+98
|\ \ \ | |/ /
| * | Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/...Dave Airlie2017-04-297-40/+42
| |\ \
| | * \ Merge tag 'gvt-next-fixes-2017-04-20' of https://github.com/01org/gvt-linux i...Jani Nikula2017-04-267-40/+42
| | |\ \
| | | * | drm/i915/gvt: fix a bounds check in ring_id_to_context_switch_event()Dan Carpenter2017-04-181-2/+2
| | | * | drm/i915/gvt: Fix PTE write flush for taking runtime pm properlyZhenyu Wang2017-04-131-0/+5
| | | * | drm/i915/gvt: remove some debug messages in scheduler timer handlerZhenyu Wang2017-04-132-10/+2
| | | * | drm/i915/gvt: add mmio init for virtual displayPei Zhang2017-04-121-1/+28
| | | * | drm/i915/gvt: use directly assignment for structure copyingChangbin Du2017-04-122-4/+2
| | | * | drm/i915/gvt: remove redundant ring id check which cause significant CPU misp...Changbin Du2017-04-121-6/+0
| | | * | drm/i915/gvt: remove redundant platform check for mocs load/restoreChangbin Du2017-04-121-6/+0
| | | * | drm/i915/gvt: Align render mmio list to cachelineChangbin Du2017-04-121-2/+2
| | | * | drm/i915/gvt: cleanup some too chatty scheduler messageZhenyu Wang2017-04-061-9/+1
| * | | | Merge tag 'v4.11-rc7' into drm-nextDave Airlie2017-04-197-13/+56
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge tag 'gvt-fixes-2017-04-07' of https://github.com/01org/gvt-linux into d...Jani Nikula2017-04-111-1/+2
| | |\ \ \ | | | | |/ | | | |/|
| | | * | drm/i915/gvt: set the correct default value of CTX STATUS PTRMin He2017-04-061-1/+2
| | * | | Merge tag 'gvt-fixes-2017-04-01' of https://github.com/01org/gvt-linux into d...Jani Nikula2017-04-036-12/+54
| | |\ \ \ | | | |/ /
| | | * | drm/i915/gvt: Fix firmware loading interface for GVT-g golden HW stateZhi Wang2017-04-011-3/+6
| | | * | drm/i915/gvt: exclude cfg space from failsafe modeChangbin Du2017-03-301-3/+0
OpenPOWER on IntegriCloud