summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-10-19 19:05:26 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-10-19 20:05:48 +0100
commit38fac8bffca212e932f306c4a27e5b35d3c29419 (patch)
tree8dd08520200e37bda07cfe6d89762f06a3e20768 /tools/perf/scripts/python/export-to-sqlite.py
parent613a308159e5dd569d4d480ff0387628724926ca (diff)
downloadkernel-38fac8bffca212e932f306c4a27e5b35d3c29419.tar.gz
drm/i915: STOP_MACHINE is no more, stop selecting it
The STOP_MACHINE kconfig symbol was removed upstream after making stop_machine() always work, commit 86fffe4a61dd ("kernel: remove stop_machine() Kconfig dependency"), and was removed from i915's Kconfig in commit 21fabbebff0e ("drm/i915: Remove select to deleted STOP_MACHINE from Kconfig"). However, I accidentally reintroduced the select when rebasing an older commit that also was dependent upon a working stop_machine. Fixes: 9f267eb8d2ea ("drm/i915: Stop the machine whilst capturing...") Reported-by: Valentin Rothberg <valentinrothberg@gmail.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20161019180635.27459-1-chris@chris-wilson.co.uk Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
gn chip id and rev in bus interface after brcmf_usb_dlneededArend van Spriel 2014-05-29brcmfmac: remove firmware list from USB driverArend van Spriel 2014-05-29brcmfmac: Remove interrupt endpoint usage from USB driver.Hante Meuleman 2014-05-29brcmfmac: use asynchronous firmware request in USBArend van Spriel 2014-05-29brcmfmac: Add log of superspeed device detection to USB probe.Hante Meuleman 2014-05-29brcmfmac: rework usb callback operationsArend van Spriel 2014-05-29brcmfmac: remove .init() callback for internal bus interfaceArend van Spriel 2014-05-13brcmfmac: Make FWS queueing configurable.Hante Meuleman 2014-01-16brcmfmac: handle SDIO card removalArend van Spriel 2013-12-18brcmfmac: Add definition of new protocol layer msgbuf.Hante Meuleman 2013-12-02brcmfmac: add separate function for passing bus tx overheadArend van Spriel 2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller 2013-10-03brcmfmac: rework rx path bus interfaceArend van Spriel 2013-09-26brcmfmac: obtain platform data upon module initializationArend van Spriel 2013-08-15brcmfmac: .txdata() bus callback should not call brcmf_txcomplete()Arend van Spriel 2013-06-12brcmfmac: Take bus flowcontrol at credit mgmt into account.Hante Meuleman