summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-11-07 11:01:28 +0000
committerJani Nikula <jani.nikula@intel.com>2016-11-07 19:02:35 +0200
commit54905ab5fe7aa453610e31cec640e528aaedb2e2 (patch)
tree3a91f27b980fd21a34d75ce6495d4b1b54eb265a /tools/perf/scripts/python/bin/stackcollapse-report
parentc4b8c570447a7bc171829532269878345b3ea9d0 (diff)
downloadkernel-54905ab5fe7aa453610e31cec640e528aaedb2e2.tar.gz
drm/i915: Limit Valleyview and earlier to only using mappable scanout
Valleyview appears to be limited to only scanning out from the first 512MiB of the Global GTT. Lets presume that this behaviour was inherited from the display block copied from g4x (not Ironlake) and all earlier generations are similarly affected, though testing suggests different symptoms. For simplicity, impose that these platforms must scanout from the mappable region. (For extra simplicity, use HAS_GMCH_DISPLAY even though this catches Cherryview which does not appear to be limited to the low aperture for its scanout.) v2: Use HAS_GMCH_DISPLAY() to more clearly convey my intent about limiting this workaround to the old style of display engine. v3: Update changelog to reflect testing by Ville Syrjälä v4: Include the changes to the comments as well Reported-by: Luis Botello <luis.botello.ortega@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98036 Fixes: 2efb813d5388 ("drm/i915: Fallback to using unmappable memory for scanout") Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Akash Goel <akash.goel@intel.com> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Cc: <drm-intel-fixes@lists.freedesktop.org> # v4.9-rc1+ Link: http://patchwork.freedesktop.org/patch/msgid/20161107110128.28762-1-chris@chris-wilson.co.uk Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> (cherry picked from commit 767a222e47cc13239d38018887f911fec06169ea) Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
: Use pr_<level> and netdev_<level>Bruce Allan 2010-03-26e1000e: do not modify tx_queue_len on link speed changeEmil Tantilov 2010-03-16e1000e / PCI / PM: Add basic runtime PM support (rev. 4)Rafael J. Wysocki 2010-02-04e1000e: Fix namespace conflicts wrt. e1000_has_linkDavid S. Miller 2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2010-01-20e1000e: enhance frame fragment detectionJesse Brandeburg 2010-01-13e1000e: genericize the update multicast address listBruce Allan 2010-01-13e1000e: provide MAC-family-specific function to set LAN IDBruce Allan 2010-01-13e1000e: use alternate MAC address on ESB2 if availableBruce Allan 2010-01-13e1000e: MDIO slow mode should always be done for 82577Bruce Allan 2009-12-02e1000e: correct ICH/PCH PHY operations function pointersBruce Allan 2009-12-02e1000e: remove use of skb_dma_map from e1000e driverAlexander Duyck 2009-12-02e1000e: provide family-specific PHY power up/down operationsBruce Allan 2009-12-02e1000e: provide family-specific functions to manage VLAN filter arraysBruce Allan 2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2009-11-21e1000e: update Tx Unit hang detection messageBruce Allan 2009-11-21e1000e: update copyright informationBruce Allan 2009-11-21e1000e: cleanup ops function pointersBruce Allan 2009-11-21e1000e: consolidate two dbug macros into one simpler oneBruce Allan 2009-11-21e1000e: cleanup redundant #include'sBruce Allan 2009-11-21e1000e: disable K1 on PCH LOM when in PHY loopback modeBruce Allan 2009-11-20e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8Bruce Allan 2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2009-10-29e1000e: rework disable K1 at 1000Mbps for 82577/82578Bruce Allan 2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2009-10-26e1000e: allow for swflag to be held over consecutive PHY accessesBruce Allan 2009-10-07e1000e: Use the instance of net_device_stats from net_device.Ajit Khaparde