aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-23drm/i915: Report the current DPLL0 vco on SKL/KBLVille Syrjälä1-2/+7
2016-05-23drm/i915: Actually read out DPLL0 vco on skl from hardwareVille Syrjälä2-42/+37
2016-05-23drm/i915: Extract skl_calc_cdclk()Ville Syrjälä1-33/+30
2016-05-23drm/i915: Move the SKL DPLL0 VCO computation into intel_dp_compute_config()Ville Syrjälä2-4/+21
2016-05-23drm/i915/skl: SKL CDCLK change on modeset tracking VCOClint Taylor4-20/+104
2016-05-23drm/i915: Fix BXT min_pixclk after state readoutVille Syrjälä1-8/+6
2016-05-23drm/i915/opregion: Rename init/fini functions to register/unregisterChris Wilson4-8/+8
2016-05-23drm/i915/opregion: Convert to using native drm_i915_privateChris Wilson5-77/+74
2016-05-23drm/i915: Enable GSE interrupt on BDW+Ville Syrjälä1-0/+2
2016-05-23drm/i915/guc: rework guc_add_workqueue_item()Dave Gordon3-38/+38
2016-05-23drm/i915/guc: don't spinwait if the GuC's workqueue is fullDave Gordon3-17/+24
2016-05-23drm/i915/guc: pass request (not client) to i915_guc_{wq_check_space, submit}()Dave Gordon3-18/+42
2016-05-23drm/i915/guc: add enable_guc_loading parameterDave Gordon5-60/+89
2016-05-23drm/i915/guc: distinguish HAS_GUC() from HAS_GUC_UCODE/HAS_GUC_SCHEDDave Gordon4-5/+11
2016-05-23drm/i915/guc: rename loader entry pointsDave Gordon4-16/+17
2016-05-22drm/i915: Update DRIVER_DATE to 20160522Daniel Vetter1-1/+1
2016-05-20drm/i915: Inline sg_next() for the optimised SGL iteratorDave Gordon1-2/+21
2016-05-20drm/i915: Introduce & use new lightweight SGL iteratorsDave Gordon5-63/+112
2016-05-20drm/i915: optimise i915_gem_object_map() for small objectsDave Gordon1-5/+10
2016-05-20drm/i915: refactor i915_gem_object_pin_map()Dave Gordon1-23/+35
2016-05-20drm/i915/psr: Implement PSR2 w/a for gen9Daniel Vetter2-2/+16
2016-05-20drm/i915/psr: Use ->get_aux_send_ctl functionsDaniel Vetter2-21/+5
2016-05-20drm/i915/psr: Order DP aux transactions correctlyDaniel Vetter1-7/+7
2016-05-20drm/i915/psr: Make idle_frames sensible againDaniel Vetter1-7/+7
2016-05-20drm/i915/psr: Try to program link training times correctlyDaniel Vetter1-8/+47
2016-05-19drm/i915/userptr: Convert to drm_i915_privateChris Wilson3-9/+3
2016-05-19drm/i915: Allow nonblocking update of pageflips.Maarten Lankhorst1-266/+84
2016-05-19drm/i915: Check for unpin correctness.Maarten Lankhorst1-0/+9
2016-05-19Reapply "drm/i915: Avoid stalling on pending flips for legacy cursor updates"Maarten Lankhorst1-5/+7
2016-05-19drm/i915: Make unpin async.Maarten Lankhorst3-132/+228
2016-05-19drm/i915: Prepare connectors for nonblocking checks.Maarten Lankhorst2-14/+43
2016-05-19drm/i915: Pass atomic states to fbc update functions.Maarten Lankhorst3-26/+29
2016-05-19drm/i915: Remove reset_counter from intel_crtc.Maarten Lankhorst2-12/+0
2016-05-19drm/i915: Remove queue_flip pointer.Maarten Lankhorst2-264/+0
2016-05-19drm/i915: Remove use_mmio_flip kernel parameter.Maarten Lankhorst3-9/+1
2016-05-19drm/i915: Remove cs based page flip support.Maarten Lankhorst4-507/+33
2016-05-19drm/i915: Rework intel_crtc_page_flip to be almost atomic, v3.Maarten Lankhorst3-280/+441
2016-05-19drm/i915: Add the exclusive fence to plane_state.Maarten Lankhorst2-13/+42
2016-05-19drm/i915: Convert flip_work to a list.Maarten Lankhorst4-100/+142
2016-05-19drm/i915: Allow mmio updates on all platforms, v2.Maarten Lankhorst2-93/+7
2016-05-19Revert "drm/i915: Avoid stalling on pending flips for legacy cursor updates"Maarten Lankhorst1-3/+0
2016-05-19drm/i915: Unify unpin_work and mmio_work into flip_work, v2.Maarten Lankhorst5-153/+185
2016-05-19drm/i915: Add support for detecting vblanks when hw frame counter is unavailable.Maarten Lankhorst3-6/+15
2016-05-19drm/i915: Remove intel_prepare_page_flip, v3.Maarten Lankhorst4-73/+26
2016-05-19drm/i915: Remove intel_finish_page_flip_plane.Maarten Lankhorst3-18/+7
2016-05-19drm/i915: Remove stallcheck special handling, v3.Maarten Lankhorst3-49/+34
2016-05-19drm/core: Add drm_accurate_vblank_count, v5.Maarten Lankhorst2-0/+32
2016-05-18drm/i915/bxt: reserve space for RC6 in the the GuC WOPCMPeter Antoine2-7/+16
2016-05-17drm/i915: Simplify control flow in intel_atomic_check a bit.Daniel Vetter1-10/+8
2016-05-17drm/i915/dsi: CABC support for Panel PWM backlight controlDeepak M3-0/+40