aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2020-10-25 12:10:22 -0700
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>2020-11-01 19:38:05 -0800
commit8c42379e40e2db4199ceeb6a6ef9fff73ff132cf (patch)
treefd84ec35b865247680f382872e69a71da3644a3d /tools/perf/scripts/python/flamegraph.py
parentfirmware: ti_sci: rm: Remove unused config() from ti_sci_rm_ringacc_ops (diff)
downloadlinux-8c42379e40e2db4199ceeb6a6ef9fff73ff132cf.tar.gz
linux-8c42379e40e2db4199ceeb6a6ef9fff73ff132cf.zip
soc: ti: k3-ringacc: Use correct device for allocation in RING mode
In RING mode the ringacc does not access the ring memory. In this access mode the ringacc coherency does not have meaning. If the ring is configured in RING mode, then the ringacc itself will not access to the ring memory. Only the requester (user) of the ring is going to read/write to the memory. Extend the ring configuration parameters with a device pointer to be used for DMA API when the ring is configured in RING mode. Extending the ring configuration struct will allow per ring selection of device to be used for allocation, thus allowing per ring coherency. To avoid regression, fall back to use the ringacc dev in case the alloc_dev is not provided. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
>-8/+18 2016-03-17Revert "Share upstreaming patches"Linus Walleij1-2/+0 2016-03-17livepatch: Update maintainersJosh Poimboeuf1-2/+3 2016-03-16iwpm: crash fix for large connections testFaisal Latif3-13/+13 2016-03-16iw_cxgb3: support for iWARP port mappingSteve Wise1-8/+8 2016-03-16iw_cxgb4: remove port mapper related codeSteve Wise3-264/+65 2016-03-16iw_nes: remove port mapper related codeFaisal Latif4-309/+80 2016-03-16iwcm: common code for port mapperFaisal Latif4-30/+172 2016-03-16ALSA: mixart: silence an uninitialized variable warningDan Carpenter1-1/+1 2016-03-16gpio: mcp23s08: Fix clearing of interrupt.Phil Reid1-0/+4 2016-03-16gpiolib: Fix comment referring to gpio_*() in gpiod_*()Geert Uytterhoeven1-2/+2 2016-03-16gpio: pca953x: Fix pca953x_gpio_set_multiple() on 64-bitGeert Uytterhoeven1-2/+4 2016-03-16gpio: xgene: Fix kconfig for standby GIPO contollerMatthias Brugger1-0/+1 2016-03-16ALSA: usb-audio: Add sanity checks for endpoint accessesTakashi Iwai4-0/+11 2016-03-16ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()Takashi Iwai1-11/+11 2016-03-16ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()Takashi Iwai1-0/+6 2016-03-16HID: microsoft: Add ID for MS Wireless Comfort KeyboardSlava Bacherikov3-0/+4 2016-03-16mfd: intel-lpss: Pass I2C configuration via properties on BXTMika Westerberg2-0/+24 2016-03-16mfd: imx6sx: Add PCIe register definitions for iomuxc gprChristoph Fritz1-0/+5 2016-03-16mfd: ipaq-micro: Use __maybe_unused to hide pm functionsArnd Bergmann1-1/+1 2016-03-16mfd: max77686: Add max77802 to I2C device ID tableJavier Martinez Canillas1-0/+1 2016-03-16mfd: max77686: Export OF module alias informationJavier Martinez Canillas1-0/+1 2016-03-16mfd: max77686: Allow driver to be built as a moduleJavier Martinez Canillas1-2/+2 2016-03-16mfd: stmpe: Add the proper PWM resourcesLinus Walleij1-0/+35 2016-03-16mfd: tps65090: Set regmap config reg counts properlyMaciej S. Szmigiero2-3/+7 2016-03-16mfd: syscon: Return ENOTSUPP instead of ENOSYS when disabledPhilipp Zabel1-4/+4 2016-03-16mfd: as3711: Set regmap config reg counts properlyMaciej S. Szmigiero2-3/+4 2016-03-16mfd: rc5t583: Set regmap config reg counts properlyMaciej S. Szmigiero2-4/+5 2016-03-16gpio: tps65086: Add GPO driver for the TPS65086 PMICAndrew F. Davis3-0/+146 2016-03-16mfd: mt6397: Add platform device ID tableJavier Martinez Canillas1-1/+7 2016-03-16mfd: da9063: Fix missing volatile registers in the core regmap_range volatile...Steve Twiss1-6/+30 2016-03-16mfd: mt6397: Add MT6323 support to MT6397 driverJohn Crispin3-0/+464 2016-03-16mfd: mt6397: Add support for different Slave typesJohn Crispin1-17/+41 2016-03-16mfd: mt6397: int_con and int_status may vary in locationJohn Crispin2-10/+19 2016-03-16dt-bindings: mfd: Add bindings for the MediaTek MT6323 PMICJohn Crispin1-4/+6 2016-03-16mfd: da9062: Fix missing volatile registers in the core regmap_range volatile...Steve Twiss1-1/+22