aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorJonathan Kim <jonathan.kim@amd.com>2023-03-23 17:17:20 -0400
committerAlex Deucher <alexander.deucher@amd.com>2023-06-09 12:35:31 -0400
commit7cee6a6824a0429a6255abe91b5af01b9a01cd03 (patch)
tree281a17e83e234f3d62aae716cd640b4620dd3d7e /tools/perf/scripts/python/export-to-sqlite.py
parentdrm/amdgpu: add gfx11 hw debug mode enable and disable calls (diff)
downloadlinux-7cee6a6824a0429a6255abe91b5af01b9a01cd03.tar.gz
linux-7cee6a6824a0429a6255abe91b5af01b9a01cd03.zip
drm/amdgpu: add configurable grace period for unmap queues
The HWS schedule allows a grace period for wave completion prior to preemption for better performance by avoiding CWSR on waves that can potentially complete quickly. The debugger, on the other hand, will want to inspect wave status immediately after it actively triggers preemption (a suspend function to be provided). To minimize latency between preemption and debugger wave inspection, allow immediate preemption by setting the grace period to 0. Note that setting the preepmtion grace period to 0 will result in an infinite grace period being set due to a CP FW bug so set it to 1 for now. Signed-off-by: Jonathan Kim <jonathan.kim@amd.com> Reviewed-by: Felix Kuehling <felix.kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
> 2016-05-09MAINTAINERS: Add entry for X-Powers AXP family PMIC driversChen-Yu Tsai1-0/+6 2016-05-09mfd: smsc-ece1099: Remove unnecessarily remove callbackLaxman Dewangan1-10/+0 2016-05-09mfd: Use IS_ENABLED(CONFIG_FOO) instead of checking FOO || FOO_MODULEJavier Martinez Canillas2-7/+7 2016-05-09mfd: twl6040: Disable and unprepare clk32k in twl6040_power() error pathJavier Martinez Canillas1-0/+2 2016-05-09mfd: twl6040: Check clk_prepare_enable() return value in twl6040_power()Javier Martinez Canillas1-1/+5 2016-05-09mfd: tps6105x: Remove linux/regulator/driver.h includeMark Brown1-1/+0 2016-05-09mfd: intel_quark_i2c_gpio: Remove CLK_IS_ROOTStephen Boyd1-1/+1 2016-05-09mfd: intel-lpss: Remove CLK_IS_ROOTStephen Boyd1-2/+2 2016-05-09mfd: intel-lpss: Save register context on suspendHeikki Krogerus1-1/+18 2016-05-09mfd: wm8400-core: Delete wm8400_reg_read()Dan Carpenter2-22/+0 2016-05-09mfd: arizona: Update device ordering to allow clean driver removalCharles Keepax1-5/+5 2016-05-09mfd: mt6397: IRQ domain should initialize before mfd_add_devices()Henry Chen1-9/+13 2016-04-19mfd: cros_ec: Allow building for ARM64Brian Norris1-1/+1 2016-04-19mfd: max77686: Use module_i2c_driver() instead of subsys initcallJavier Martinez Canillas1-12/+1 2016-04-19mfd: max77686/max77693: Fix misspelled Samsung addressKrzysztof Kozlowski2-2/+2 2016-04-19mfd: vexpress-sysreg: Switch to gpiochip_add_data()Linus Walleij1-1/+1 2016-04-19mfd: ucb1x00: Use gpiochip data pointerLinus Walleij1-7/+7 2016-04-19mfd: tps65010: Use gpiochip data pointerLinus Walleij1-4/+4 2016-04-19mfd: tc6393xb: Use gpiochip data pointerLinus Walleij1-7/+7 2016-04-19mfd: sm501: Use gpiochip data pointerLinus Walleij1-10/+5 2016-04-19mfd: htc-i2cpld: Use gpiochip data pointerLinus Walleij1-10/+5 2016-04-19mfd: htc-egpio: Use gpiochip data pointerLinus Walleij1-5/+5 2016-04-19mfd: dm355evm_msp: Switch to gpiochip_add_data()Linus Walleij1-1/+1 2016-04-19mfd: asic3: Use gpiochip data pointerLinus Walleij1-5/+5