aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-08drm/i915/gvt: clean up the unused last_ctx_submit_time of struct intel_vgpuChangbin Du2-2/+0
2017-06-08drm/i915/gvt: add RING_INSTDONE and SC_INSTDONE mmio handler in GVT-gWeinan Li2-7/+15
2017-06-08drm/i915/gvt: implement per-vm mmio switching optimizationChangbin Du6-12/+80
2017-06-08drm/i915/gvt: refactor function intel_vgpu_submit_execlistChangbin Du1-33/+23
2017-06-08drm/i915/gvt: rewrite the trace gvt:gvt_command using trace style approachChangbin Du2-96/+32
2017-05-29drm/i915: Update DRIVER_DATE to 20170529Daniel Vetter1-2/+2
2017-05-26drm/i915: Keep the forcewake timer alive for 1ms past the most recent useChris Wilson2-3/+13
2017-05-26drm/i915/guc: capture GuC logs if FW fails to loadDaniele Ceraolo Spurio3-16/+51
2017-05-26drm/i915/guc: Introduce buffer based cmd transportMichal Wajdeczko7-2/+613
2017-05-26drm/i915/guc: Disable send function on finiMichal Wajdeczko1-1/+6
2017-05-26drm: Add definition for eDP backlight frequencyPuthikorn Voravootivat1-0/+2
2017-05-26drm/i915: Drop AUX backlight enable check for backlight controlPuthikorn Voravootivat1-3/+5
2017-05-25drm/i915: Consolidate #ifdef CONFIG_INTEL_IOMMUChris Wilson5-27/+14
2017-05-25drm/i915: Only GGTT vma may be pinned and prevent shrinkingChris Wilson1-1/+9
2017-05-25drm/i915: Serialize GTT/Aperture accesses on BXTJon Bloomfield2-0/+113
2017-05-24drm/i915: Convert i915_gem_object_ops->flags values to use BIT()Chris Wilson1-2/+2
2017-05-24drm/i915/selftests: Silence compiler warning in igt_ctx_execChris Wilson1-3/+5
2017-05-23drm/i915/guc: Skip port assign on first iteration of GuC dequeueMichał Winiarski1-1/+2
2017-05-23drm/i915: Remove misleading comment in request_allocMichał Winiarski1-3/+0
2017-05-22drm/i915/g33: Improve reset reliabilityMika Kuoppala1-0/+3
2017-05-22Revert "drm/i915: Restore lost "Initialized i915" welcome message"Daniel Vetter1-4/+0
2017-05-22drm/i915/huc: Update GLK HuC versionAnusha Srivatsa1-2/+2
2017-05-19drm/i915: Check for allocation failureColin Ian King1-0/+5
2017-05-19drm/i915/guc: Remove action status and statistics from debugfsMichal Wajdeczko4-39/+0
2017-05-19drm/i915/g4x: Improve gpu reset reliabilityMika Kuoppala1-0/+35
2017-05-19drm/i915/guc: Remove last submission result from debugfsMichal Wajdeczko3-4/+0
2017-05-19drm/i915/guc: Remove failed doorbell stat from debugfsMichal Wajdeczko3-7/+0
2017-05-19drm/i915/guc: Remove stale comment for q_failMichal Wajdeczko1-2/+0
2017-05-18drm/i915: Reorder media/render reset on g4xChris Wilson1-12/+15
2017-05-18drm/i915: Try harder to reset the GPUChris Wilson1-21/+46
2017-05-18drm/i915/selftests: Pretend to be a gfx pci deviceChris Wilson1-0/+1
2017-05-18drm/i915: Check C for null pointer rather than BColin Ian King1-2/+2
2017-05-18drm/i915: Fix new -Wint-in-bool-context gcc compiler warningHans de Goede1-1/+1
2017-05-17drm/i915/skl+: use linetime latency if ddb size is not availableKumar, Mahesh2-9/+40
2017-05-17drm/i915/skl+: Perform wm level calculations in separate functionKumar, Mahesh1-24/+24
2017-05-17drm/i915/skl+: Watermark calculation cleanupKumar, Mahesh1-34/+19
2017-05-17drm/i915/skl+: Fail the flip if ddb min requirement exceeds pipe allocationKumar, Mahesh1-2/+11
2017-05-17drm/i915/skl+: no need to memset againKumar, Mahesh1-3/+1