aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-19drm/i915: Remove redundant on stack dpll_hw_state from icl_get_dpll()Ville Syrjälä1-18/+17
2019-03-19drm/i915: Pass crtc_state down to icl dpll funcsVille Syrjälä1-4/+8
2019-03-19drm/i915: Remove redundant on stack dpll_hw_state from cnl_get_dpll()Ville Syrjälä1-8/+7
2019-03-19drm/i915: Pass crtc_state down to cnl dpll funcsVille Syrjälä1-17/+12
2019-03-19drm/i915: Remove redundant on stack dpll_hw_state from bxt_get_dpll()Ville Syrjälä1-16/+10
2019-03-19drm/i915: Pass crtc_state down to bxt dpll funcsVille Syrjälä3-26/+29
2019-03-19drm/i915: Remove redundant on stack dpll_hw_state from skl_get_dpll()Ville Syrjälä1-8/+7
2019-03-19drm/i915: Pass crtc_state down to skl dpll funcsVille Syrjälä1-10/+7
2019-03-19drm/i915: Don't pass crtc to intel_get_shared_dpll() and .get_dpll()Ville Syrjälä3-33/+30
2019-03-19drm/i915: Don't pass crtc to intel_find_shared_dpll()Ville Syrjälä1-9/+9
2019-03-19drm/i915: Hold a reference to the active HW contextChris Wilson7-5/+35
2019-03-19drm/i915: Lock the gem_context->active_list while dropping the linkChris Wilson4-12/+11
2019-03-19drm/i915/psr: remove drmP.h include that crept inJani Nikula1-1/+0
2019-03-19drm/i915: stick to kernel fixed size typesJani Nikula3-7/+7
2019-03-18drm/i915: Hold a ref to the ring while retiringChris Wilson6-8/+27
2019-03-18drm/i915: Switch to use HWS indices rather than addressesChris Wilson4-23/+17
2019-03-18drm/i915: Turn off the CUS when turning off a HDR planeVille Syrjälä1-0/+3
2019-03-18drm/i915: Fix legacy gamma mode for ICLVille Syrjälä1-0/+3
2019-03-18drm/i915: use REG_FIELD_PREP() to define register bitfield valuesJani Nikula1-30/+39
2019-03-18drm/i915: deprecate _SHIFT in favor of _MASK passed to accessorsJani Nikula3-66/+63
2019-03-18drm/i915: introduce REG_BIT() and REG_GENMASK() to define register contentsJani Nikula1-33/+61
2019-03-18drm/i915: Stop needlessly acquiring wakeref for debugfs/drop_caches_setChris Wilson2-9/+7
2019-03-18drm/i915: Sanity check mmap length against object sizeChris Wilson1-6/+9
2019-03-16drm/i915: do not pass dev_priv to low-level forcewake functionsDaniele Ceraolo Spurio2-63/+66
2019-03-15drm/i915: Fix off-by-one in reporting hanging processChris Wilson1-1/+1
2019-03-15drm/i915: Split ilk vs. icl csc matrix handlingVille Syrjälä1-29/+42
2019-03-15drm/i915: Clean the csc limited range/identity programmingVille Syrjälä1-26/+27
2019-03-15drm/i915: Extract ilk_csc_convert_ctm()Ville Syrjälä1-44/+53
2019-03-15drm/i915: Clean up ilk/icl pipe/output CSC programmingVille Syrjälä1-86/+82
2019-03-15drm/i915: Extract ilk_csc_limited_range()Ville Syrjälä1-8/+14
2019-03-15drm/i915: Precompute/readout/check CHV CGM modeVille Syrjälä3-10/+35
2019-03-15drm/i915: Readout and check csc_modeVille Syrjälä2-2/+7
2019-03-15drm/i915/icl: remove intel_dpll_is_combophy()Lucas De Marchi2-8/+0
2019-03-15drm/i915/icl: split combo and tbt pll funcsLucas De Marchi1-20/+54
2019-03-15drm/i915/icl: split combo and mg pll disableLucas De Marchi1-7/+23
2019-03-15drm/i915/icl: split pll enable in three stepsLucas De Marchi1-19/+37
2019-03-15drm/i915/icl: split combo and mg pll enableLucas De Marchi1-4/+21
2019-03-15drm/i915: Always kick the execlists tasklet after resetChris Wilson2-3/+9
2019-03-15drm/i915/gtt: Refactor common ppgtt initialisationChris Wilson1-24/+19
2019-03-15drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvlChris Wilson6-26/+21
2019-03-15drm/i915: Drop address size from ppgtt_typeChris Wilson5-7/+4
2019-03-15drm/i915: Record platform specific ppGTT size in intel_device_infoChris Wilson6-17/+22
2019-03-15drm/i915: Mark up vGPU support for full-ppgttChris Wilson5-6/+6
2019-03-14drm/i915: Also use new comparative stuff for more ICP+ stuffRodrigo Vivi2-5/+5
2019-03-14drm/i915: Refactor to common helpers for prepare/finish between reset & wedgeChris Wilson1-9/+11
2019-03-14drm/i915/selftests: Disable preemption while setting up fence-timersChris Wilson1-1/+8
2019-03-14drm/i915/guc: Preparing for GuC reset along with engine resetSujaritha Sundaresan1-0/+2
2019-03-13drm/i915/icl+: Always use TPS2 or TPS3 when exiting PSR1José Roberto de Souza2-0/+4
2019-03-13drm/i915/psr: Move logic to get TPS registers values to another functionJosé Roberto de Souza1-24/+33
2019-03-13drm/i915/vbt: Parse and use the new field with PSR2 TP2/3 wakeup timeJosé Roberto de Souza4-4/+33