aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/check-perf-trace.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-20drm/i915: remove rps local variablesBen Widawsky2-43/+33
2014-03-20drm/i915: Remove extraneous MMIO for RPSBen Widawsky1-12/+9
2014-03-20drm/i915: Rename and comment all the RPS *stuff*Ben Widawsky5-107/+120
2014-03-20drm/i915: Store the HW min frequency as min_freqBen Widawsky2-1/+2
2014-03-20drm/i915: Fix coding style for RPSBen Widawsky1-10/+10
2014-03-20drm/i915: Reorganize the overclock codeBen Widawsky1-11/+9
2014-03-19drm/i915: init pm.suspended earlierPaulo Zanoni1-2/+1
2014-03-19drm/i915: update the PC8 and runtime PM documentationPaulo Zanoni2-40/+35
2014-03-19drm/i915: rename __hsw_do_{en, dis}able_pc8Paulo Zanoni3-6/+6
2014-03-19drm/i915: kill struct i915_package_c8Paulo Zanoni3-9/+0
2014-03-19drm/i915: move pc8.irqs_disabled to pm.irqs_disabledPaulo Zanoni7-41/+42
2014-03-19drm/i915: remove dev_priv->pc8.enabledPaulo Zanoni4-9/+0
2014-03-19drm/i915: don't get/put PC8 when getting/putting power wellsPaulo Zanoni3-24/+0
2014-03-19drm/i915: make intel_aux_display_runtime_get get runtime PM, not PC8Paulo Zanoni1-3/+2
2014-03-19drm/i915: don't get/put PC8 reference on freeze/thawPaulo Zanoni1-5/+0
2014-03-19drm/i915: remove an indirection level on PC8 functionsPaulo Zanoni1-14/+2
2014-03-19drm/i915: kill pc8.disable_countPaulo Zanoni4-17/+0
2014-03-19drm/i915: get runtime PM references when the GPU is idle/busyPaulo Zanoni1-2/+2
2014-03-19drm/i915: remove dev_priv->pc8.requirements_metPaulo Zanoni4-59/+3
2014-03-19drm/i915: get/put runtime PM when we get/put a power domainPaulo Zanoni1-0/+4
2014-03-19drm/i915: make PC8 be part of runtime PM suspend/resumePaulo Zanoni7-53/+43
2014-03-19drm/i915: extract __hsw_do_{en, dis}able_package_c8Paulo Zanoni1-26/+38
2014-03-19drm/i915: Rename similar plane functions to avoid confusionMatt Roper2-27/+36
2014-03-19drm/i915/vlv: no MCHBAR on VLVJesse Barnes1-0/+3
2014-03-19drm/i915/bdw: Restore PPAT on thawBen Widawsky1-1/+5
2014-03-19drm/i915: Do not dereference pointers from ring buffer in evict eventSteven Rostedt1-1/+3
2014-03-18drm/i915: Use the correct format string modifier for ptrdiff_tDamien Lespiau1-1/+1
2014-03-18drm/i915: Rename intel_setup_wm_latency() to ilk_setup_wm_latency()Damien Lespiau1-2/+2
2014-03-18drm/i915: Remove spurious '()' in WARN macrosDamien Lespiau1-4/+4
2014-03-18drm/i915: finish off reverting eDP VDD changesJani Nikula3-8/+10
2014-03-18drm/i915: catch forcewake reference underrunsDaniel Vetter1-6/+15
2014-03-18drm/i915: Actually capture PP_DIR_BASE on errorBen Widawsky1-2/+4
2014-03-18drm/i915: properly disable the VDD when disabling the panelPaulo Zanoni3-3/+8
2014-03-18drm/i915: Switch to fake context on older gensMika Kuoppala1-2/+4
2014-03-18drm/i915: Fix up the forcewake timer initializationDaniel Vetter2-2/+2
2014-03-18drm/i915/dp: use the new drm helpers for dp i2c-over-auxJani Nikula2-169/+30
2014-03-18drm/i915/dp: move dp aux ch register init to aux initJani Nikula1-20/+22
2014-03-18drm/i915/dp: use the new drm helpers for dp auxJani Nikula2-142/+116
2014-03-18drm/i915/dp: move edp vdd enable/disable at a lower level in i2c-over-auxJani Nikula1-3/+6
2014-03-18drm/i915/dp: split edp_panel_vdd_on() for reuseJani Nikula1-6/+16
2014-03-18drm/dp: let drivers specify the name of the I2C-over-AUX adapterJani Nikula2-1/+6
2014-03-18drm/cma: remove to make sg_table when gem cma is createdJoonyoung Shim1-19/+0
2014-03-17drm: Fix use-after-free in the shadow-attache exit codeDaniel Vetter1-1/+1
2014-03-17drm/fb-helper: Do the 'max_conn_count' zero checkXiubo Li1-0/+3
2014-03-17drm: Check if the allocation has succeeded before dereferencing newmodeDamien Lespiau1-0/+3
2014-03-17drm/fb-helper: Use drm_fb_helper_restore_fbdev_mode() in drm_fb_helper_set_par()Ville Syrjälä1-9/+1
2014-03-16Linux 3.14-rc7Linus Torvalds1-1/+1
2014-03-16ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk1-0/+2
2014-03-16drm: make minors independent of global lockDavid Herrmann2-16/+46
2014-03-16drm: inline drm_minor_get_id()David Herrmann1-21/+6