summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gvt
AgeCommit message (Expand)AuthorFilesLines
2016-10-28drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson1-3/+6
2016-10-27drm/i915/gvt: fix nested sleeping issueDu, Changbin1-7/+12
2016-10-27drm/i915/gvt: throw error basing on execlist submit resultBing Niu1-3/+6
2016-10-27drm/i915/gvt: add full vGPU reset supportPing Gao3-2/+14
2016-10-26drm/i915/gvt: correct the reset logicPing Gao1-1/+5
2016-10-26drm/i915/gvt: add vreg write for GDRST handlerPing Gao1-0/+1
2016-10-26drm/i915/gvt: fix detect_host calling logicXiaoguang Chen1-1/+4
2016-10-26drm/i915/gvt: fix an typo in skl_decode_mi_display_flipMin He1-1/+1
2016-10-25drm/i915/gvt: get msi cap offset from pdev directlyDu, Changbin1-1/+2
2016-10-25drm/i915/gvt: use well wrapped set_mask_bits() instead of defining new oneDu, Changbin1-14/+13
2016-10-25drm/i915/gvt: fix an error string formatJérémy Lefaure1-1/+1
2016-10-25drm/i915/gvt: fix bad 32 bit shift in gttJérémy Lefaure1-1/+1
2016-10-24drm/i915/gvt: Fix broken mocs offsetZhenyu Wang1-0/+2
2016-10-24drm/i915/gvt: Implement WaForceWakeRenderDuringMmioTLBInvalidateArkadiusz Hiler1-2/+17
2016-10-24drm/i915/gvt: Fix failure when ACPI is not enabledZhenyu Wang1-3/+3
2016-10-20drm/i915/gvt: do not ignore return value of create_scratch_pageDu, Changbin1-2/+1
2016-10-20drm/i915/gvt: fix spare warnings on odd constant _Bool castDu, Changbin2-2/+2
2016-10-20drm/i915/gvt: mark symbols static where possibleDu, Changbin7-12/+13
2016-10-20drm/i915/gvt: fix sparse warnings on different address spacesDu, Changbin4-7/+9
2016-10-20drm/i915/gvt: properly access enabled intel_engine_csZhenyu Wang4-12/+20
2016-10-20drm/i915/gvt: Remove defunct vmap_batch()Chris Wilson1-38/+0
2016-10-20drm/i915/gvt: Use common mapping routines for shadow_bb objectChris Wilson2-16/+7
2016-10-20drm/i915/gvt: Use common mapping routines for indirect_ctx objectChris Wilson2-20/+10
2016-10-20drm/i915/gvt: Stop waiting whilst holding struct_mutexChris Wilson1-9/+13
2016-10-20drm/i915/gvt: Stop checking for impossible interrupts from a kthreadChris Wilson1-7/+2
2016-10-20drm/i915/gvt: Hold a reference on the requestChris Wilson1-11/+12
2016-10-20drm/i915/gvt: Remove dangerous unpin of backing storage of bound GPU objectChris Wilson1-2/+10
2016-10-20drm/i915/gvt: Use the returned VMA to provide the virtual addressChris Wilson1-11/+9
2016-10-20drm/i915/gvt: i915_gem_object_create() returns an error pointerChris Wilson1-20/+28
2016-10-20drm/i915/gvt: Add runtime pm around fencesChris Wilson1-0/+10
2016-10-20drm/i915/gvt: Fix warning on obsolete function usageZhenyu Wang1-2/+2
2016-10-20drm/i915/gvt: clean up intel_gvt.h as interface for i915 coreZhenyu Wang18-10/+41
2016-10-18drm/i915/gvt: Fix build failure after intel_engine_cs changeZhenyu Wang3-5/+5
2016-10-14drm/i915/gvt: vGPU command scannerZhi Wang11-4/+3212
2016-10-14drm/i915/gvt: vGPU context switchZhi Wang8-6/+380
2016-10-14drm/i915/gvt: vGPU schedule policy frameworkZhi Wang8-4/+402
2016-10-14drm/i915/gvt: vGPU workload schedulerZhi Wang10-8/+661
2016-10-14drm/i915/gvt: vGPU workload submissionZhi Wang7-6/+449
2016-10-14drm/i915/gvt: vGPU execlist virtualizationZhi Wang6-1/+537
2016-10-14drm/i915/gvt: vGPU display virtualizationZhi Wang12-115/+2277
2016-10-14drm/i915/gvt: vGPU MMIO virtualizationZhi Wang10-10/+1938
2016-10-14drm/i915/gvt: vGPU PCI configuration space virtualizationZhi Wang9-1/+761
2016-10-14drm/i915/gvt: vGPU graphics memory virtualizationZhi Wang10-1/+2860
2016-10-14drm/i915/gvt: vGPU interrupt virtualization.Zhi Wang8-6/+998
2016-10-14drm/i915/gvt: trace stubZhi Wang3-1/+86
2016-10-14drm/i915/gvt: Introduce basic vGPU life cycle managementZhi Wang6-1/+364
2016-10-14drm/i915/gvt: golden virtual HW state managementZhi Wang4-1/+332
2016-10-14drm/i915/gvt: Introduce a framework for tracking HW registers.Zhi Wang5-9/+379
2016-10-14drm/i915/gvt: vGPU HW resource managementZhi Wang5-2/+438
2016-06-17drm/i915: gvt: Introduce the basic architecture of GVT-gZhi Wang6-0/+340