aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-22drm/i915: Move some utility functions to i915_util.hMichal Wajdeczko2-15/+15
2017-12-21drm/i915: Show FBC worker status in debugfsChris Wilson1-4/+9
2017-12-21drm/i915: Disable all planes for load detection, v2.Ville Syrjälä1-129/+18
2017-12-20i915: Reject CCS modifiers for pipe C on GeminilakeGabriel Krisman Bertazi1-1/+1
2017-12-20drm/i915/cfl: Adding more Coffee Lake PCI IDs.Rodrigo Vivi2-6/+24
2017-12-20drm/i915: Tidy up GEM_TRACE around execlistsChris Wilson1-2/+4
2017-12-20drm/i915/psr: Fix register name mess up.Dhinakaran Pandiyan1-8/+8
2017-12-19drm/i915: Avoid context dereference inside execlists_submission_taskletChris Wilson2-4/+4
2017-12-19drm/i915: Remove pointer indirection for hangcheck_state localChris Wilson1-5/+5
2017-12-19drm/i915: Show if we consider the engine is idle in the GPU error stateChris Wilson2-0/+3
2017-12-19drm/i915: Implement WaDisableEarlyEOT.Rafael Antognolli2-0/+4
2017-12-19drm/i915: Implement WaDisableVFclkgate.Rafael Antognolli2-0/+8
2017-12-19drm/i915: Add pretty printer for modparamsMichal Wajdeczko4-41/+42
2017-12-19drm/i915: Convert intel_device_info_dump into pretty printerMichal Wajdeczko3-14/+17
2017-12-19drm/i915: Add pretty printer for device info flagsMichal Wajdeczko4-10/+23
2017-12-19drm/i915: Fix indentation for intel_ddi_clk_selectChris Wilson1-2/+2
2017-12-19drm/i915: Add a strong mb to resetting the has-CS-interrupt bitChris Wilson1-1/+6
2017-12-18drm/i915/cnl: Add support for horizontal plane flippingJoonas Lahtinen2-5/+36
2017-12-18drm/i915: Protect DDI port to DPLL map from theoretical race.Rodrigo Vivi1-0/+4
2017-12-18drm/i915/selftests: Fix up igt_reset_engineChris Wilson1-64/+251
2017-12-18drm/i915/trace: add hw_id to gem requests trace pointsLionel Landwerlin1-14/+22
2017-12-18drm/i915: reorder field in gem_request tracepointsLionel Landwerlin1-2/+2
2017-12-18drm/i915: Show IPEIR and IPEHR in the engine dumpChris Wilson1-0/+18
2017-12-18drm/i915: prefer i915_gem_object_has_pages()Matthew Auld2-2/+2
2017-12-18drm/i915: Re-enable GGTT earlier after GPU resetChris Wilson1-3/+3
2017-12-17drm/i915: Unifying debugfs return codes for unsupported featuresMichal Wajdeczko1-45/+31
2017-12-16drm/i915: Restore the kernel context after a GPU reset on an idle engineChris Wilson1-0/+19
2017-12-16drm/i915: Skip an engine reset if it recovered before our preparationsChris Wilson1-7/+7
2017-12-15x86/gpu: add CFL to early quirksLucas De Marchi2-0/+7
2017-12-15drm/i915/lpe: Remove double-encapsulation of info stringChris Wilson1-1/+1
2017-12-15drm/i915: Allow internal page allocations to failChris Wilson1-1/+3
2017-12-14drm/i915: Update DRIVER_DATE to 20171214Rodrigo Vivi1-2/+2
2017-12-14drm/i915: properly init lockdep classSebastian Andrzej Siewior1-4/+1
2017-12-14drm/i915: Show engine state when hangcheck detects a stallChris Wilson1-1/+6
2017-12-14drm/i915: make CS frequency read support missing more obviousLionel Landwerlin1-1/+1
2017-12-14drm/i915/guc: Extract doorbell verification into a functionMichał Winiarski1-5/+14
2017-12-14drm/i915/guc: Extract clients allocation to submission_initMichał Winiarski1-22/+11
2017-12-14drm/i915/guc: Extract doorbell creation from client allocationMichał Winiarski2-173/+88
2017-12-14drm/i915/guc: Call invalidate after changing the vfuncMichał Winiarski1-0/+4
2017-12-14drm/i915/guc: Extract guc_init from guc_init_hwMichał Winiarski4-26/+56
2017-12-14drm/i915/guc: Move GuC workqueue allocations outside of the mutexMichał Winiarski9-77/+110
2017-12-14drm/i915/guc: Move shared data allocation away from submission pathMichał Winiarski4-40/+60
2017-12-13drm/i915: Unwind i915_gem_init() failureChris Wilson1-14/+66
2017-12-13drm/i915: Ratelimit request allocation under oomChris Wilson1-4/+15
2017-12-13drm/i915: Allow fence allocations to failChris Wilson4-5/+7
2017-12-13drm/i915: Mark up potential allocation paths within i915_sw_fence as might_sleepChris Wilson1-0/+3
2017-12-13drm/i915: Don't check #active_requests from i915_gem_wait_for_idle()Chris Wilson2-6/+2
2017-12-13drm/i915/fence: Use rcu to defer freeing of irq_workChris Wilson1-1/+2
2017-12-12drm/i915: Dump the engine state before declaring wedged from wait_for_engines()Chris Wilson1-1/+12
2017-12-12drm/i915: Bump timeout for wait_for_engines()Chris Wilson2-2/+4