aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2016-05-13 23:41:27 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2016-05-23 21:11:13 +0300
commitb204535204fe9c1f647195ca587f210b18249904 (patch)
treecaad8e1613676dd2bcf247e20da60a812b3de8e3 /tools/perf/scripts/python
parentdrm/i915: Allow enable/disable of DPLL0 around cdclk changes on SKL (diff)
downloadlinux-b204535204fe9c1f647195ca587f210b18249904.tar.gz
linux-b204535204fe9c1f647195ca587f210b18249904.zip
drm/i915: Keep track of preferred cdclk vco frequency on SKL
Now that skl_vco_freq tracks the actual DPLL0 vco frequency, we'll need something that keeps track of which vco frequency we want to use in case the current vco is 0. This would be important across supend/resume since we'll disable DPLL0 around those parts. We'll also update our idea of max cdclk/dotclock when the preferred vco changes. That could happen if out initial guess was wrong, and later eDP would force us to change it. One issue here could be that changing the max dotclock could cause our mode list to change during next time the displays get probed. But I don't see a good way to avoid that, except perhaps by allowing either vco frequency to be used as needed. But the docs suggest that such usage wasn't really inteded. Also need to make sure we don't update our max_cdclk value before we have a preferred vco value, which means moving that to happen after the cdclk sanitation. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1463172100-24715-9-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Imre Deak <imre.deak@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
riateJeff Garzik1-19/+19 2006-07-05[netdrvr] Remove Becker-template 'io_size' member, when invariantJeff Garzik5-28/+22 2006-07-05[netdrvr] Remove Linux-specific changelogs from several Becker template driversJeff Garzik8-522/+24 2006-07-05[netdrvr] epic100: minor cleanupsJeff Garzik1-61/+10 2006-07-04Fix up headers_install wrt devfs removalLinus Torvalds1-1/+1 2006-07-04[PATCH] fix AB-BA deadlock inversion at cs46xx_dsp_remove_scbArjan van de Ven1-2/+3 2006-07-04[PATCH] mthca: initialize send and receive queue locks separatelyZach Brown1-1/+4 2006-07-04[PATCH] Fix copying of pgdat array on each node for ia64 memory hotplugYasunori Goto1-3/+13 2006-07-03[PATCH] uclinux: fix proc_task()/get_proc-task() namingGreg Ungerer1-1/+1 2006-07-03[PATCH] revert "kthread: convert stop_machine into a kthread"Andrew Morton1-11/+6 2006-07-03[PATCH] zfcp: fix incorrect usage of fsf_req_list_lockHeiko Carstens1-4/+5 2006-07-03[PATCH] zfcp: fix incorrect usage of erp_lockHeiko Carstens1-4/+4 2006-07-03[PATCH] Fix modular cpuid.koOGAWA Hirofumi1-2/+4 2006-07-03[Bluetooth] Add RFCOMM role switch supportMarcel Holtmann1-0/+5 2006-07-03[Bluetooth] Allow disabling of credit based flow controlMarcel Holtmann1-5/+13 2006-07-03[Bluetooth] Small cleanup of the L2CAP source codeMarcel Holtmann1-180/+177 2006-07-03[Bluetooth] Use real devices for host controllersMarcel Holtmann8-101/+79 2006-07-03[Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann8-9/+56 2006-07-03[Bluetooth] Add automatic sniff mode supportMarcel Holtmann7-86/+454 2006-07-03[Bluetooth] Correct SCO buffer size on requestMarcel Holtmann4-4/+20 2006-07-03[Bluetooth] Add suspend/resume support to the HCI USB driverMarcel Holtmann1-0/+71 2006-07-03[Bluetooth] Use raw mode for the Frontline sniffer deviceMarcel Holtmann1-0/+3 2006-07-03[BRIDGE]: br_dump_ifinfo index fixAndrey Savochkin1-1/+2 2006-07-03[ATM]: add+use poison definesRandy Dunlap3-2/+5 2006-07-03[NET]: add+use poison definesRandy Dunlap3-2/+8 2006-07-03[IOAT]: fix kernel-doc in source filesRandy Dunlap2-11/+17 2006-07-03[IOAT]: fix header file kernel-docRandy Dunlap1-18/+25 2006-07-03[TG3]: Add ipv6 TSO featureMichael Chan1-9/+24 2006-07-03[IPV6]: Fix ipv6 GSO payload lengthMichael Chan1-1/+2 2006-07-03[TIPC] Fixed sk_buff panic caused by tipc_link_bundle_buf (REVISED)Allan Stephens2-1/+6 2006-07-03[NET]: Verify gso_type too in gso_segmentHerbert Xu3-4/+31