aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-sqlite-report
diff options
context:
space:
mode:
authorBrett Creeley <[email protected]>2019-07-25 01:55:32 -0700
committerJeff Kirsher <[email protected]>2019-08-20 14:21:21 -0700
commit2ab28bb04ce6432f15cd5086e7c7384f3deab639 (patch)
treef5895753478a68def74cf300a66042e7aa082479 /tools/perf/scripts/python/bin/export-to-sqlite-report
parentf1a4a66d23102e7681beb8725e7d00f359ef5c87 (diff)
ice: Set WB_ON_ITR when we don't re-enable interrupts
Currently when busy polling is enabled we aren't setting/enabling WB_ON_ITR in the driver. This doesn't break the driver, but it does cause issues. If we don't enable WB_ON_ITR mode we will still get write-backs from hardware during polling when a cache line has been filled, but if a cache line is not filled we will not get the write-back because WB_ON_ITR is not set. Fix this by enabling WB_ON_ITR in the driver when interrupts are disabled. Signed-off-by: Brett Creeley <[email protected]> Signed-off-by: Tony Nguyen <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-sqlite-report')
0 files changed, 0 insertions, 0 deletions