aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-22drm/i915: Only pin the fence for primary planes (and gen2/3)Ville Syrjälä3-2/+15
2018-02-22drm/i915: Fail if we can't get a fence for gen2/3 tiled scanoutVille Syrjälä1-1/+9
2018-02-22drm/i915: Fix Limited Range Color HandlingJohnson Lin1-15/+14
2018-02-22drm/i915: Move page sizes out of the 8-bit sandwichTvrtko Ursulin1-2/+2
2018-02-22drm/i915/hsw: add missing disabled EUs registers readsLionel Landwerlin2-1/+63
2018-02-22drm/i915/icl: Show interrupt registers in debugfsTvrtko Ursulin1-44/+95
2018-02-22drm/i915/icl: Add the ICL PCI IDsPaulo Zanoni2-0/+13
2018-02-22drm/i915/execlists: Move the GEM_BUG_ON context matches CSB laterChris Wilson1-3/+4
2018-02-22drm/i915/execlists: Add a GEM_TRACE to show when the context is completedChris Wilson1-0/+3
2018-02-21drm/i915/execlists: Remove the ring advancement under preemptionChris Wilson1-7/+0
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson52-996/+990
2018-02-21drm/doc: Fix documentation for _vblank_restore().Dhinakaran Pandiyan1-8/+14
2018-02-21drm/todo: i915 could use device_link_addDaniel Vetter1-0/+7
2018-02-21drm/i915: Make global seqno known in i915_gem_request_execute tracepointTvrtko Ursulin1-2/+2
2018-02-21drm/i915: Update DRIVER_DATE to 20180221Joonas Lahtinen1-2/+2
2018-02-20drm/i915/fbc: Use PLANE_HAS_FENCE to determine if the plane is fencedChris Wilson2-4/+11
2018-02-20drm/i915/fbdev: Use the PLANE_HAS_FENCE flags from the time of pinningChris Wilson1-1/+2
2018-02-20drm/i915: Move the policy for placement of the GGTT vma into the callerChris Wilson7-35/+62
2018-02-20drm/i915: Also check view->type for a normal GGTT viewChris Wilson1-1/+2
2018-02-20drm/i915: Drop WaDoubleCursorLP3Latency:ivbVille Syrjälä1-4/+0
2018-02-20drm/i915: Set the primary plane pipe select bits on gen4Ville Syrjälä1-1/+1
2018-02-20drm/i915: Don't set cursor pipe select bits on g4x+Ville Syrjälä1-1/+2
2018-02-20drm/i915: Assert that we don't overflow frontbuffer tracking bitsVille Syrjälä1-4/+8
2018-02-20drm/i915: Track number of pending freed objectsChris Wilson3-4/+15
2018-02-19drm/i915/: Initialise trans_min for skl_compute_transition_wm()Chris Wilson1-0/+1
2018-02-19drm/i915: Clear the in-use marker on execbuf failureChris Wilson1-0/+2
2018-02-19drm/i915: Prune gen8_gt_irq_handlerChris Wilson2-30/+33
2018-02-19drm/i915: Track GT interrupt handling using the master iirChris Wilson1-20/+31
2018-02-19drm/i915: Remove WARN_ONCE for failing to pm_runtime_if_in_useChris Wilson1-8/+7
2018-02-19drm: intel_dpio_phy: fix kernel-doc comments at nested structMauro Carvalho Chehab1-1/+1
2018-02-19drm/i915: Release connector iterator on a digital port conflict.Maarten Lankhorst1-2/+3
2018-02-16drm/i915/execlists: Remove too early assertChris Wilson1-2/+3
2018-02-16drm/i915: Assert that we always complete a submission to guc/execlistsChris Wilson2-0/+12
2018-02-16drm: move read_domains and write_domain into i915Christian König16-74/+74
2018-02-15drm/i915/cnl: Fix PORT_TX_DW5/7 register addressMahesh Kumar1-2/+2
2018-02-15drm/i915: Estimate and update missed vblanks.Dhinakaran Pandiyan1-0/+12
2018-02-15drm/vblank: Restoring vblank counts after device PM events.Dhinakaran Pandiyan2-0/+61
2018-02-15drm/vblank: Do not update vblank count if interrupts are already disabled.Dhinakaran Pandiyan1-8/+10
2018-02-15drm/atomic: Handle 64-bit return from drm_crtc_vblank_count()Dhinakaran Pandiyan2-2/+2
2018-02-15drm/tegra: Handle 64-bit return from drm_crtc_vblank_count()Dhinakaran Pandiyan1-1/+1
2018-02-15drm/radeon: Handle 64-bit return from drm_crtc_vblank_count()Dhinakaran Pandiyan1-1/+1
2018-02-15drm/amdgpu: Handle 64-bit return from drm_crtc_vblank_count()Dhinakaran Pandiyan2-3/+3
2018-02-15drm/i915: Handle 64-bit return from drm_crtc_vblank_count()Dhinakaran Pandiyan2-2/+2
2018-02-15drm/i915/vblank: Make the vblank counter u64 -> u32 typecast explicitDhinakaran Pandiyan1-1/+1
2018-02-15drm/vblank: Data type fixes for 64-bit vblank sequences.Dhinakaran Pandiyan2-5/+5
2018-02-15drm/i915/selftests: fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva1-1/+1
2018-02-15drm/i915: Store platform_mask inside the static device infoChris Wilson2-34/+38
2018-02-15drm/i915: Always define GEN as part of GENx_FEATURESChris Wilson1-5/+3
2018-02-15drm/i915: Store gen_mask inside the static device infoChris Wilson2-17/+26
2018-02-15drm/i915/gtt: Convert WARN_ON to GEM debuggingChris Wilson1-12/+10