summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorGeorge Shen <george.shen@amd.com>2022-10-07 12:43:26 -0400
committerAlex Deucher <alexander.deucher@amd.com>2022-11-02 17:16:25 -0400
commitbad610c97c08eef3ed1fa769a8b08b94f95b451e (patch)
tree8830f790bee8eab1f31f703a6a42869ba6b97edb /tools/perf/scripts/python/syscall-counts.py
parent8fe8ce896c1cc29d6bfebb3c7b3cc948f72cd32c (diff)
downloadkernel-bad610c97c08eef3ed1fa769a8b08b94f95b451e.tar.gz
drm/amd/display: Fix DCN32 DSC delay calculation
[Why] DCN32 DSC delay calculation had an unintentional integer division, resulting in a mismatch against the DML spreadsheet. [How] Cast numerator to double before performing the division. Reviewed-by: Alvin Lee <Alvin.Lee2@amd.com> Acked-by: Alex Hung <alex.hung@amd.com> Signed-off-by: George Shen <george.shen@amd.com> Tested-by: Mark Broadworth <mark.broadworth@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
ff5d34'>ASoC: img-parallel-out: using pm_runtime_resume_and_getMinghao Chi 2022-04-25ASoC: img-spdif-out: using pm_runtime_resume_and_get to simplify the codeMinghao Chi 2022-04-25ASoC: img-spdif-in: using pm_runtime_resume_and_get instead of pm_runtime_get...Minghao Chi 2021-12-20ASoC: img: Use dev_err_probe() helperKuninori Morimoto 2021-06-15ASoC: img-spdif-out: Use devm_platform_get_and_ioremap_resource()Yang Yingliang 2021-06-15ASoC: img-spdif-in: Use devm_platform_get_and_ioremap_resource()Yang Yingliang 2021-06-15ASoC: img-parallel-out: Use devm_platform_get_and_ioremap_resource()Yang Yingliang 2021-06-15ASoC: img-i2s-out: Use devm_platform_get_and_ioremap_resource()Yang Yingliang 2021-06-15ASoC: img-i2s-in: Use devm_platform_get_and_ioremap_resource()Yang Yingliang 2021-06-03ASoC: img: Fix PM reference leak in img_i2s_in_probe()Yufen Yu 2020-06-15ASoC: img-parallel-out: Fix a reference count leakQiushi Wu 2020-06-15ASoC: img: Fix a reference count leak in img_i2s_in_set_fmtQiushi Wu 2020-05-29ASoC: img-i2s-out: Fix runtime PM imbalance on errorDinghao Liu 2020-05-27ASoC: img-spdif-in: Fix runtime PM imbalance on errorDinghao Liu 2020-05-27ASoC: img-spdif-out: Fix runtime PM imbalance on errorDinghao Liu 2020-05-26ASoC: fix incomplete error-handling in img_i2s_in_probe.Qiushi Wu 2020-03-27ASoC: img: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto 2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner