summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-02-11 20:47:45 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-02-22 15:52:40 +0000
commit86b27d8050b6b2aec31063fa9f40b16fb347afb3 (patch)
treeea0e0f435e21e19ba2884dae1fe43fded64b42ae /tools/perf/scripts/python
parentf5412be599602124d2bdd49947b231dd77c0bf99 (diff)
downloadkernel-86b27d8050b6b2aec31063fa9f40b16fb347afb3.tar.gz
drm/i915: Ignore a hung GPU when flushing the framebuffer prior to a switch
If the gpu is hung, then whatever was inside the render cache is lost and there is little point waiting for it. Or complaining if we see an EIO or EAGAIN instead. So, if the GPU is indeed in its death throes when we need to rewrite the registers for a new framebuffer, just ignore the error and proceed with the update. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
ch-orion5x: use plus instead of or for address definitionsThomas Petazzoni 2012-09-20Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux ...Olof Johansson 2012-09-14ARM: make mach/gpio.h headers optionalRob Herring 2012-09-14ARM: orion: move custom gpio functions to orion-gpio.hRob Herring 2012-07-26ARM: orion5x: use fixed PCI i/o mappingRob Herring 2012-06-23ARM: Orion: Fix Virtual/Physical mixup with watchdogAndrew Lunn 2012-06-23ARM: Orion5x - Restore parts of io.h, with reworkAndrew Lunn 2012-03-06ARM: remove bunch of now unused mach/io.h filesRob Herring 2012-03-06ARM: orion5x: clean-up mach/io.hRob Herring 2012-02-22Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King 2012-02-21ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring 2012-01-20ARM: big removal of now unused arch_idle()Nicolas Pitre 2012-01-09Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds 2012-01-05Merge branch 'restart' into for-linusRussell King 2012-01-05ARM: restart: remove the now empty arch_reset()Russell King 2012-01-05ARM: restart: orion5x: use new restart hookRussell King 2011-12-19Merge branch 'picoxcell/devel' into next/develOlof Johansson 2011-12-13ARM: Orion: Consolidate the address map setupAndrew Lunn 2011-11-26ARM: big removal of now unused vmalloc.h filesNicolas Pitre 2011-11-18ARM: mach-orion5x: remove arch specific special handling for ioremapNicolas Pitre 2011-09-26ARM: mach-orion5x: remove mach/memory.hNicolas Pitre 2011-09-26ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre 2011-07-12ARM: set vga memory base at run-timeRob Herring 2011-07-12ARM: convert PCI defines to variablesRob Herring 2011-07-12ARM: pci: make pcibios_assign_all_busses use pci_has_flagRob Herring 2011-03-17Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds 2011-03-03ARM: Remove dependency of plat-orion GPIO code on mach directory includes.Lennert Buytenhek 2011-03-03ARM: Remove dependency of plat-orion time code on mach directory includes.Lennert Buytenhek 2011-02-17ARM: P2V: separate PHYS_OFFSET from platform definitionsRussell King 2010-12-08ARM: io: make iounmap() a simple macroRussell King 2010-10-20arm: return both physical and virtual addresses from addruartJeremy Kerr 2010-07-16[ARM] orion5x: Fix soft-reset for some platformsBenjamin Herrenschmidt