aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/exported-sql-viewer.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03drm/i915: Always try to reset the GPU on takeoverChris Wilson8-15/+26
2019-01-03drm/i915: Show machine type in error stateChris Wilson1-1/+3
2019-01-03drm/i915/gen6: Flush RING_IMR changes before changing the global GT IMRChris Wilson1-0/+4
2019-01-02drm/i915/selftests: Take a breath during check_partial_mappings()Chris Wilson1-0/+1
2019-01-02drm/i915: rename dev_priv info to __info to avoid usageJani Nikula1-8/+2
2019-01-02drm/i915: drop intel_device_info_dump()Jani Nikula3-18/+7
2019-01-02drm/i915: always use INTEL_INFO() to access device infoJani Nikula4-53/+53
2019-01-02drm/i915: pass dev_priv to intel_device_info_runtime_init()Jani Nikula3-5/+4
2019-01-02drm/i915/reg: abstract display_mmio_offset accessJani Nikula1-93/+95
2019-01-02drm/i915: start moving runtime device info to a separate structJani Nikula20-94/+107
2018-12-31drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson9-161/+1
2018-12-31drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen5Chris Wilson1-17/+23
2018-12-31drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen7Chris Wilson1-36/+44
2018-12-31drm/i915/ringbuffer: Remove irq-seqno w/a for gen6 xcsChris Wilson1-2/+4
2018-12-31drm/i915/ringbuffer: Remove irq-seqno w/a for gen6/7 rcsChris Wilson1-2/+0
2018-12-31drm/i915: Remove redundant trailing request flushChris Wilson4-35/+7
2018-12-31drm/i915: Update kerneldoc for intel_wm_need_update()Chris Wilson1-2/+2
2018-12-31drm/i915/params: document I915_PARAMS_FOR_EACH()Jani Nikula1-0/+9
2018-12-31drm/i915: Remove has_pooled_eu static initializerTvrtko Ursulin1-1/+0
2018-12-31drm/i915/params: set i915.enable_hangcheck permissions to 0600Jani Nikula1-1/+1
2018-12-31drm/i915/uc: add dev_priv parameter to intel_uc_is_using_* functionsJani Nikula4-13/+13
2018-12-31drm/i915: add a helper to free the members of i915_paramsJani Nikula3-8/+18
2018-12-31drm/i915: add a helper to make a copy of i915_paramsJani Nikula3-10/+16
2018-12-28drm/i915/ringbuffer: Pull the render flush into breadcrumb emissionChris Wilson1-8/+98
2018-12-28drm/i915/execlists: Pull the render flush into breadcrumb emissionChris Wilson3-6/+14
2018-12-28drm/i915: Drop debugfs/i915_next_seqnoChris Wilson1-11/+0
2018-12-28drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson11-557/+12
2018-12-28drm/i915: Restrict PSMI context load w/a to Haswell GT1Chris Wilson2-4/+3
2018-12-28drm/i915: avoid division by zero on skl_calc_wrpll_linkYoung Xiao1-0/+3
2018-12-28drm/intel_dsi_vbt: Remove duplicate headerBrajeswar Ghosh1-1/+0
2018-12-27drm/i915: Remove debugfs/i915_ppgtt_infoChris Wilson3-255/+0
2018-12-27drm/i915: Remove duplicate header from i915_request.hBrajeswar Ghosh1-1/+0
2018-12-25drm/i915: DDI: call intel_psr_ and _edp_drrs_enable() on pipe updates (v2)Hans de Goede1-0/+19
2018-12-25drm/i915: Allow calling intel_edp_drrs_enable twiceHans de Goede1-2/+2
2018-12-25drm/i915: Add an update_pipe callback to intel_encoder and call this on fastsets (v2)Hans de Goede2-0/+26
2018-12-22drm/i915: Unwind failure on pinning the gen7 ppgttChris Wilson1-3/+12
2018-12-21drm/i915: Update DRIVER_DATE to 20181221Rodrigo Vivi1-1/+1
2018-12-21drm/i915: Update DRIVER_DATE to 20181221Rodrigo Vivi1-2/+2
2018-12-21drm/i915: don't apply Display WAs 1125 and 1126 to GLK/CNL+Paulo Zanoni1-21/+24
2018-12-21drm/i915: Disable FBC on fastset if necessary, v2.Maarten Lankhorst2-3/+3
2018-12-20drm/i915/dsc: Fix the deadlock in dsc debugfs nodeManasi Navare1-0/+1
2018-12-18drm/i915/icl: Add fallback detection method for TypeC legacy portsImre Deak1-2/+8
2018-12-18drm/i915/icl: Fix HPD handling for TypeC legacy portsImre Deak3-16/+73
2018-12-18drm/i915/bios: Parse the VBT TypeC and Thunderbolt port flagsImre Deak2-2/+11
2018-12-18drm/i915/icl: Add a debug print for TypeC port disconnectionImre Deak1-10/+24
2018-12-18drm/i915: Apply missed interrupt after reset w/a to all ringbuffer genChris Wilson5-49/+96
2018-12-18drm/i915/icl: combo port vswing programming changes per BSPECClint Taylor3-153/+93
2018-12-18drm/i915: Update crtc scaler settings when update_pipe is setHans de Goede1-1/+1
2018-12-17drm/i915/huc: Update the HuC version for BXTAnusha Srivatsa1-2/+2
2018-12-16drm/i915/dsc: Add Per connector debugfs node for DSC support/enableManasi Navare3-1/+111