aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-09drm/i915/kvmgt: Support setting dma map for huge pagesChangbin Du4-39/+102
2018-07-09drm/i915/gvt: Add 64K huge gtt supportChangbin Du1-6/+80
2018-07-09drm/i915/gvt: Make PTE iterator 64K entry awareChangbin Du1-2/+6
2018-07-09drm/i915/gvt: Split ppgtt_alloc_spt into two partsChangbin Du1-22/+40
2018-07-09drm/i915/gvt: Add GTT clear_pse operationChangbin Du2-0/+20
2018-07-09drm/i915/gvt: Add software PTE flag to mark special 64K splited entryChangbin Du2-0/+24
2018-07-09drm/i915/gvt: Detect 64K gtt entry by IPS bit of PDEChangbin Du2-21/+51
2018-07-09drm/i915/gvt: Handle MMIO GEN8_GAMW_ECO_DEV_RW_IA for 64K GTTChangbin Du1-1/+28
2018-07-09drm/i915/gvt: Add PTE IPS bit operationsChangbin Du2-0/+20
2018-07-09drm/i915/gvt: Add new 64K entry typeChangbin Du2-4/+23
2018-06-13drm/i915: Enable KVMGT for BXT.Colin Xu1-0/+2
2018-06-13drm/i915/gvt: Add mmio handler for for BXT.Colin Xu1-45/+344
2018-06-13drm/i915/gvt: Enable dma_buf support for BXT.Colin Xu2-4/+12
2018-06-13drm/i915/gvt: Enable virtual display support for BXT.Colin Xu2-1/+42
2018-06-13drm/i915/gvt: Enable force wake support for BXT.Colin Xu1-2/+4
2018-06-13drm/i915/gvt: Enable cmd_parser support for BXT.Colin Xu1-25/+14
2018-06-13drm/i915/gvt: Enable mmio context init and switch for BXT.Colin Xu1-5/+11
2018-06-13drm/i915/gvt: Enable irq initialization for BXT.Colin Xu1-9/+5
2018-06-13drm/i915/gvt: Enable gtt initialization for BXT.Colin Xu1-7/+2
2018-06-13drm/i915/gvt: Enable device info initialization for BXT.Colin Xu1-12/+9
2018-06-13drm/i915/gvt: Add MEDIA_POOL_STATE for BXT.Colin Xu1-0/+4
2018-06-13drm/i915/gvt: Add D_BXT device type define for BXT.Colin Xu2-5/+8
2018-06-11drm/i915/gvt: use array to avoid potential buffer overflowXinyun Liu2-11/+7
2018-06-11drm/i915/gvt: removed unnecessary boundary checkXinyun Liu1-1/+1
2018-06-11drm/i915/gvt: Avoid dereference a potential null pointerXinyun Liu1-1/+2
2018-06-06drm/i915: Update DRIVER_DATE to 20180606Rodrigo Vivi1-2/+2
2018-06-06drm/i915/gtt: Fix typo in fill_px() macroChris Wilson1-2/+2
2018-06-06drm/i915: Mark i915.inject_load_failure as being hitChris Wilson1-5/+5
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson32-390/+390
2018-06-05drm/i915/error: Fixup inactive/active countingChris Wilson1-2/+2
2018-06-05drm/i915/guc: Don't leak stage descriptor pool on init failureMichal Wajdeczko1-1/+4
2018-06-05drm/i915/pmu: Do not assume fixed hrtimer periodTvrtko Ursulin2-20/+55
2018-06-05drm/i915/trace: Context field needs to be 64-bit wideTvrtko Ursulin1-10/+10
2018-06-05drm/i915/trace: Remove engine out of the context sandwichTvrtko Ursulin1-15/+15
2018-06-05drm/i915/trace: Describe engines as class:instance pairsTvrtko Ursulin1-42/+65
2018-06-05drm/i915: Swap magics and use SZ_1MChris Wilson1-1/+1
2018-06-05drm/i915: Correctly handle error path in i915_gem_init_hwMichal Wajdeczko1-0/+6
2018-06-05drm/i915/vma: Move the bind_count vs pin_count assertion to a helperChris Wilson1-2/+14
2018-06-05drm/i915/gtt: Teach restore-gtt to walk the ggtt vma list not the object listChris Wilson1-13/+10
2018-06-05drm/i915/ringbuffer: Make context pin/unpin symmetricChris Wilson1-24/+43
2018-06-05drm/i915: Add new vGPU cap info bit VGT_CAPS_HUGE_GTTChangbin Du3-6/+9
2018-06-04drm/i915/icl: Don't update enabled dbuf slices struct until updated in hwMahesh Kumar1-1/+0
2018-06-04drm/i915/perf: fix ctx_id read with GuC & ICLLionel Landwerlin3-32/+97
2018-06-04drm/i915: drop one bit on the hw_id when using gucLionel Landwerlin3-4/+14
2018-06-04drm/i915/gtt: Remove obsolete switch_mm hooks for gen8+Chris Wilson1-49/+0
2018-06-04drm/i915: Move i915_gem_fini to i915_gem.cMichal Wajdeczko3-22/+23
2018-06-01drm/i915/icl: Calculate link clock using the new registersArkadiusz Hiler1-2/+7
2018-06-01drm/i915/icl: Get DDI clock for ICL based on PLLs.Manasi Navare4-0/+101
2018-06-01drm/i915/icl: Add Icelake PCH detectionAnusha Srivatsa1-0/+2
2018-06-01drm/i915/icl: Map VBT DDC Pin to BSpec DDC PinRadhakrishna Sripada2-8/+33